aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/sumversion.c
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2015-11-04 23:20:00 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2015-11-18 14:35:00 +0200
commitb2e8c6cd0974fc58dced08ebb3780bdf875a8a80 (patch)
tree07c1ba25687022358a1f005fc1ba428d5baf206a /scripts/mod/sumversion.c
parentdrm/i915: Store DVO SRCDIM register offset under intel_dvo_device (diff)
downloadlinux-b2e8c6cd0974fc58dced08ebb3780bdf875a8a80.tar.gz
linux-b2e8c6cd0974fc58dced08ebb3780bdf875a8a80.zip
drm/i915: Streamline gpio_mmio_base deduction
If we ignore the BXT situation, we can observe that the only variables affecting gpio_mmio_base is IS_VALLEVIEW and HAS_GMCH_DISPLAY. The BXT situation we can fit into the same pattern if we change gmbus_pins_bxt[] to house the GMCH GPIO register offsets (like we do for all other platfotms). So let's do that. We could even simplify the VLV situation more by including the display_mmio_offset in the GPIO register defines, but let's leave it be for now. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1446672017-24497-13-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'scripts/mod/sumversion.c')
0 files changed, 0 insertions, 0 deletions
span class='insertions'>+2 2023-04-26RISC-V: hwprobe: Explicity check for -1 in vdso initAndrew Jones1-1/+1 2023-04-26RISC-V: hwprobe: There can only be one firstAndrew Jones1-1/+3 2023-04-26riscv: Allow to downgrade paging mode from the command lineAlexandre Ghiti10-9/+154 2023-04-26dt-bindings: riscv: add sv57 mmu-typeConor Dooley1-0/+1 2023-04-26tracing: Add missing spaces in trace_print_hex_seq()Ken Lin1-1/+4 2023-04-26ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...Tze-nan Wu1-3/+13 2023-04-26net: phy: hide the PHYLIB_LEDS knobPaolo Abeni1-3/+1 2023-04-26powerpc/64s: Disable pcrel code model on ClangNicholas Piggin1-1/+6 2023-04-26powerpc: Fix merge conflict between pcrel and copy_thread changesNicholas Piggin1-1/+1 2023-04-25RISC-V: hwprobe: Remove __init on probe_vendor_features()Evan Green3-6/+6 2023-04-25recordmcount: Fix memory leaks in the uwrite functionHao Zeng1-1/+5 2023-04-25tracing/user_events: Limit max fault-in attemptsBeau Belgrave1-14/+35 2023-04-25tracing/user_events: Prevent same address and bit per processBeau Belgrave2-1/+49 2023-04-25tracing/user_events: Ensure bit is cleared on unregisterBeau Belgrave2-3/+40 2023-04-25tracing/user_events: Ensure write index cannot be negativeBeau Belgrave2-0/+8 2023-04-25seq_buf: Add seq_buf_do_printk() helperSergey Senozhatsky2-0/+34 2023-04-25tracing: Fix print_fields() for __dyn_loc/__rel_locBeau Belgrave1-4/+6 2023-04-25tracing/user_events: Set event filter_type from typeBeau Belgrave1-0/+3 2023-04-25ring-buffer: Clearly check null ptr returned by rb_set_head_page()Zheng Yejian1-2/+3 2023-04-25rtla/timerlat: Fix "Previous IRQ" auto analysis' lineDaniel Bristot de Oliveira1-1/+1 2023-04-25rtla/timerlat: Add auto-analysis only optionDaniel Bristot de Oliveira2-5/+51 2023-04-25rv: Remove redundant assignment to variable retvalColin Ian King1-2/+0 2023-04-25rv: Fix addition on an uninitialized variable 'run'Colin Ian King1-1/+1