summaryrefslogtreecommitdiff
path: root/include/linux/spi/spi.h
AgeCommit message (Expand)Author
2014-12-11spi: Add addr_width field to struct spi_messageHou Zhiqiang
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
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-16spi: 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-08spi: 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-22spi: enable spi_board_info to be registered after spi_masterFeng Tang
2010-08-18spi.h: missing kernel-doc notation, please fixErnst Schwab
2010-06-29spi/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
2009-09-23spi: handle TX-only/RX-onlyDavid Brownell
2009-09-23spi: add support for device table matchingAnton Vorontsov
2009-09-23spi.h: add missing kernel-doc for struct spi_masterRandy Dunlap
2009-07-01spi: add spi_master flag wordDavid Brownell
2009-07-01spi: new spi->mode bitsDavid Brownell
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell
2009-06-18spi: move common spi_setup() functionality into coreDavid Brownell
2009-04-21spi: documentation: emphasise spi_master.setup() semanticsDavid Brownell
2009-04-07SPI: add dma_alignment field to spi_masterMike Rapoport
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2009-01-04spi.h uses/needs device.hRandy Dunlap
2008-07-26spi: split up spi_new_device() to allow two stage registration.Grant Likely
2008-07-24spi: make spi_board_info.modalias a char arrayGrant Likely
2008-07-22driver core: remove KOBJ_NAME_LEN defineKay Sievers