| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | spi/ep93xx: clean probe/remove routines | Hannu Heikkinen | 2012-05-09 | 1 | -27/+10 |
| * | | | Merge tag 'v3.4-rc6' into spi/next | Grant Likely | 2012-05-09 | 10 | -137/+171 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | spi/devicetree: Move devicetree support code into spi directory | Grant Likely | 2012-04-13 | 4 | -4/+92 |
| * | | | spi: use module_pci_driver | Axel Lin | 2012-04-10 | 2 | -23/+2 |
| * | | | spi/omap2-mcspi: Trivial optimisation | Shubhrajyoti D | 2012-04-10 | 1 | -4/+3 |
| * | | | spi: omap2-mcspi: add support for pm_runtime autosuspend | Shubhrajyoti D | 2012-04-10 | 1 | -1/+5 |
| * | | | spi/omap: Remove bus_num usage for instance index | Benoit Cousson | 2012-04-10 | 1 | -41/+34 |
| * | | | Merge branch 'spi' of git://gitorious.org/linus-tree/linus-tree into spi/next | Grant Likely | 2012-04-10 | 1 | -37/+9 |
| |\ \ \ |
|
| | * | | | OMAP : SPI : use devm_* functions | Shubhrajyoti D | 2012-03-19 | 1 | -20/+4 |
| | * | | | spi: omap2-mcspi: convert to module_platform_driver | Felipe Balbi | 2012-03-19 | 1 | -14/+1 |
| | * | | | spi: omap2-mcspi: make it behave as a module | Felipe Balbi | 2012-03-19 | 1 | -4/+5 |
* | | | | | spi/imx: adopt pinctrl support | Shawn Guo | 2012-05-12 | 1 | -0/+8 |
| |_|/ /
|/| | | |
|
* | | | | spi/spi-bfin5xx: Fix flush of last bit after each spi transfer | Scott Jiang | 2012-04-27 | 1 | -1/+4 |
* | | | | spi/spi-bfin5xx: fix reversed if condition in interrupt mode | Scott Jiang | 2012-04-27 | 1 | -4/+4 |
* | | | | spi/spi_bfin_sport: drop bits_per_word from client data | Scott Jiang | 2012-04-27 | 1 | -6/+8 |
* | | | | spi/bfin_spi: drop bits_per_word from client data | Scott Jiang | 2012-04-27 | 1 | -1/+0 |
* | | | | spi/spi-bfin-sport: move word length setup to transfer handler | Scott Jiang | 2012-04-27 | 1 | -4/+3 |
* | | | | spi/bfin5xx: rename config macro name for bfin5xx spi controller driver | Scott Jiang | 2012-04-27 | 2 | -2/+2 |
* | | | | spi/pl022: Allow request for higher frequency than maximum possible | Viresh Kumar | 2012-04-27 | 1 | -2/+8 |
* | | | | spi/bcm63xx: set master driver mode_bits. | Florian Fainelli | 2012-04-27 | 1 | -0/+1 |
* | | | | spi/bcm63xx: don't use the stopping state | Florian Fainelli | 2012-04-27 | 1 | -11/+2 |
* | | | | spi/bcm63xx: convert to the pump message infrastructure | Florian Fainelli | 2012-04-27 | 1 | -60/+89 |
* | | | | spi/spi-ep93xx.c: use dma_transfer_direction instead of dma_data_direction | H Hartley Sweeten | 2012-04-27 | 1 | -14/+10 |
* | | | | spi/pl022: Fix calculate_effective_freq() | Viresh Kumar | 2012-04-27 | 1 | -6/+17 |
* | | | | spi/pl022: Fix range checking for bits per word | Vinit Shenoy | 2012-04-17 | 1 | -16/+9 |
| |_|/
|/| | |
|
* | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-04-15 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | ARM: 7366/3: amba: Remove AMBA level regulator support | Mark Brown | 2012-04-13 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-04-13 | 3 | -8/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | spi/imx: prevent NULL pointer dereference in spi_imx_probe() | Lothar Waßmann | 2012-04-10 | 1 | -3/+7 |
| * | | spi/imx: mark base member in spi_imx_data as __iomem | Uwe Kleine-König | 2012-03-30 | 1 | -1/+1 |
| * | | spi/mpc83xx: fix NULL pdata dereference bug | Kenth Eriksson | 2012-03-30 | 1 | -1/+3 |
| * | | spi/davinci: Fix DMA API usage in davinci | Shubhrajyoti D | 2012-03-30 | 1 | -3/+3 |
* | | | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-04-05 | 1 | -7/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-05 | 1 | -7/+1 |
* | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2012-03-29 | 4 | -8/+13 |
|\ \ \ |
|
| * | | | dmaengine/dma_slave: introduce inline wrappers | Alexandre Bounine | 2012-03-21 | 4 | -8/+8 |
| * | | | dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users | Viresh Kumar | 2012-02-22 | 2 | -0/+5 |
* | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | | | | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-03-28 | 1 | -5/+0 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Merge branch 'kirkwood_dt_for_3.4_v3' of git://git.infradead.org/users/jcoope... | Arnd Bergmann | 2012-03-16 | 1 | -5/+0 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | ARM: orion: spi: remove enable_clock_fix which is not used | Andrew Lunn | 2012-03-16 | 1 | -5/+0 |
* | | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-03-27 | 2 | -2/+2 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in... | Arnd Bergmann | 2012-03-15 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2012-03-08 | 2 | -2/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX | Kukjin Kim | 2012-03-03 | 1 | -1/+1 |
| | * | | | ARM: S3C24XX: move spi-s3c24xx platdata out of mach | Heiko Stuebner | 2012-01-31 | 1 | -1/+1 |
| | | |/
| | |/| |
|
* | | | | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-03-21 | 17 | -409/+2746 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | spi/fsl-espi: Make sure pm is within 2..32 | Sebastian Andrzej Siewior | 2012-03-15 | 1 | -4/+6 |
| * | | | spi/fsl-espi: make the clock computation easier to read | Sebastian Andrzej Siewior | 2012-03-15 | 1 | -2/+2 |