summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM/orion/gpio: Prepare gpio_irq_handler for irq argument removalThomas Gleixner2015-07-131-1/+1
* ARM/pxa: Prepare balloon3_irq_handler for irq argument removalThomas Gleixner2015-07-131-7/+7
* ARM/pxa: Prepare *_irq_handler for irq argument removalThomas Gleixner2015-07-135-5/+10
* ARM/dove: Prepare pmu_irq_handler for irq argument removalThomas Gleixner2015-07-131-1/+2
* ARM/sa1111: Prepare sa1111_irq_handler for irq argument removalThomas Gleixner2015-07-131-1/+2
* ARM/locomo: Prepare locomo_handler for irq argument removalThomas Gleixner2015-07-131-1/+3
* ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-133-3/+3
* ARM/LPC32xx: Use irq_set_handler_locked()Thomas Gleixner2015-07-131-4/+4
* ARM/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-131-2/+2
* ARM/locomo: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-131-2/+1
* ARM/orion: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-131-2/+3
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-07-114-8/+25
|\
| * i2c: Mark instantiated device nodes with OF_POPULATEPantelis Antoniou2015-07-091-1/+15
| * i2c: jz4780: Fix return value if probe failsAxel Lin2015-07-091-7/+8
| * i2c: xgene-slimpro: Fix missing mbox_free_channel call in probe error pathAxel Lin2015-07-091-0/+1
| * i2c: I2C_MT65XX should depend on HAS_DMAGeert Uytterhoeven2015-07-091-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-07-112-8/+6
|\ \
| * | Revert "Input: synaptics - allocate 3 slots to keep stability in image sensors"Dmitry Torokhov2015-07-101-1/+1
| * | Input: elan_i2c - change the hover event from MT to STduson2015-07-071-7/+5
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-07-1115-50/+74
|\ \ \
| * | | drivers: clk: st: Incorrect register offset used for lock_statusPankaj Dev2015-07-081-1/+1
| * | | clk: mediatek: mt8173: Fix enabling of critical clocksSascha Hauer2015-07-071-5/+21
| * | | drivers: clk: st: Fix mux bit-setting for Cortex A9 clocksGabriel Fernandez2015-07-061-1/+1
| * | | drivers: clk: st: Add CLK_GET_RATE_NOCACHE flag to clocksPankaj Dev2015-07-064-6/+8
| * | | drivers: clk: st: Fix flexgen lock initGiuseppe Cavallaro2015-07-061-0/+2
| * | | drivers: clk: st: Fix FSYN channel valuesGabriel Fernandez2015-07-061-2/+2
| * | | drivers: clk: st: Remove unused codeGabriel Fernandez2015-07-061-4/+0
| * | | clk: qcom: Use parent rate when set rate to pixel RCG clockHai Li2015-07-061-6/+3
| * | | clk: at91: do not leak resourcesDavid Dueck2015-07-026-10/+30
| * | | clk: stm32: Fix out-by-one error path in the index lookupDaniel Thompson2015-07-021-1/+1
| * | | clk: iproc: fix bit manipulation arithmeticRay Jui2015-07-021-2/+3
| * | | clk: iproc: fix memory leak from clock nameRay Jui2015-07-022-12/+2
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-07-1127-717/+964
|\ \ \ \
| * \ \ \ Merge tag 'omapdrm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Dave Airlie2015-07-106-29/+49
| |\ \ \ \
| | * | | | drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick2015-07-021-1/+1
| | * | | | drm/omap: fix align_pitch() for 24 bits per pixelTomi Valkeinen2015-07-021-1/+1
| | * | | | drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen2015-07-022-6/+4
| | * | | | drm/omap: fix omap_framebuffer_unpin() error handlingTomi Valkeinen2015-07-022-13/+5
| | * | | | drm/omap: increase DMM transaction timeoutTomi Valkeinen2015-07-021-1/+1
| | * | | | drm/omap: check that plane is inside crtcTomi Valkeinen2015-07-021-0/+26
| | * | | | drm/omap: return error if dma_alloc_writecombine failsTomi Valkeinen2015-06-241-7/+11
| * | | | | Merge tag 'drm-intel-fixes-2015-07-09' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-07-104-14/+37
| |\ \ \ \ \
| | * | | | | Revert "drm/i915: Allocate context objects from stolen"Ville Syrjälä2015-07-091-3/+1
| | * | | | | drm/i915: Declare the swizzling unknown for L-shaped configurationsChris Wilson2015-07-091-1/+11
| | * | | | | drm/i915: Use crtc_state->active in primary check_plane funcDaniel Vetter2015-07-081-1/+1
| | * | | | | drm/i915: Check crtc->active in intel_crtc_disable_planesDaniel Vetter2015-07-081-0/+3
| | * | | | | drm/i915: Restore all GGTT VMAs on resumeTvrtko Ursulin2015-07-081-7/+16
| | * | | | | drm/i915/chv: fix HW readout of the port PLL fractional dividerImre Deak2015-07-061-2/+5
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'drm-amdkfd-fixes-2015-07-09' of git://people.freedesktop.org/~gabb...Dave Airlie2015-07-101-2/+7
| |\ \ \ \ \
| | * | | | | drm/amdkfd: validate pdd where it acquired firstManinder Singh2015-07-091-2/+7
| | |/ / / /