summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-05-12dmaengine: at_hdmac: pause: no need to wait for FIFO emptyNicolas Ferre1-16/+0
2011-05-09pch_dma: modify pci device table definitionTomoya MORINAGA1-1/+1
2011-05-09pch_dma: Support new device ML7223 IOHTomoya MORINAGA2-5/+15
2011-05-09pch_dma: Support I2S for ML7213 IOHTomoya MORINAGA1-15/+47
2011-05-09pch_dma: Fix DMA setting issueTomoya MORINAGA1-7/+0
2011-05-09pch_dma: modify for checkpatchTomoya MORINAGA1-3/+6
2011-05-09pch_dma: fix dma direction issue for ML7213 IOH video-inTomoya MORINAGA1-3/+3
2011-05-09dmaengine: at_hdmac: use descriptor chaining help functionNicolas Ferre1-30/+3
2011-05-09dmaengine: at_hdmac: implement pause and resume in atc_controlNicolas Ferre2-27/+71
2011-05-09dmaengine: at_hdmac: set residue as total len in atc_tx_statusNicolas Ferre1-1/+6
2011-05-09dmaengine/ste_dma40: fix introduced warningsPhilippe Langlais1-1/+1
2011-05-02dmaengine: at_hdmac: specialize AHB interfaces to optimize transfersNicolas Ferre2-11/+19
2011-05-02dmaengine: at_hdmac: remove channel status testing in taskletNicolas Ferre1-7/+0
2011-05-02dmaengine: at_hdmac: debug information sg_len for prep_slave_sgNicolas Ferre1-1/+2
2011-05-02dmaengine: at_hdmac: add cyclic DMA operation supportNicolas Ferre2-16/+229
2011-05-02dmaengine: at_hdmac: modify way to use interruptsNicolas Ferre2-5/+10
2011-04-06drivers, pch_dma: Fix uninitialized var before useLiu Yuan1-1/+1
2011-04-06Merge branch 'old_next' into nextVinod Koul5-14/+28
2011-04-01intel_mid_dma: fix runtime pm issuesKristen Carlson Accardi1-4/+13
2011-03-31dma: use BUG_ON correctly in ppc4xx/adam.c, v4Coly Li1-4/+4
2011-03-31dma: use BUG_ON correctly in mv_xor.c, v4Coly Li1-3/+3
2011-03-31dma: use BUG_ON correctly in iop-adma.c, v4Coly Li1-3/+3
2011-03-31dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address a...Viresh Kumar1-0/+5
2011-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds21-1370/+1526
2011-03-29Merge branch 'stable/bug-fixes-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+4
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds7-56/+67
2011-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-1/+1
2011-03-29Merge branch 'irq-final-for-linus-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds40-107/+104
2011-03-29char/tpm: Fix unitialized usage of data bufferPeter Huewe1-1/+1
2011-03-29amd64_edac: Fix potential memleakBorislav Petkov1-1/+1
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-61/+85
2011-03-29xen: Use new irq_move functionsThomas Gleixner1-2/+2
2011-03-29xen: Convert genirq namespaceThomas Gleixner1-11/+11
2011-03-29gpio: ab8500: Mark brokenThomas Gleixner1-1/+1
2011-03-29drivers: Final irq namespace conversionThomas Gleixner33-69/+70
2011-03-29xen: Use new irq_move functionsThomas Gleixner1-2/+2
2011-03-29xen: Cleanup genirq namespaceThomas Gleixner1-11/+11
2011-03-29sh: Convert to new function namesThomas Gleixner2-13/+13
2011-03-29sh: Use the proper accessor functionsThomas Gleixner1-7/+2
2011-03-29parisc: Convert irq namespaceThomas Gleixner3-4/+5
2011-03-29watchdog: softdog.c: enhancement to optionally invoke panic instead of reboot...Anithra P Janakiraman1-3/+13
2011-03-29watchdog: fix nv_tco section mismatchRandy Dunlap1-1/+1
2011-03-29watchdog: sp5100_tco.c: Check if firmware has set correct value in tcobase.Yinghai Lu1-2/+14
2011-03-29watchdog: Convert release_resource to release_region/release_mem_regionJulia Lawall3-39/+31
2011-03-29watchdog: s3c2410_wdt.c: Convert release_resource to release_region/release_m...Julia Lawall1-11/+8
2011-03-28netdev: bfin_mac: document TE setting in RMII modesMike Frysinger1-2/+11
2011-03-28drivers net: Fix declaration ordering in inline functions.Balaji G1-1/+1
2011-03-28cxgb3: Apply interrupt coalescing settings to all queuesAnton Blanchard1-4/+10
2011-03-28md: Fix integrity registration error when no devices are capableMartin K. Petersen1-6/+2
2011-03-28Merge branches 'irq-cleanup-for-linus' and 'irq-fixes-for-linus' of git://git...Linus Torvalds1-33/+31