| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-09-10 | 1 | -6/+13 |
|\ |
|
| * | mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacks | Laurent Pinchart | 2013-08-24 | 1 | -9/+0 |
| * | mmc: mmc_spi: Support CD/RO GPIOs | Laurent Pinchart | 2013-08-24 | 1 | -0/+16 |
* | | Merge remote-tracking branch 'spi/topic/qspi' into spi-next | Mark Brown | 2013-09-01 | 1 | -2/+25 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'spi/topic/quad' into spi-qspi | Mark Brown | 2013-08-23 | 1 | -2/+26 |
| |\ \ |
|
| | * | | spi: DUAL and QUAD support | wangyuhang | 2013-08-22 | 1 | -2/+20 |
| * | | | spi: Provide core support for runtime PM during transfers | Mark Brown | 2013-07-29 | 1 | -0/+5 |
| | |/
| |/| |
|
* | | | Merge remote-tracking branch 'spi/topic/msglen' into spi-next | Mark Brown | 2013-09-01 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | driver: spi: Modify core to compute the message length | Sourav Poddar | 2013-07-18 | 1 | -0/+1 |
| |/ / |
|
* | | | Merge remote-tracking branch 'spi/topic/checks' into spi-next | Mark Brown | 2013-09-01 | 1 | -0/+6 |
|\ \ \
| | |/
| |/| |
|
| * | | spi: Support transfer speed checking in the core | Mark Brown | 2013-07-15 | 1 | -0/+6 |
| |/ |
|
* | | Merge remote-tracking branch 'spi/topic/bpw' into spi-next | Mark Brown | 2013-09-01 | 1 | -1/+1 |
|\ \ |
|
| * | | spi: fix SPI_BIT_MASK so it always fits into 32-bits | Stephen Warren | 2013-08-02 | 1 | -1/+1 |
| |/ |
|
* | | spi/bitbang: Use core message pump | Mark Brown | 2013-07-17 | 1 | -4/+0 |
* | | spi/bitbang: Unexport spi_bitbang_transfer() | Mark Brown | 2013-07-15 | 1 | -1/+0 |
|/ |
|
* | Merge remote-tracking branch 'spi/topic/xilinx' into spi-next | Mark Brown | 2013-06-26 | 1 | -1/+0 |
|\ |
|
| * | spi: spi-xilinx: Add run run-time endian detection | Michal Simek | 2013-06-04 | 1 | -1/+0 |
* | | spi: fix incorrect handling of min param in SPI_BPW_RANGE_MASK | Stephen Warren | 2013-06-01 | 1 | -1/+1 |
* | | spi: fix undefined behaviour in SPI_BPW_RANGE_MASK | Stephen Warren | 2013-06-01 | 1 | -1/+2 |
* | | spi: introduce macros to set bits_per_word_mask | Stephen Warren | 2013-05-22 | 1 | -0/+2 |
|/ |
|
* | Merge remote-tracking branch 'spi/fix/grant' into spi-linus | Mark Brown | 2013-05-13 | 1 | -2/+2 |
|\ |
|
| * | spi: Initialize cs_gpio and cs_gpios with -ENOENT | Andreas Larsson | 2013-04-07 | 1 | -2/+2 |
* | | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2013-05-07 | 1 | -3/+1 |
|\ \ |
|
| * | | spi: mxs-spi: move to use generic DMA helper | Shawn Guo | 2013-04-04 | 1 | -3/+1 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 1 | -0/+14 |
|\ \ |
|
| * | | at86rf230: add irq type configuration option | Sascha Herrmann | 2013-04-16 | 1 | -0/+14 |
| |/ |
|
* | | spi/tegra: remove unused Tegra platform data header | Stephen Warren | 2013-04-07 | 1 | -40/+0 |
* | | spi: add ability to validate xfer->bits_per_word in SPI core | Stephen Warren | 2013-04-01 | 1 | -0/+8 |
|/ |
|
* | Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-02-21 | 1 | -0/+44 |
|\ |
|
| * | spi: Add helper functions for setting up transfers | Lars-Peter Clausen | 2013-02-09 | 1 | -0/+44 |
* | | spi: Document cs_gpios and cs_gpio in kernel-doc | Andreas Larsson | 2013-02-11 | 1 | -0/+5 |
* | | spi/pxa2xx: add support for Intel Low Power Subsystem SPI | Mika Westerberg | 2013-02-08 | 1 | -0/+1 |
* | | spi/pxa2xx: add support for DMA engine | Mika Westerberg | 2013-02-08 | 1 | -0/+6 |
* | | spi/pxa2xx: break out the private DMA API usage into a separate file | Mika Westerberg | 2013-02-08 | 1 | -80/+0 |
* | | spi: spi-gpio: fix compilation warning on 64 bits systems | Maxime Ripard | 2013-01-31 | 1 | -2/+2 |
* | | spi/pxa2xx: convert to the common clk framework | Mika Westerberg | 2013-01-26 | 1 | -18/+0 |
* | | spi/pxa2xx: embed the ssp_device to platform data | Mika Westerberg | 2013-01-08 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'v3.7-rc8' into spi/next | Grant Likely | 2012-12-07 | 1 | -2/+3 |
|\ |
|
| * | Input: ads7846 - enable pendown GPIO debounce time setting | Igor Grinberg | 2012-11-21 | 1 | -2/+3 |
* | | Merge branch 'spi-next' from git://git.kernel.org/pub/scm/linux/kernel/git/br... | Grant Likely | 2012-12-06 | 1 | -0/+40 |
|\ \ |
|
| * | | spi: tegra: add spi driver for SLINK controller | Laxman Dewangan | 2012-10-30 | 1 | -0/+40 |
| |/ |
|
* | | of_spi: add generic binding support to specify cs gpio | Jean-Christophe PLAGNIOL-VILLARD | 2012-11-21 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 2012-10-24 | 1 | -2/+0 |
|\ |
|
| * | spi: tsc2005: delete soon-obsolete e-mail address | Aaro Koskinen | 2012-10-17 | 1 | -2/+0 |
* | | UAPI: Remove empty non-UAPI Kbuild files | David Howells | 2012-10-17 | 1 | -0/+0 |
|/ |
|
* | UAPI: (Scripted) Disintegrate include/linux/spi | David Howells | 2012-10-09 | 2 | -132/+0 |
* | mmc: spi: Pull out common DMA parts from MXS MMC | Marek Vasut | 2012-08-17 | 1 | -0/+9 |
* | mmc: spi: Pull out the SSP clock configuration function | Marek Vasut | 2012-08-17 | 1 | -0/+2 |
* | mmc: spi: Pull out parts shared between MMC and SPI | Marek Vasut | 2012-08-17 | 1 | -0/+8 |
* | mmc: spi: Add necessary bits into mxs-spi.h | Marek Vasut | 2012-08-17 | 1 | -0/+22 |