Age | Commit message (Expand) | Author |
2012-04-27 | spi/spi-bfin5xx: Fix flush of last bit after each spi transfer | Scott Jiang |
2012-04-27 | spi/spi-bfin5xx: fix reversed if condition in interrupt mode | Scott Jiang |
2012-04-27 | spi/spi_bfin_sport: drop bits_per_word from client data | Scott Jiang |
2012-04-27 | spi/bfin_spi: drop bits_per_word from client data | Scott Jiang |
2012-04-27 | spi/spi-bfin-sport: move word length setup to transfer handler | Scott Jiang |
2012-04-27 | spi/bfin5xx: rename config macro name for bfin5xx spi controller driver | Scott Jiang |
2012-04-27 | spi/pl022: Allow request for higher frequency than maximum possible | Viresh Kumar |
2012-04-27 | spi/bcm63xx: set master driver mode_bits. | Florian Fainelli |
2012-04-27 | spi/bcm63xx: don't use the stopping state | Florian Fainelli |
2012-04-27 | spi/bcm63xx: convert to the pump message infrastructure | Florian Fainelli |
2012-04-27 | spi/spi-ep93xx.c: use dma_transfer_direction instead of dma_data_direction | H Hartley Sweeten |
2012-04-27 | spi/pl022: Fix calculate_effective_freq() | Viresh Kumar |
2012-04-17 | spi/pl022: Fix range checking for bits per word | Vinit Shenoy |
2012-04-15 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds |
2012-04-13 | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2012-04-13 | ARM: 7366/3: amba: Remove AMBA level regulator support | Mark Brown |
2012-04-10 | spi/imx: prevent NULL pointer dereference in spi_imx_probe() | Lothar Waßmann |
2012-04-05 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-04-05 | simple_open: automatically convert to simple_open() | Stephen Boyd |
2012-03-30 | spi/imx: mark base member in spi_imx_data as __iomem | Uwe Kleine-König |
2012-03-30 | spi/mpc83xx: fix NULL pdata dereference bug | Kenth Eriksson |
2012-03-30 | spi/davinci: Fix DMA API usage in davinci | Shubhrajyoti D |
2012-03-29 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds |
2012-03-28 | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells |
2012-03-27 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2012-03-21 | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2012-03-21 | dmaengine/dma_slave: introduce inline wrappers | Alexandre Bounine |
2012-03-16 | Merge branch 'kirkwood_dt_for_3.4_v3' of git://git.infradead.org/users/jcoope... | Arnd Bergmann |
2012-03-16 | ARM: orion: spi: remove enable_clock_fix which is not used | Andrew Lunn |
2012-03-15 | spi/fsl-espi: Make sure pm is within 2..32 | Sebastian Andrzej Siewior |
2012-03-15 | spi/fsl-espi: make the clock computation easier to read | Sebastian Andrzej Siewior |
2012-03-15 | Merge branch 'ep93xx-for-arm-soc' of git://github.com/RyanMallon/linux-2.6 in... | Arnd Bergmann |
2012-03-15 | spi: sh-hspi: modify write/read method | Kuninori Morimoto |
2012-03-15 | spi: sh-hspi: control spi clock more correctly | Kuninori Morimoto |
2012-03-15 | spi: sh-hspi: convert to using core message queue | Kuninori Morimoto |
2012-03-15 | spi: s3c64xx: Fix build | Mark Brown |
2012-03-15 | spi: s3c64xx: remove unnecessary callback msg->complete | Kuninori Morimoto |
2012-03-15 | spi: remove redundant variable assignment | Guennadi Liakhovetski |
2012-03-10 | spi: release lock on error path in spi_pump_messages() | Dan Carpenter |
2012-03-09 | spi: Compatibility with direction which is used in samsung DMA operation | Kyoungil Kim |
2012-03-09 | spi-topcliff-pch: add recovery processing in case wait-event timeout | Tomoya MORINAGA |
2012-03-09 | spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control | Tomoya MORINAGA |
2012-03-09 | spi-topcliff-pch: Fix issue for transmitting over 4KByte | Tomoya MORINAGA |
2012-03-09 | spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device info | Tomoya MORINAGA |
2012-03-09 | spi/imx: simplify error handling to free gpios | Axel Lin |
2012-03-09 | spi: Convert to DEFINE_PCI_DEVICE_TABLE | Axel Lin |
2012-03-09 | spi: add Broadcom BCM63xx SPI controller driver | Florian Fainelli |
2012-03-09 | SPI: add CSR SiRFprimaII SPI controller driver | Zhiwu Song |