aboutsummaryrefslogtreecommitdiff
path: root/include/linux/spi/spi.h
AgeCommit message (Expand)Author
2014-08-13spi: Add missing kerneldoc bitsThierry Reding
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-03-30Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-02-04spi: Make core DMA mapping functions generate scatterlistsMark Brown
2014-02-04spi: Provide core support for full duplex devicesMark Brown
2014-02-03spi: Provide core support for DMA mapping transfersMark Brown
2014-01-27spi: correct the transfer_one_message documentation wordingBaruch Siach
2014-01-27spi: spi.h: clarify the documentation of transfer_oneBaruch Siach
2014-01-23Merge remote-tracking branch 'spi/topic/core' into spi-linusMark Brown
2014-01-21spi: Correct set_cs() documentationGeert Uytterhoeven
2014-01-21spi: Clarify transfer_one() w.r.t. spi_finalize_current_transfer()Geert Uytterhoeven
2014-01-13spi: Kill superfluous cast in spi_w8r16()Geert Uytterhoeven
2014-01-13spi: Use bitfields for multiple data linesMark Brown
2013-12-16spi: Order fields in spi_device for better packingTrent Piepho
2013-10-25Merge remote-tracking branch 'spi/topic/wr' into spi-nextMark Brown
2013-10-11Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loopMark Brown
2013-10-11spi: Provide common spi_message processing loopMark Brown
2013-10-11spi: Provide per-message prepare and unprepare operationsMark Brown
2013-10-03spi: Add a spi_w8r16be() helperLars-Peter Clausen
2013-09-17spi: core: Add devm_spi_register_master()Mark Brown
2013-09-01Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown
2013-09-01Merge remote-tracking branch 'spi/topic/msglen' into spi-nextMark Brown
2013-09-01Merge remote-tracking branch 'spi/topic/checks' into spi-nextMark Brown
2013-08-23Merge remote-tracking branch 'spi/topic/quad' into spi-qspiMark Brown
2013-08-22spi: DUAL and QUAD supportwangyuhang
2013-08-02spi: fix SPI_BIT_MASK so it always fits into 32-bitsStephen Warren
2013-07-29spi: Provide core support for runtime PM during transfersMark Brown
2013-07-18driver: spi: Modify core to compute the message lengthSourav Poddar
2013-07-15spi: Support transfer speed checking in the coreMark Brown
2013-06-01spi: fix incorrect handling of min param in SPI_BPW_RANGE_MASKStephen Warren
2013-06-01spi: fix undefined behaviour in SPI_BPW_RANGE_MASKStephen Warren
2013-05-22spi: introduce macros to set bits_per_word_maskStephen Warren
2013-05-13Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown
2013-04-07spi: Initialize cs_gpio and cs_gpios with -ENOENTAndreas Larsson
2013-04-01spi: add ability to validate xfer->bits_per_word in SPI coreStephen Warren
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-11spi: Document cs_gpios and cs_gpio in kernel-docAndreas Larsson
2013-02-09spi: Add helper functions for setting up transfersLars-Peter Clausen
2012-11-21of_spi: add generic binding support to specify cs gpioJean-Christophe PLAGNIOL-VILLARD
2012-04-27spi: fix spi.h kernel-doc warningRandy Dunlap
2012-03-09spi: Trivial warning fixShubhrajyoti D
2012-03-07spi: create a message queueing infrastructureLinus Walleij
2011-11-17SPI: Add helper macro for spi_driver boilerplateLars-Peter Clausen
2011-05-20spi: Use void pointers for data in simple SPI I/O operationsMark Brown
2010-10-21spi: enable spi_board_info to be registered after spi_masterFeng Tang
2010-08-17spi.h: missing kernel-doc notation, please fixErnst Schwab
2010-06-28spi/mmc_spi: SPI bus locking API, using mutexErnst Schwab
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo