summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-12-23mtd: gpmi-nand: move to dma_transfer_directionShawn Guo1-10/+12
2011-12-23mmc: mxs-mmc: fix the dma_transfer_direction migrationShawn Guo1-0/+3
2011-12-23dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo1-1/+1
2011-12-23dma: mxs-dma: Don't use CLKGATE bits in CTRL0 to disable DMA channelsLothar Waßmann1-28/+1
2011-12-23dma: mxs-dma: make mxs_dma_prep_slave_sg() multi user safeLothar Waßmann1-1/+4
2011-12-23dma: mxs-dma: Always leave mxs_dma_init() with the clock disabled.Lothar Waßmann1-5/+2
2011-12-23dma: mxs-dma: fix a typo in commentLothar Waßmann1-1/+1
2011-12-08DMA: PL330: Remove pm_runtime_xxx calls from pl330 probe/removeTushar Behera1-15/+2
2011-12-08video i.MX IPU: Fix display connectionsSascha Hauer1-39/+22
2011-12-08i.MX IPU DMA: Fix wrong burstsize settingsSascha Hauer1-24/+1
2011-12-05dmaengine/ste_dma40: allow fixed physical channelNarayanan G1-9/+42
2011-12-05dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is trueViresh Kumar1-9/+12
2011-12-05dmaengine: convert drivers/dma/* to use module_platform_driver()Axel Lin4-47/+5
2011-12-05IMX/SDMA : save the real count for one DMA transaction.Huang Shijie1-2/+9
2011-12-05dma/ep93xx_dma: prevent ep93xx_dma_tasklet() to reference an empty listMika Westerberg1-12/+48
2011-12-05dma/ep93xx_dma: fix initialization of M2M control registerRafal Prylowski1-4/+4
2011-11-28dmaengine: at_hdmac: simplify device selection from platform data or DTNicolas Ferre2-39/+31
2011-11-28dmaengine: at_hdmac: empty entry shape modificationNicolas Ferre1-1/+3
2011-11-28dmaengine: at_hdmac: add const to struct platform_device_id definitionNicolas Ferre1-1/+1
2011-11-28dmaengine/ste_dma40: Add support to use lcla area from esramNarayanan G1-10/+85
2011-11-28dmaengine: timb_dma: fix the spare wariningsVinod Koul1-4/+4
2011-11-28dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resumeViresh Kumar2-28/+42
2011-11-22IMX/DMA : set the DMA direction in the sdma_control()Huang Shijie1-0/+1
2011-11-22dmaengine/ste_dma40: support pm in dma40Narayanan G2-19/+259
2011-11-18dmaengine: add CSR SiRFprimaII DMAC driverRongjun Ying3-0/+725
2011-11-18DMAEngine: Define interleaved transfer request apiJassi Brar1-2/+2
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul40-190/+207
2011-11-17USB-renesas: move to dma_transfer_directionVinod Koul1-2/+2
2011-11-17USB-musb: move to dma_transfer_directionVinod Koul1-2/+2
2011-11-17pch_dma: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+11
2011-11-17pch_dma: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA2-4/+4
2011-11-17dma i.MX: remove individual SOC dependencySascha Hauer1-3/+3
2011-11-17dma: fix spacing for method declaration, coding style issue in iop-adma.cCiaran McCormick1-2/+2
2011-11-10DMA: PL330: Fix build warningBoojin Kim1-1/+2
2011-11-10dmaengine: at_hdmac: add device tree supportNicolas Ferre1-1/+31
2011-11-10dmaengine: at_hdmac: platform data move to use .id_tableNicolas Ferre2-10/+46
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-244/+274
2011-11-07forcedeth: fix a few sparse warnings (variable shadowing)david decotigny1-17/+17
2011-11-07forcedeth: Improve stats countersMandeep Baines1-0/+4
2011-11-07forcedeth: remove unneeded stats updatesdavid decotigny1-34/+1
2011-11-07forcedeth: Acknowledge only interrupts that are being processedMike Ditto1-5/+8
2011-11-07forcedeth: fix race when unloading moduledavid decotigny1-1/+1
2011-11-07device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.hStephen Rothwell1-0/+1
2011-11-07device-mapper: dm-bufio.c needs to include module.hStephen Rothwell1-0/+1
2011-11-07drivers/md: change module.h -> export.h in persistent-data/dm-*Paul Gortmaker4-4/+4
2011-11-07usbnet: fix oops in usbnet_start_xmitKonstantin Khlebnikov1-1/+2
2011-11-07ixgbe: Fix compile for kernel without CONFIG_PCI_IOV definedRose, Gregory V2-2/+4
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds15-244/+464
2011-11-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-2626/+2913
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds130-3624/+7010