Age | Commit message (Expand) | Author |
2013-04-01 | spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flag | Laxman Dewangan |
2013-04-01 | spi/spidev: Use PTR_RET function | Alexandru Gheorghiu |
2013-04-01 | spi/fsl: Use PTR_RET function | Alexandru Gheorghiu |
2013-04-01 | spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts | Anatolij Gustschin |
2013-04-01 | spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf() | Wei Yongjun |
2013-04-01 | spi: spi-sh-msiof: Use of_match_ptr() macro | Sachin Kamat |
2013-04-01 | spi: spi-oc-tiny: Use of_match_ptr() macro | Sachin Kamat |
2013-04-01 | spi: Unlock a spinlock before calling into the controller driver. | Bryan Freed |
2013-04-01 | spi/omap-mcspi: check condition also after timeout | Sebastian Andrzej Siewior |
2013-04-01 | spi/s3c64xx: Convert to bits_per_word_mask | Mark Brown |
2013-04-01 | spi: bcm2835: make use of new bits_per_word_mask core feature | Stephen Warren |
2013-04-01 | spi: add ability to validate xfer->bits_per_word in SPI core | Stephen Warren |
2013-04-01 | spi/s3c64xx: modified error interrupt handling and init | Girish K S |
2013-03-26 | spi: spi-s3c64xx.c Remove unused argument. | Matthias Brugger |
2013-03-21 | drivers/Kconfig: add several missing GENERIC_HARDIRQS dependencies | Heiko Carstens |
2013-03-12 | spi/bcm63xx: use devm_ioremap_resource() | Jonas Gorski |
2013-03-12 | spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transfer | Jonas Gorski |
2013-03-12 | spi/bcm63xx: inline bcm63xx_spi_check_transfer | Jonas Gorski |
2013-03-12 | spi/bcm63xx: remove spi chip select validity check | Jonas Gorski |
2013-03-12 | spi/bcm63xx: simplify bcm63xx_spi_check_transfer | Jonas Gorski |
2013-03-12 | spi/bcm63xx: check spi bits_per_word in spi_setup | Jonas Gorski |
2013-03-12 | spi/bcm63xx: remove unused variable bs from bcm63xx_spi_setup | Jonas Gorski |
2013-03-12 | spi/bcm63xx: remove unneeded debug message | Jonas Gorski |
2013-03-12 | spi/bcm63xx: remove duplicated mode bits check | Jonas Gorski |
2013-03-12 | spi/bcm63xx: properly prepare clocks before enabling them | Jonas Gorski |
2013-03-12 | Merge branch 'spi-fix' into spi-next | Mark Brown |
2013-03-12 | spi/bcm63xx: don't disable non enabled clocks in probe error path | Jonas Gorski |
2013-03-12 | spi/bcm63xx: Remove unused variable | Kevin Cernekee |
2013-03-12 | spi: slink-tegra20: move runtime pm calls to transfer_one_message | Laxman Dewangan |
2013-03-12 | spi/pxa2xx: enable multiblock DMA transfers for LPSS devices | Mika Westerberg |
2013-03-12 | spi/pxa2xx-pci: correct the return value check of pcim_iomap_regions() | Mika Westerberg |
2013-03-12 | spi: add driver for BCM2835 | Chris Boot |
2013-03-12 | spi: fix return value check in ce4100_spi_probe() | Wei Yongjun |
2013-03-12 | spi: pl022: use generic DMA slave configuration if possible | Arnd Bergmann |
2013-02-21 | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds |
2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-02-21 | Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds |
2013-02-20 | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds |
2013-02-20 | Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds |
2013-02-13 | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() | Grant Likely |
2013-02-10 | spi/of: Fix initialization of cs_gpios array | Andreas Larsson |
2013-02-09 | Merge branch spi-next from git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Grant Likely |
2013-02-08 | spi/pxa2xx: add support for Lynxpoint SPI controllers | Mika Westerberg |
2013-02-08 | spi/pxa2xx: add support for Intel Low Power Subsystem SPI | Mika Westerberg |
2013-02-08 | spi/pxa2xx: add support for SPI_LOOP | Mika Westerberg |
2013-02-08 | spi/pxa2xx: add support for runtime PM | Mika Westerberg |
2013-02-08 | spi/pxa2xx: add support for DMA engine | Mika Westerberg |
2013-02-08 | spi/pxa2xx: break out the private DMA API usage into a separate file | Mika Westerberg |
2013-02-07 | sched/rt: Move rt specific bits into new header file | Clark Williams |
2013-02-06 | driver-core: constify data for class_find_device() | Michał Mirosław |