summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-212-4/+5
|\
| * PCI: Wrong register used to check pending trafficGavin Shan2014-05-191-2/+3
| * PCI: shpchp: Check bridge's secondary (not primary) bus speedMarcel Apfelbaum2014-05-151-2/+2
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-211-2/+5
|\ \
| * | random: fix BUG_ON caused by accounting simplificationTheodore Ts'o2014-05-171-2/+5
* | | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds2014-05-219-127/+150
|\ \ \
| * | | clk: tegra: Fix wrong value written to PLLE_AUXTuomas Tynkkynen2014-05-171-1/+1
| * | | clk: shmobile: clk-mstp: change to using clock-indicesBen Dooks2014-05-131-2/+7
| * | | clk: Fix slab corruption in clk_unregister()Stephen Boyd2014-04-301-1/+2
| * | | clk: Fix double free due to devm_clk_register()Stephen Boyd2014-04-301-41/+30
| * | | Merge tag 'socfpga-clk-fix-for-3.15' of git://git.rocketboards.org/linux-socf...Mike Turquette2014-04-302-20/+10
| |\ \ \
| | * | | clk: socfpga: fix clock driver for 3.15Dinh Nguyen2014-04-302-20/+10
| * | | | clk: divider: Fix best div calculation for power-of-two and table dividersMaxime COQUELIN2014-04-301-1/+36
| * | | | clk: bcm281xx: don't use unnamed structs or unionsAlex Elder2014-04-303-61/+64
| |/ / /
* | | | Merge tag 'spi-v3.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2014-05-213-64/+78
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'spi/fix/pxa2xx' and 'spi/fix/qup' into spi-linusMark Brown2014-05-132-17/+1
| |\ \ \ \ \
| | | * | | | spi: qup: Fix return value checking for pm_runtime_get_sync()Axel Lin2014-05-031-1/+1
| | * | | | | spi/pxa2xx: Prevent DMA from transferring too many bytesMika Westerberg2014-05-121-16/+0
| | |/ / / /
| * | | | | Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown2014-05-131-47/+77
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | spi: core: Don't destroy master queue if we fail to create itMark Brown2014-05-031-2/+2
| | * | | | spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven2014-05-021-44/+65
| | * | | | spi: core: Ignore unsupported Dual/Quad Transfer Mode bitsGeert Uytterhoeven2014-04-181-1/+10
| | |/ / /
* | | | | Merge tag 'gpio-v3.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-05-212-5/+11
|\ \ \ \ \
| * | | | | gpio: mcp23s08: Bug fix of SPI device tree registration.Michael Welling2014-05-091-5/+7
| * | | | | gpio: ich: set regs and reglen for i3100 and ich6 chipsetVincent Donnefort2014-05-091-0/+4
* | | | | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-216-8/+205
|\ \ \ \ \ \
| * | | | | | ahci: imx: PLL clock needs 100us to settle downShawn Guo2014-05-191-0/+2
| * | | | | | ata: pata_at91 only works on sam9Arnd Bergmann2014-05-081-1/+1
| * | | | | | libata: clean up ZPODD when a port is detachedLevente Kurusa2014-05-071-0/+9
| * | | | | | ahci: imx: software workaround for phy reset issue in resumeShawn Guo2014-05-041-0/+161
| * | | | | | ahci: imx: add namespace for register enumsShawn Guo2014-05-041-7/+9
| * | | | | | ahci: disable DEVSLP for Intel ValleyviewJacob Pan2014-04-243-0/+23
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-05-211-3/+7
|\ \ \ \ \ \ \
| * | | | | | | crypto: caam - add allocation failure handling in SPRINTFCAT macroHoria Geanta2014-04-281-3/+7
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2014-05-219-33/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | target: fix memory leak on XCOPYMikulas Patocka2014-05-181-1/+1
| * | | | | | | | target: Don't allow setting WC emulation if device doesn't supportAndy Grover2014-05-161-4/+4
| * | | | | | | | iscsi-target: Disable Immediate + Unsolicited Data with ISER ProtectionNicholas Bellinger2014-05-161-1/+26
| * | | | | | | | tcm_fc: Fix free-after-use regression in ft_free_cmdNicholas Bellinger2014-05-161-4/+4
| * | | | | | | | iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_outNicholas Bellinger2014-05-161-1/+3
| * | | | | | | | Target/iscsi,iser: Avoid accepting transport connections during stop stageSagi Grimberg2014-05-164-1/+13
| * | | | | | | | Target/iser: Fix iscsit_accept_np and rdma_cm racy flowSagi Grimberg2014-05-162-20/+7
| * | | | | | | | Target/iser: Fix wrong connection requests list additionSagi Grimberg2014-05-161-1/+1
| * | | | | | | | target: Allow non-supporting backends to set pi_prot_type to 0Andy Grover2014-05-161-0/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-05-215-4/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | i2c: rcar: bail out on zero length transfersWolfram Sang2014-05-141-1/+8
| * | | | | | | | i2c: qup: Fix pm_runtime_get_sync usageAndy Gross2014-05-141-1/+1
| * | | | | | | | i2c: s3c2410: resume race fixOlof Johansson2014-05-141-1/+1
| * | | | | | | | i2c: nomadik: Don't use IS_ERR for devm_ioremapUlf Hansson2014-05-141-1/+1
| * | | | | | | | i2c: designware: Mask all interrupts during i2c controller enableDu, Wenkai2014-05-141-0/+3
| | |_|_|_|/ / / | |/| | | | | |