summaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/to...Mark Brown2015-02-081-0/+2
|\ \
| | * spi: Pump transfers inside calling context for spi_sync()Mark Brown2014-12-111-0/+2
| |/
* / spi: Remove FSF mailing addressesJarkko Nikula2014-12-221-4/+0Star
|/
* spi: core: Add spi_transfer_is_last() helperBeniamino Galvani2014-11-241-0/+6
* spi: Add missing kerneldoc bitsThierry Reding2014-08-131-0/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-031-4/+4
|\
| * Merge branch 'master' into for-nextJiri Kosina2014-02-201-10/+15
| |\
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-4/+4
* | | Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2014-03-301-0/+31
|\ \ \ | |_|/ |/| |
| * | spi: Make core DMA mapping functions generate scatterlistsMark Brown2014-02-041-0/+7
| * | spi: Provide core support for full duplex devicesMark Brown2014-02-041-0/+6
| * | spi: Provide core support for DMA mapping transfersMark Brown2014-02-031-0/+18
* | | 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 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
|/
* 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/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 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
| |/
* / spi: fix SPI_BIT_MASK so it always fits into 32-bitsStephen Warren2013-08-021-1/+1
|/
* 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
* | 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
|/
* of_spi: add generic binding support to specify cs gpioJean-Christophe PLAGNIOL-VILLARD2012-11-221-0/+3
* spi: fix spi.h kernel-doc warningRandy Dunlap2012-04-271-1/+1
* spi: Trivial warning fixShubhrajyoti D2012-03-091-1/+1
* spi: create a message queueing infrastructureLinus Walleij2012-03-081-0/+51
* SPI: Add helper macro for spi_driver boilerplateLars-Peter Clausen2011-11-171-0/+11
* spi: Use void pointers for data in simple SPI I/O operationsMark Brown2011-05-201-4/+4