summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-4/+4
* Merge remote-tracking branch 'spi/topic/wr' into spi-nextMark Brown2013-10-251-0/+27
|\
| * spi: Add a spi_w8r16be() helperLars-Peter Clausen2013-10-031-0/+27
* | Merge remote-tracking branch 'spi/topic/rspi' into spi-nextMark Brown2013-10-251-0/+2
|\ \
| * | spi: rcar: add Renesas QSPI support on RSPIHiep Cao Minh2013-09-171-0/+2
| |/
* | Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loopMark Brown2013-10-111-0/+2
|\ \
| * | spi: core: Add devm_spi_register_master()Mark Brown2013-09-171-0/+2
| |/
* | spi: Provide common spi_message processing loopMark Brown2013-10-111-2/+19
* | spi: Provide per-message prepare and unprepare operationsMark Brown2013-10-111-0/+11
|/
* Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-101-6/+13
|\
| * mmc: mmc_spi: Remove platform data .get_cd() and .get_ro() callbacksLaurent Pinchart2013-08-251-9/+0Star
| * mmc: mmc_spi: Support CD/RO GPIOsLaurent Pinchart2013-08-251-0/+16
* | Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown2013-09-011-2/+25
|\ \
| * \ Merge remote-tracking branch 'spi/topic/quad' into spi-qspiMark Brown2013-08-231-2/+26
| |\ \
| | * | spi: DUAL and QUAD supportwangyuhang2013-08-221-2/+20
| * | | spi: Provide core support for runtime PM during transfersMark Brown2013-07-291-0/+5
| | |/ | |/|
* | | Merge remote-tracking branch 'spi/topic/msglen' into spi-nextMark Brown2013-09-011-0/+1
|\ \ \
| * | | driver: spi: Modify core to compute the message lengthSourav Poddar2013-07-181-0/+1
| |/ /
* | | Merge remote-tracking branch 'spi/topic/checks' into spi-nextMark Brown2013-09-011-0/+6
|\ \ \ | | |/ | |/|
| * | spi: Support transfer speed checking in the coreMark Brown2013-07-151-0/+6
| |/
* | Merge remote-tracking branch 'spi/topic/bpw' into spi-nextMark Brown2013-09-011-1/+1
|\ \
| * | spi: fix SPI_BIT_MASK so it always fits into 32-bitsStephen Warren2013-08-021-1/+1
| |/
* | spi/bitbang: Use core message pumpMark Brown2013-07-171-4/+0Star
* | spi/bitbang: Unexport spi_bitbang_transfer()Mark Brown2013-07-151-1/+0Star
|/
* Merge remote-tracking branch 'spi/topic/xilinx' into spi-nextMark Brown2013-06-261-1/+0Star
|\
| * spi: spi-xilinx: Add run run-time endian detectionMichal Simek2013-06-041-1/+0Star
* | spi: fix incorrect handling of min param in SPI_BPW_RANGE_MASKStephen Warren2013-06-011-1/+1
* | spi: fix undefined behaviour in SPI_BPW_RANGE_MASKStephen Warren2013-06-011-1/+2
* | spi: introduce macros to set bits_per_word_maskStephen Warren2013-05-221-0/+2
|/
* Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown2013-05-131-2/+2
|\
| * spi: Initialize cs_gpio and cs_gpios with -ENOENTAndreas Larsson2013-04-071-2/+2
* | Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-071-3/+1Star
|\ \
| * | spi: mxs-spi: move to use generic DMA helperShawn Guo2013-04-041-3/+1Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+14
|\ \
| * | at86rf230: add irq type configuration optionSascha Herrmann2013-04-161-0/+14
| |/
* | spi/tegra: remove unused Tegra platform data headerStephen Warren2013-04-071-40/+0Star
* | spi: add ability to validate xfer->bits_per_word in SPI coreStephen Warren2013-04-011-0/+8
|/
* Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-211-0/+44
|\
| * spi: Add helper functions for setting up transfersLars-Peter Clausen2013-02-091-0/+44
* | spi: Document cs_gpios and cs_gpio in kernel-docAndreas Larsson2013-02-111-0/+5
* | spi/pxa2xx: add support for Intel Low Power Subsystem SPIMika Westerberg2013-02-081-0/+1
* | spi/pxa2xx: add support for DMA engineMika Westerberg2013-02-081-0/+6
* | spi/pxa2xx: break out the private DMA API usage into a separate fileMika Westerberg2013-02-081-80/+0Star
* | spi: spi-gpio: fix compilation warning on 64 bits systemsMaxime Ripard2013-01-311-2/+2
* | spi/pxa2xx: convert to the common clk frameworkMika Westerberg2013-01-261-18/+0Star
* | spi/pxa2xx: embed the ssp_device to platform dataMika Westerberg2013-01-081-0/+3
|/
* Merge tag 'v3.7-rc8' into spi/nextGrant Likely2012-12-071-2/+3
|\
| * Input: ads7846 - enable pendown GPIO debounce time settingIgor Grinberg2012-11-211-2/+3
* | Merge branch 'spi-next' from git://git.kernel.org/pub/scm/linux/kernel/git/br...Grant Likely2012-12-061-0/+40
|\ \
| * | spi: tegra: add spi driver for SLINK controllerLaxman Dewangan2012-10-301-0/+40
| |/