| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mmc-v3.16-1' of git://git.linaro.org/people/ulf.hansson/mmc into next | Linus Torvalds | 2014-06-02 | 1 | -42/+0 |
|\ |
|
| * | mmc: mmci: Enforce DMA configuration through DT | Ulf Hansson | 2014-06-02 | 1 | -17/+0 |
| * | mmc: mmci: Enforce max frequency configuration through DT | Ulf Hansson | 2014-05-20 | 1 | -4/+0 |
| * | mmc: mmci: Enforce mmc capabilities through DT | Ulf Hansson | 2014-05-12 | 1 | -5/+0 |
| * | mmc: mmci: Enforce DT for signal direction and feedback clock | Ulf Hansson | 2014-05-12 | 1 | -16/+0 |
* | | ARM: 8057/1: amba: Add Qualcomm vendor ID. | srinik | 2014-05-25 | 1 | -0/+1 |
|/ |
|
* | arm: fix comment header and macro name | Sachin Kamat | 2014-01-02 | 1 | -5/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-11-15 | 1 | -1/+1 |
|\ |
|
| * | treewide: Fix common typo in "identify" | Maxime Jayat | 2013-10-14 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-11-14 | 1 | -1/+1 |
|\ \ |
|
| * | | ARM: 7871/1: amba: Extend number of IRQS | Michal Simek | 2013-11-09 | 1 | -1/+1 |
* | | | DMA-API: amba: get rid of separate dma_mask | Russell King | 2013-10-31 | 1 | -2/+0 |
|/ / |
|
* / | dmaengine: PL08x: Add support for PL080S variant | Tomasz Figa | 2013-09-02 | 1 | -0/+1 |
|/ |
|
* | dmaengine: PL08x: Avoid collisions with get_signal() macro | Mark Brown | 2013-07-05 | 1 | -4/+4 |
* | ARM: PL011: Add support for Rx DMA buffer polling. | Chanho Min | 2013-03-29 | 1 | -0/+3 |
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-02-26 | 1 | -0/+146 |
|\ |
|
| * | pl080.h: moved from arm/include/asm/hardware to include/linux/amba/ | Alessandro Rubini | 2013-01-13 | 1 | -0/+146 |
* | | arm: Move sp810.h to include/linux/amba/ | Catalin Marinas | 2013-01-30 | 1 | -0/+64 |
|/ |
|
* | ARM: 7588/1: amba: create a resource parent registrator | Linus Walleij | 2012-12-03 | 1 | -0/+10 |
* | Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/... | Linus Torvalds | 2012-10-02 | 1 | -0/+2 |
|\ |
|
| * | spi/pl022: Add chip select handling via GPIO | Roland Stigge | 2012-08-22 | 1 | -0/+2 |
* | | serial: pl011: delete reset callback | Linus Walleij | 2012-09-10 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-08-01 | 1 | -148/+8 |
|\ |
|
| * | dmaengine: PL08x: get rid of unnecessary checks in dma_slave_config | Russell King | 2012-07-01 | 1 | -2/+3 |
| * | dmaengine: PL08x: constify channel names and bus_id strings | Russell King | 2012-07-01 | 1 | -1/+1 |
| * | dmaengine: PL08x: move private data structures into amba-pl08x.c | Russell King | 2012-07-01 | 1 | -139/+2 |
| * | dmaengine: PL08x: clean up get_signal/put_signal | Russell King | 2012-07-01 | 1 | -2/+2 |
| * | dmaengine: PL08x: remove circular_buffer boolean from channel data | Russell King | 2012-07-01 | 1 | -4/+0 |
* | | spi/pl022: cleanup pl022 header documentation | Alexandre Pereira da Silva | 2012-07-02 | 1 | -8/+1 |
|/ |
|
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-05-25 | 1 | -0/+3 |
|\ |
|
| * | dma/amba-pl08x: add support for the Nomadik variant | Linus Walleij | 2012-04-25 | 1 | -0/+3 |
* | | ARM: 7369/1: amba: add functions to add devices dynamically | Linus Walleij | 2012-04-19 | 1 | -0/+8 |
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-04-15 | 1 | -7/+0 |
|\ \ |
|
| * | | ARM: 7366/3: amba: Remove AMBA level regulator support | Mark Brown | 2012-04-13 | 1 | -7/+0 |
| |/ |
|
* / | spi/pL022: include types.h to remove compilation warnings | Viresh Kumar | 2012-03-30 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-03-29 | 2 | -7/+4 |
|\ |
|
| * | Merge branch 'rmk_cookie_fixes2' into next | Vinod Koul | 2012-03-13 | 1 | -2/+0 |
| |\ |
|
| | * | dmaengine: move last completed cookie into generic dma_chan structure | Russell King - ARM Linux | 2012-03-13 | 1 | -2/+0 |
| * | | DMA: PL330: Merge PL330 driver into drivers/dma/ | Boojin Kim | 2012-03-08 | 1 | -1/+0 |
| |/ |
|
| * | dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIG | Viresh Kumar | 2012-02-22 | 1 | -4/+4 |
* | | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2012-03-24 | 1 | -2/+0 |
|\ \ |
|
| * | | device.h: audit and cleanup users in main include dir | Paul Gortmaker | 2012-03-16 | 1 | -2/+0 |
| |/ |
|
* | | Merge branch 'amba' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-23 | 2 | -3/+28 |
|\ \ |
|
| * \ | Merge branch 'mmci' into amba | Russell King | 2012-03-24 | 1 | -3/+19 |
| |\ \ |
|
| | * | | ARM: 7219/1: mmc: mmci: Change vdd_handler to a generic ios_handler | Ulf Hansson | 2012-01-20 | 1 | -3/+3 |
| | * | | ARM: 7218/1: mmc: mmci: Provide option to configure bus signal direction | Ulf Hansson | 2012-01-20 | 1 | -0/+16 |
| | |/ |
|
| * | | ARM: 7362/1: AMBA: Add module_amba_driver() helper macro for amba_driver | viresh kumar | 2012-03-16 | 1 | -0/+9 |
* | | | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-23 | 1 | -0/+36 |
|\| | |
|
| * | | ARM: amba: provide common initializers for static amba devices | Russell King | 2012-01-25 | 1 | -0/+33 |
| * | | ARM: amba: add amba_device allocation/add/put functions | Russell King | 2012-01-25 | 1 | -0/+3 |
| |/ |
|