aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/amba (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-05dmaengine: PL08x: Avoid collisions with get_signal() macroMark Brown1-4/+4
2013-03-29ARM: PL011: Add support for Rx DMA buffer polling.Chanho Min1-0/+3
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+146
2013-01-30arm: Move sp810.h to include/linux/amba/Catalin Marinas1-0/+64
2013-01-13pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini1-0/+146
2012-12-03ARM: 7588/1: amba: create a resource parent registratorLinus Walleij1-0/+10
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/miscLinus Torvalds1-0/+2
2012-09-10serial: pl011: delete reset callbackLinus Walleij1-1/+0
2012-08-22spi/pl022: Add chip select handling via GPIORoland Stigge1-0/+2
2012-08-01Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-148/+8
2012-07-02spi/pl022: cleanup pl022 header documentationAlexandre Pereira da Silva1-8/+1
2012-07-01dmaengine: PL08x: get rid of unnecessary checks in dma_slave_configRussell King1-2/+3
2012-07-01dmaengine: PL08x: constify channel names and bus_id stringsRussell King1-1/+1
2012-07-01dmaengine: PL08x: move private data structures into amba-pl08x.cRussell King1-139/+2
2012-07-01dmaengine: PL08x: clean up get_signal/put_signalRussell King1-2/+2
2012-07-01dmaengine: PL08x: remove circular_buffer boolean from channel dataRussell King1-4/+0
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+3
2012-04-25dma/amba-pl08x: add support for the Nomadik variantLinus Walleij1-0/+3
2012-04-19ARM: 7369/1: amba: add functions to add devices dynamicallyLinus Walleij1-0/+8
2012-04-15Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-7/+0
2012-04-13ARM: 7366/3: amba: Remove AMBA level regulator supportMark Brown1-7/+0
2012-03-30spi/pL022: include types.h to remove compilation warningsViresh Kumar1-0/+2
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-7/+4
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-2/+0
2012-03-23Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-3/+28
2012-03-23Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+36
2012-03-24Merge branch 'mmci' into ambaRussell King1-3/+19
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+3
2012-03-16ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driverviresh kumar1-0/+9
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-2/+0
2012-03-13Merge branch 'rmk_cookie_fixes2' into nextVinod Koul1-2/+0
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-2/+0
2012-03-08DMA: PL330: Merge PL330 driver into drivers/dma/Boojin Kim1-1/+0
2012-02-23ARM: 7339/1: amba/serial.h: Include types.h for resolving dependency of type boolviresh kumar1-0/+2
2012-02-22dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar1-4/+4
2012-02-02spi/pl022: Add high priority message pump supportChris Blair1-0/+3
2012-01-25ARM: amba: provide common initializers for static amba devicesRussell King1-0/+33
2012-01-25ARM: amba: add amba_device allocation/add/put functionsRussell King1-0/+3
2012-01-20ARM: 7219/1: mmc: mmci: Change vdd_handler to a generic ios_handlerUlf Hansson1-3/+3
2012-01-20ARM: 7218/1: mmc: mmci: Provide option to configure bus signal directionUlf Hansson1-0/+16
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2012-01-14Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2012-01-13Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+2
2012-01-11mmc: mmci: add capabilities2 for MMC_CAP2Per Forlin1-0/+2
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+5
2012-01-07Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+4
2012-01-05Merge branch 'gpio-for-grant' of git://sources.calxeda.com/kernel/linux into gpio/nextGrant Likely1-1/+1
2012-01-04gpio: pl061: convert to use 0 for no irqRob Herring1-1/+1
2011-12-23DMA: PL330: Infer transfer direction from transfer request instead of platform dataThomas Abraham1-10/+3
2011-12-23DMA: PL330: move filter function into driverThomas Abraham1-0/+2