Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DM... | Viresh Kumar | 2011-05-13 | 1 | -1/+5 | |
| | * | | | | | | | | dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_al... | Viresh Kumar | 2011-05-13 | 1 | -14/+13 | |
| | * | | | | | | | | dmaengine: at_hdmac: pause: no need to wait for FIFO empty | Nicolas Ferre | 2011-05-12 | 1 | -16/+0 | |
| | * | | | | | | | | pch_dma: modify pci device table definition | Tomoya MORINAGA | 2011-05-09 | 1 | -1/+1 | |
| | * | | | | | | | | pch_dma: Support new device ML7223 IOH | Tomoya MORINAGA | 2011-05-09 | 2 | -5/+15 | |
| | * | | | | | | | | pch_dma: Support I2S for ML7213 IOH | Tomoya MORINAGA | 2011-05-09 | 1 | -15/+47 | |
| | * | | | | | | | | pch_dma: Fix DMA setting issue | Tomoya MORINAGA | 2011-05-09 | 1 | -7/+0 | |
| | * | | | | | | | | pch_dma: modify for checkpatch | Tomoya MORINAGA | 2011-05-09 | 1 | -3/+6 | |
| | * | | | | | | | | pch_dma: fix dma direction issue for ML7213 IOH video-in | Tomoya MORINAGA | 2011-05-09 | 1 | -3/+3 | |
| | * | | | | | | | | dmaengine: at_hdmac: use descriptor chaining help function | Nicolas Ferre | 2011-05-09 | 1 | -30/+3 | |
| | * | | | | | | | | dmaengine: at_hdmac: implement pause and resume in atc_control | Nicolas Ferre | 2011-05-09 | 2 | -27/+71 | |
| | * | | | | | | | | dmaengine: at_hdmac: set residue as total len in atc_tx_status | Nicolas Ferre | 2011-05-09 | 1 | -1/+6 | |
| | * | | | | | | | | dmaengine/ste_dma40: fix introduced warnings | Philippe Langlais | 2011-05-09 | 1 | -1/+1 | |
| | * | | | | | | | | dmaengine: at_hdmac: specialize AHB interfaces to optimize transfers | Nicolas Ferre | 2011-05-02 | 2 | -11/+19 | |
| | * | | | | | | | | dmaengine: at_hdmac: remove channel status testing in tasklet | Nicolas Ferre | 2011-05-02 | 1 | -7/+0 | |
| | * | | | | | | | | dmaengine: at_hdmac: debug information sg_len for prep_slave_sg | Nicolas Ferre | 2011-05-02 | 1 | -1/+2 | |
| | * | | | | | | | | dmaengine: at_hdmac: add cyclic DMA operation support | Nicolas Ferre | 2011-05-02 | 2 | -16/+229 | |
| | * | | | | | | | | dmaengine: at_hdmac: modify way to use interrupts | Nicolas Ferre | 2011-05-02 | 2 | -5/+10 | |
| | * | | | | | | | | drivers, pch_dma: Fix uninitialized var before use | Liu Yuan | 2011-04-06 | 1 | -1/+1 | |
| | * | | | | | | | | Merge branch 'old_next' into next | Vinod Koul | 2011-04-06 | 5 | -14/+28 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | intel_mid_dma: fix runtime pm issues | Kristen Carlson Accardi | 2011-04-01 | 1 | -4/+13 | |
| | | * | | | | | | | | dma: use BUG_ON correctly in ppc4xx/adam.c, v4 | Coly Li | 2011-03-31 | 1 | -4/+4 | |
| | | * | | | | | | | | dma: use BUG_ON correctly in mv_xor.c, v4 | Coly Li | 2011-03-31 | 1 | -3/+3 | |
| | | * | | | | | | | | dma: use BUG_ON correctly in iop-adma.c, v4 | Coly Li | 2011-03-31 | 1 | -3/+3 | |
| | | * | | | | | | | | dmaengine/dw_dmac fix: dwc_scan_descriptors must compare first desc address a... | Viresh Kumar | 2011-03-31 | 1 | -0/+5 | |
* | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 2011-05-28 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | mfd: Fix build breakage caused by tps65910 gpio directory move | Liam Girdwood | 2011-05-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | mfd: Use mfd cell platform_data for db8500-prcmu cells platform bits | Mattias Wallin | 2011-05-28 | 1 | -1/+2 | |
* | | | | | | | | | | | | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-05-28 | 4 | -1/+964 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheral | Cliff Cai | 2011-05-27 | 3 | -0/+962 | |
| * | | | | | | | | | | | | spi/tle620x: add missing device_remove_file() | Axel Lin | 2011-05-27 | 1 | -1/+2 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-05-28 | 13 | -62/+5289 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/ker... | Grant Likely | 2011-05-28 | 2 | -0/+2008 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | GPIO: OMAP: move to drivers/gpio | Kevin Hilman | 2011-05-27 | 2 | -0/+2008 | |
| * | | | | | | | | | | | | gpio/pch_gpio: Support new device ML7223 | Tomoya MORINAGA | 2011-05-28 | 2 | -1/+9 | |
| * | | | | | | | | | | | | gpio: make gpio_{request,free}_array gpio array parameter const | Lars-Peter Clausen | 2011-05-28 | 1 | -2/+2 | |
| * | | | | | | | | | | | | gpio: Move the s5pc100 GPIO to drivers/gpio | Kyungmin Park | 2011-05-27 | 3 | -0/+362 | |
| * | | | | | | | | | | | | gpio: Move the s5pv210 GPIO to drivers/gpio | Kyungmin Park | 2011-05-27 | 3 | -0/+295 | |
| * | | | | | | | | | | | | gpio: Move the exynos4 GPIO to drivers/gpio | Kyungmin Park | 2011-05-27 | 3 | -0/+372 | |
| * | | | | | | | | | | | | gpio: Move to Samsung common GPIO library to drivers/gpio | Kyungmin Park | 2011-05-27 | 3 | -0/+213 | |
| * | | | | | | | | | | | | gpio/nomadik: add function to read GPIO pull down status | Rickard Andersson | 2011-05-27 | 1 | -4/+30 | |
| * | | | | | | | | | | | | gpio/nomadik: show all pins in debug | Rabin Vincent | 2011-05-27 | 1 | -4/+27 | |
| * | | | | | | | | | | | | gpio: move Nomadik GPIO driver to drivers/gpio | Grant Likely | 2011-05-27 | 2 | -0/+1021 | |
| * | | | | | | | | | | | | gpio: move U300 GPIO driver to drivers/gpio | Linus Walleij | 2011-05-27 | 2 | -0/+701 | |
| * | | | | | | | | | | | | langwell_gpio: add runtime pm support | Kristen Carlson Accardi | 2011-05-26 | 1 | -0/+65 | |
| * | | | | | | | | | | | | gpio/pca953x: Add support for pca9574 and pca9575 devices | Haojian Zhuang | 2011-05-26 | 1 | -58/+191 | |
| * | | | | | | | | | | | | gpio/cs5535: Show explicit dependency between gpio_cs5535 and mfd_cs5535 | Ed Wildgoose | 2011-05-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-05-28 | 131 | -1595/+998 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | mtd: kill CONFIG_MTD_PARTITIONS | Jamie Iles | 2011-05-25 | 5 | -27/+8 | |
| * | | | | | | | | | | | | | mtd: remove add_mtd_partitions, add_mtd_device and friends | Jamie Iles | 2011-05-25 | 3 | -5/+9 |