aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-106-146/+200
|\
| * spi / PM: Support dev_pm_opsMark Brown2010-12-251-8/+84
| * PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionallyRafael J. Wysocki2010-12-241-1/+1
| * PM: Use dev_name() in core device suspend and resume routinesRafael J. Wysocki2010-12-241-16/+9
| * PM: Permit registration of parentless devices during system suspendRafael J. Wysocki2010-12-241-22/+3
| * PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-242-16/+8
| * PM: Remove redundant checks from core device resume routinesRafael J. Wysocki2010-12-241-27/+17
| * PM: Use a different list of devices for each stage of device suspendRafael J. Wysocki2010-12-241-34/+19
| * PM: Avoid compiler warning in pm_noirq_op()Rafael J. Wysocki2010-12-241-1/+1
| * PM: Use pm_wakeup_pending() in __device_suspend()Rafael J. Wysocki2010-12-241-0/+5
| * PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki2010-12-242-11/+11
| * PM: Prevent dpm_prepare() from returning errors unnecessarilyRafael J. Wysocki2010-12-241-4/+7
| * PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern2010-12-241-9/+38
| * PM / Runtime: Fix comments to match runtime callback codeAaro Koskinen2010-12-241-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2011-01-107-246/+547
|\ \
| * | firewire: use split transaction timeout only for split transactionsClemens Ladisch2011-01-041-13/+32
| * | firewire: ohci: consolidate context status flagsStefan Richter2011-01-041-6/+3
| * | firewire: ohci: cache the context run bitClemens Ladisch2011-01-041-4/+4
| * | firewire: ohci: flush AT contexts after bus reset - addendumStefan Richter2011-01-041-0/+7
| * | firewire: ohci: flush AT contexts after bus reset for OHCI 1.2Clemens Ladisch2011-01-031-7/+39
| * | firewire: net: set carrier state at ifupStefan Richter2010-12-191-15/+21
| * | firewire: net: add carrier detectionMaxim Levitsky2010-12-191-0/+17
| * | firewire: net: ratelimit error messagesMaxim Levitsky2010-12-131-4/+12
| * | firewire: ohci: restart iso DMA contexts on resume from low power modeMaxim Levitsky2010-12-131-8/+46
| * | firewire: ohci: restore GUID on resume.Maxim Levitsky2010-12-131-0/+7
| * | firewire: ohci: use common buffer for self IDs and AR descriptorsClemens Ladisch2010-12-131-32/+34
| * | firewire: ohci: optimize iso context checks in the interrupt handlerClemens Ladisch2010-12-131-13/+19
| * | firewire: make PHY packet header format consistentClemens Ladisch2010-12-134-29/+33
| * | firewire: ohci: properly clear posted write errorsClemens Ladisch2010-12-131-3/+12
| * | firewire: ohci: flush MMIO writes in the interrupt handlerClemens Ladisch2010-12-131-1/+2
| * | firewire: ohci: fix AT context initialization error handlingClemens Ladisch2010-12-131-4/+10
| * | firewire: ohci: Asynchronous Reception rewriteClemens Ladisch2010-12-132-135/+278
| * | firewire: core: Update WARN usesJoe Perches2010-12-121-3/+3
| * | firewire: nosy: char device is not seekableStefan Richter2010-12-121-2/+1
* | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-0718-1265/+1327
|\ \ \
| * | | spi/omap: Fix DMA API usage in OMAP MCSPI driverRussell King - ARM Linux2011-01-071-8/+3
| * | | spi/imx: correct the test on platform_get_irq() return valueRichard Genoud2011-01-071-1/+1
| * | | spi/topcliff: Typo fix threhold to thresholdJustin P. Mattock2010-12-311-2/+2
| * | | spi/dw_spi Typo change diable to disable.Justin P. Mattock2010-12-301-1/+1
| * | | spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu2010-12-291-3/+16
| * | | Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely2010-12-294-61/+344
| |\ \ \
| | * | | spi/pxa2xx: pass of_node to spi device and set a parent deviceSebastian Andrzej Siewior2010-12-021-0/+4
| | * | | spi/pxa2xx: Modify RX-Tresh instead of busy-loop for the remaining RX bytes.Sebastian Andrzej Siewior2010-12-021-17/+39
| | * | | spi/pxa2xx: Add chipselect support for SodavilleSebastian Andrzej Siewior2010-12-021-25/+68
| | * | | spi/pxa2xx: Consider CE4100's FIFO depthSebastian Andrzej Siewior2010-12-011-2/+0
| | * | | spi/pxa2xx: Add CE4100 supportSebastian Andrzej Siewior2010-12-014-6/+210
| | * | | arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior2010-12-011-3/+1
| | * | | spi/pxa2xx: Use define for SSSR_TFL_MASK instead of plain numbersSebastian Andrzej Siewior2010-12-011-4/+4
| | * | | spi/pxa2xx: add support for shared IRQ handlerSebastian Andrzej Siewior2010-12-011-1/+14
| | * | | spi/pxa2xx: register driver properlySebastian Andrzej Siewior2010-11-261-3/+4