aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] spi: remove return in spi_unregister_driver()Ben Dooks2007-02-121-4/+2
* [PATCH] spi: add spi_set_drvdata() and spi_get_drvdata()Ben Dooks2007-02-121-0/+11
* Revert "Driver core: convert SPI code to use struct device"Greg Kroah-Hartman2007-02-071-5/+5
* Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman2007-02-071-5/+5
* [PATCH] SPI: define null tx_buf to mean "shift out zeroes"David Brownell2006-12-301-1/+1
* [PATCH] SPI: infrastructure to initialize spi_device.mode earlyDavid Brownell2006-06-281-1/+5
* [PATCH] SPI: busnum == 0 needs to workDavid Brownell2006-05-161-3/+3
* [PATCH] SPI: devices can require LSB-first encodingsDavid Brownell2006-05-161-2/+5
* [PATCH] SPI: spi whitespace fixesDavid Brownell2006-05-161-12/+12
* [PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak2006-05-161-0/+8
* [PATCH] spi: remove fastcall crapAndrew Morton2006-01-131-1/+1
* [PATCH] spi: use linked lists rather than an arrayVitaly Wool2006-01-131-29/+63
* [PATCH] SPI core tweaks, bugfixDavid Brownell2006-01-131-6/+69
* [PATCH] spi: add spi_driver to SPI frameworkDavid Brownell2006-01-131-23/+52
* [PATCH] spi: simple SPI frameworkDavid Brownell2006-01-131-0/+542