summaryrefslogtreecommitdiff
path: root/include/linux/spi/spi.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-25Merge remote-tracking branch 'spi/topic/wr' into spi-nextMark Brown1-0/+27
2013-10-11Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loopMark Brown1-0/+2
2013-10-11spi: Provide common spi_message processing loopMark Brown1-2/+19
2013-10-11spi: Provide per-message prepare and unprepare operationsMark Brown1-0/+11
2013-10-03spi: Add a spi_w8r16be() helperLars-Peter Clausen1-0/+27
2013-09-17spi: core: Add devm_spi_register_master()Mark Brown1-0/+2
2013-09-01Merge remote-tracking branch 'spi/topic/qspi' into spi-nextMark Brown1-2/+25
2013-09-01Merge remote-tracking branch 'spi/topic/msglen' into spi-nextMark Brown1-0/+1
2013-09-01Merge remote-tracking branch 'spi/topic/checks' into spi-nextMark Brown1-0/+6
2013-08-23Merge remote-tracking branch 'spi/topic/quad' into spi-qspiMark Brown1-2/+26
2013-08-22spi: DUAL and QUAD supportwangyuhang1-2/+20
2013-08-02spi: fix SPI_BIT_MASK so it always fits into 32-bitsStephen Warren1-1/+1
2013-07-29spi: Provide core support for runtime PM during transfersMark Brown1-0/+5
2013-07-18driver: spi: Modify core to compute the message lengthSourav Poddar1-0/+1
2013-07-15spi: Support transfer speed checking in the coreMark Brown1-0/+6
2013-06-01spi: fix incorrect handling of min param in SPI_BPW_RANGE_MASKStephen Warren1-1/+1
2013-06-01spi: fix undefined behaviour in SPI_BPW_RANGE_MASKStephen Warren1-1/+2
2013-05-22spi: introduce macros to set bits_per_word_maskStephen Warren1-0/+2
2013-05-13Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown1-2/+2
2013-04-07spi: Initialize cs_gpio and cs_gpios with -ENOENTAndreas Larsson1-2/+2
2013-04-01spi: add ability to validate xfer->bits_per_word in SPI coreStephen Warren1-0/+8
2013-02-22Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+44
2013-02-11spi: Document cs_gpios and cs_gpio in kernel-docAndreas Larsson1-0/+5
2013-02-09spi: Add helper functions for setting up transfersLars-Peter Clausen1-0/+44
2012-11-22of_spi: add generic binding support to specify cs gpioJean-Christophe PLAGNIOL-VILLARD1-0/+3
2012-04-27spi: fix spi.h kernel-doc warningRandy Dunlap1-1/+1
2012-03-09spi: Trivial warning fixShubhrajyoti D1-1/+1
2012-03-08spi: create a message queueing infrastructureLinus Walleij1-0/+51
2011-11-18SPI: Add helper macro for spi_driver boilerplateLars-Peter Clausen1-0/+11
2011-05-20spi: Use void pointers for data in simple SPI I/O operationsMark Brown1-4/+4
2010-10-22spi: enable spi_board_info to be registered after spi_masterFeng Tang1-0/+3
2010-08-18spi.h: missing kernel-doc notation, please fixErnst Schwab1-0/+3
2010-06-29spi/mmc_spi: SPI bus locking API, using mutexErnst Schwab1-0/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-23spi: handle TX-only/RX-onlyDavid Brownell1-36/+3
2009-09-23spi: add support for device table matchingAnton Vorontsov1-2/+8
2009-09-23spi.h: add missing kernel-doc for struct spi_masterRandy Dunlap1-0/+2
2009-07-01spi: add spi_master flag wordDavid Brownell1-0/+4
2009-07-01spi: new spi->mode bitsDavid Brownell1-0/+2
2009-06-19spi: move more spi_setup() functionality into coreDavid Brownell1-0/+3
2009-06-19spi: move common spi_setup() functionality into coreDavid Brownell1-24/+1
2009-04-22spi: documentation: emphasise spi_master.setup() semanticsDavid Brownell1-1/+6
2009-04-07SPI: add dma_alignment field to spi_masterMike Rapoport1-0/+6
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-2/+2
2009-01-05spi.h uses/needs device.hRandy Dunlap1-0/+2
2008-07-26spi: split up spi_new_device() to allow two stage registration.Grant Likely1-0/+12
2008-07-24spi: make spi_board_info.modalias a char arrayGrant Likely1-1/+1
2008-07-22driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+1
2007-10-16spi doesn't need class_deviceTony Jones1-6/+6
2007-08-01spi kerneldoc updateDavid Brownell1-1/+57