summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regulator-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-09-187-8/+7
|\
| * regulator: remove unnecessary of_node_get() to parentGuodong Xu2014-09-107-8/+7
* | Merge tag 'spi-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2014-09-187-26/+62
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *---------. \ Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...Mark Brown2014-09-177-26/+62
| |\ \ \ \ \ \ \
| | | | | | | * | spi: sirf: add fifo reset/start for cmd transferQipan Li2014-09-051-0/+2
| | | | | | | * | spi: sirf: enable RX_IO_DMA_INT interruptQipan Li2014-09-041-1/+2
| | | | | | | |/
| | | | | | * | spi/rockchip: Don't warn if SPI is busy but disabledDoug Anderson2014-09-051-1/+2
| | | | | | * | spi/rockchip: Fix the wait_for_idle() timeoutDoug Anderson2014-09-051-1/+1
| | | | | | |/
| | | | | * / spi/pl022: Fix error messageRoland Stigge2014-09-091-1/+1
| | | | | |/
| | | | * / spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-09-012-6/+19
| | | | |/
| | | * / spi: dw: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-09-011-2/+10
| | | |/
| | * | spi: davinci: remove empty function davinci_spi_cleanupGrygorii Strashko2014-09-161-5/+0
| | * | spi: davinci: request cs_gpio's from probeGrygorii Strashko2014-09-131-9/+25
| | |/
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-09-161-0/+7
|\ \ \
| * | | virtio-rng: skip reading when we start to remove the deviceAmos Kong2014-09-111-0/+5
| * | | virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong2014-09-111-0/+2
* | | | Merge tag 'regmap-v3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-161-1/+8
|\ \ \ \
| * | | | regmap: Fix debugfs-file 'registers' modeMarkus Pargmann2014-09-081-1/+8
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-09-163-8/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | Input: i8042 - also set the firmware id for MUXed portsHans de Goede2014-09-121-0/+2
| * | | Input: i8042 - add nomux quirk for Avatar AVIU-145A6Hans de Goede2014-09-121-0/+7
| * | | Input: i8042 - add Fujitsu U574 to no_timeout dmi tableHans de Goede2014-09-121-0/+8
| * | | Input: atkbd - do not try 'deactivate' keyboard on any LG laptopsDmitry Torokhov2014-09-121-8/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-151-1/+1
|\ \ \ \
| * | | | [fix] lustre: d_make_root() does iput() on dentry allocation failureAl Viro2014-09-141-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-141-1/+1
|\ \ \ \
| * | | | parisc: dino: fix %d confusingly prefixed with 0x in format stringHans Wennborg2014-08-271-1/+1
* | | | | Merge tag 'ntb-3.17' of git://github.com/jonmason/ntbLinus Torvalds2014-09-141-2/+15
|\ \ \ \ \
| * | | | | ntb: Add alignment check to meet hardware requirementDave Jiang2014-09-141-0/+13
| * | | | | NTB: correct the spread of queues over mw'sJon Mason2014-09-141-2/+2
* | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-09-144-22/+23
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-urgent-3.17' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner2014-09-144-22/+23
| |\ \ \ \ \ \
| | * | | | | | irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointerWill Deacon2014-09-031-1/+1
| | * | | | | | irqchip: gic: Make gic_default_routable_irq_domain_ops staticWill Deacon2014-09-031-1/+1
| | * | | | | | irqchip: exynos-combiner: Fix compilation error on ARM64Naveen Krishna Chatradhi2014-09-031-0/+1
| | * | | | | | irqchip: crossbar: Off by one bugs in initDan Carpenter2014-08-181-2/+2
| | * | | | | | irqchip: gic-v3: Tag all low level accessors __maybe_unusedMark Brown2014-08-181-5/+5
| | * | | | | | irqchip: gic-v3: Only define gic_peek_irq() when building SMPMark Brown2014-08-171-13/+13
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge tag 'dm-3.17-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2014-09-131-2/+2
|\ \ \ \ \ \ \
| * | | | | | | dm cache: fix race causing dirty blocks to be marked as cleanAnssi Hannula2014-09-101-2/+2
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-09-132-9/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | blk-mq: pass along blk_mq_alloc_tag_set return valuesRobert Elliott2014-09-022-9/+21
* | | | | | | | | Merge tag 'char-misc-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-09-121-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Lattice ECP3 FPGA: Check firmware pointerJean-Michel Hautbois2014-09-081-0/+5
| |/ / / / / / / /
* | | | | | | | | Merge tag 'staging-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-123-2/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | android: fix reference leak in sync_fence_createMaarten Lankhorst2014-09-081-1/+0
| * | | | | | | | | imx-drm: imx-ldb: fix NULL pointer in imx_ldb_unbind()Russell King2014-09-081-0/+3
| * | | | | | | | | imx-drm: ipuv3-plane: fix ipu_plane_dpms()Russell King2014-09-081-1/+2
| |/ / / / / / / /
* | | | | | | | | Merge tag 'tty-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-09-123-2/+44
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tty: xuartps: Fix tx_emtpy() callbackLars-Peter Clausen2014-09-091-1/+1