summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branches 'spi/fix/doc', 'spi/fix/nuc900' and 'spi/fix/r...Mark Brown2014-02-111-2/+5
|\
| * spi: correct the transfer_one_message documentation wordingBaruch Siach2014-01-271-1/+1
| * spi: spi.h: clarify the documentation of transfer_oneBaruch Siach2014-01-271-1/+4
* | Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2014-01-252-9/+13
|\ \ | |/
| *-. Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qspi', 'spi/top...Mark Brown2014-01-231-0/+2
| |\ \
| | | * spi: s3c24xx: Remove reference to plat/fiq.hSachin Kamat2014-01-081-0/+2
| | |/
| * | Merge remote-tracking branch 'spi/topic/core' into spi-linusMark Brown2014-01-231-4/+4
| |\ \
| | * | spi: Kill superfluous cast in spi_w8r16()Geert Uytterhoeven2014-01-131-1/+1
| | * | spi: Use bitfields for multiple data linesMark Brown2014-01-131-2/+2
| | * | spi: Order fields in spi_device for better packingTrent Piepho2013-12-161-1/+1
| | |/
| * | spi: Correct set_cs() documentationGeert Uytterhoeven2014-01-211-1/+1
| * | spi: Clarify transfer_one() w.r.t. spi_finalize_current_transfer()Geert Uytterhoeven2014-01-211-4/+6
| |/
* | gpio: 74x164: Remove non-DT supportAlexander Shiyan2013-12-121-9/+0
|/
* 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-241-9/+0
| * mmc: mmc_spi: Support CD/RO GPIOsLaurent Pinchart2013-08-241-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/+0
* | spi/bitbang: Unexport spi_bitbang_transfer()Mark Brown2013-07-151-1/+0
|/
* Merge remote-tracking branch 'spi/topic/xilinx' into spi-nextMark Brown2013-06-261-1/+0
|\
| * spi: spi-xilinx: Add run run-time endian detectionMichal Simek2013-06-041-1/+0
* | 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/+1
|\ \
| * | spi: mxs-spi: move to use generic DMA helperShawn Guo2013-04-041-3/+1
| |/
* | 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/+0
* | 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
|\
OpenPOWER on IntegriCloud