summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* [S390] cio: add message for timeouts on internal I/OSebastian Ott2011-10-301-3/+20
* [S390] fix mismatch in summation of I/O IRQ statisticsPeter Oberparleiter2011-10-3017-22/+51
* Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-10-291-8/+8
|\
| * lguest: move process freezing before pending signals checkMichal Hocko2011-10-271-7/+7
| * lguest: Allow running under paravirt-enabled KVM.Rusty Russell2011-10-271-1/+1
* | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-2932-494/+214
|\ \
| * | drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-2526-329/+46
| * | spi: irq: Remove IRQF_DISABLEDYong Zhang2011-10-245-5/+5
| * | OMAP: SPI: Fix the trying to free nonexistent resource errorShubhrajyoti D2011-10-241-3/+4
| * | Merge commit 'v3.1' into spi/nextGrant Likely2011-10-24215-1891/+2520
| |\ \
| * | | spi/spi-ep93xx: add module.h includeMika Westerberg2011-10-161-0/+1
| * | | spi/tegra: fix compilation error in spi-tegra.cMarc Dietrich2011-10-151-0/+1
| * | | spi: spi-dw: fix all sparse warningsH Hartley Sweeten2011-09-213-79/+89
| * | | spi/spi-pl022: Call pl022_dma_remove(pl022) only if enable_dma is trueViresh Kumar2011-09-211-2/+6
| * | | spi/spi-pl022: calculate_effective_freq() must set rate <= requested rateViresh Kumar2011-09-211-51/+51
| * | | spi/spi-pl022: Don't allocate more sg than required.Viresh Kumar2011-09-211-1/+1
| * | | spi/spi-pl022: Use GFP_ATOMIC for allocation from taskletViresh Kumar2011-09-211-2/+2
| * | | spi/spi-pl022: Resolve formatting issuesViresh Kumar2011-09-201-22/+8
* | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-297-39/+658
|\ \ \ \
| * | | | gpio: pl061: add DT binding supportRob Herring2011-10-261-10/+21
| * | | | gpio-ml-ioh: Use NUMA_NO_NODE not GFP_KERNELTomoya MORINAGA2011-10-201-1/+1
| * | | | gpio-pch: Use NUMA_NO_NODE not GFP_KERNELTomoya MORINAGA2011-10-201-1/+1
| * | | | gpio: langwell: ensure alternate function is clearedAdrian Hunter2011-10-061-0/+27
| * | | | gpio-pch: Support interrupt functionTomoya MORINAGA2011-10-052-0/+188
| * | | | gpio-pch: Save register value in suspend()Tomoya MORINAGA2011-10-051-1/+21
| * | | | gpio-pch: modify gpio_nums and maskTomoya MORINAGA2011-10-051-6/+25
| * | | | gpio-pch: support ML7223 IOH n-BusTomoya MORINAGA2011-10-051-0/+1
| * | | | gpio-pch: add spinlock in suspend/resume processingTomoya MORINAGA2011-10-051-0/+10
| * | | | gpio-pch: Delete invalid "restore" code in suspend()Tomoya MORINAGA2011-10-051-1/+0
| * | | | gpio-ml-ioh: Fix suspend/resume issueTomoya MORINAGA2011-10-051-12/+48
| * | | | gpio-ml-ioh: Support interrupt functionTomoya MORINAGA2011-10-052-3/+207
| * | | | gpio-ml-ioh: Delete unnecessary codeTomoya MORINAGA2011-10-051-1/+0
| * | | | gpio/mxc: add chained_irq_enter/exit() to mx3_gpio_irq_handler()Shawn Guo2011-09-211-0/+6
| * | | | gpio/nomadik: use genirq core to track enablementLinus Walleij2011-09-201-9/+2
| * | | | gpio/nomadik: disable clocks when unusedRabin Vincent2011-09-201-7/+113
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-29144-3194/+13248
|\ \ \ \
| * | | | [SCSI] qla4xxx: export address/port of connection (fix udev disk names)Mike Christie2011-10-201-0/+2
| * | | | [SCSI] ipr: Fix BUG on adapter dump timeoutBrian King2011-10-202-1/+4
| * | | | [SCSI] megaraid_sas: Fix instance access in megasas_reset_timeradam radford2011-10-201-2/+1
| * | | | [SCSI] hpsa: change confusing message to be more clearMike Miller2011-10-201-4/+2
| * | | | [SCSI] iscsi class: fix vlan configurationMike Christie2011-10-202-5/+5
| * | | | [SCSI] qla4xxx: fix data alignment and use nl helpersMike Christie2011-10-202-18/+11
| * | | | [SCSI] iscsi class: fix link local mispellingMike Christie2011-10-201-3/+3
| * | | | [SCSI] iscsi class: Replace iscsi_get_next_target_id with IDAMike Christie2011-10-201-36/+23
| * | | | [SCSI] aacraid: use lower snprintf() limitDan Carpenter2011-10-201-3/+4
| * | | | [SCSI] lpfc 8.3.27: Change driver version to 8.3.27James Smart2011-10-161-1/+1
| * | | | [SCSI] lpfc 8.3.27: T10 additions for SLI4James Smart2011-10-165-19/+471
| * | | | [SCSI] lpfc 8.3.27: Fix queue allocation failure recoveryJames Smart2011-10-163-67/+118
| * | | | [SCSI] lpfc 8.3.27: Change algorithm for getting physical port nameJames Smart2011-10-164-6/+366
| * | | | [SCSI] lpfc 8.3.27: Changed worst case mailbox timeoutJames Smart2011-10-168-136/+229