summaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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-071-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
* spi: enable spi_board_info to be registered after spi_masterFeng Tang2010-10-211-0/+3
* spi.h: missing kernel-doc notation, please fixErnst Schwab2010-08-171-0/+3
* spi/mmc_spi: SPI bus locking API, using mutexErnst Schwab2010-06-281-0/+12
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* spi: handle TX-only/RX-onlyDavid Brownell2009-09-231-36/+3
* spi: add support for device table matchingAnton Vorontsov2009-09-231-2/+8
* spi.h: add missing kernel-doc for struct spi_masterRandy Dunlap2009-09-231-0/+2
* spi: add spi_master flag wordDavid Brownell2009-06-301-0/+4
* spi: new spi->mode bitsDavid Brownell2009-06-301-0/+2
* spi: move more spi_setup() functionality into coreDavid Brownell2009-06-181-0/+3
* spi: move common spi_setup() functionality into coreDavid Brownell2009-06-181-24/+1
* spi: documentation: emphasise spi_master.setup() semanticsDavid Brownell2009-04-211-1/+6
* SPI: add dma_alignment field to spi_masterMike Rapoport2009-04-071-0/+6
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-2/+2
* spi.h uses/needs device.hRandy Dunlap2009-01-041-0/+2
* spi: split up spi_new_device() to allow two stage registration.Grant Likely2008-07-251-0/+12
* spi: make spi_board_info.modalias a char arrayGrant Likely2008-07-241-1/+1
* driver core: remove KOBJ_NAME_LEN defineKay Sievers2008-07-211-1/+1
* spi doesn't need class_deviceTony Jones2007-10-161-6/+6
* spi kerneldoc updateDavid Brownell2007-07-311-1/+57
* SPI loopback mode definitionAnton Vorontsov2007-07-311-0/+1
* SPI: add 3wire mode flagDavid Brownell2007-07-171-0/+1
* spi doc updatesDavid Brownell2007-06-161-7/+13
* SPI kerneldocDavid Brownell2007-05-081-31/+51
* [PATCH] SPI doc clarificationsDavid Brownell2007-02-121-1/+17
* [PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson2007-02-121-1/+1
OpenPOWER on IntegriCloud