aboutsummaryrefslogtreecommitdiff
path: root/include/linux/spi/spi.h
AgeCommit message (Expand)Author
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
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-06-30spi: add spi_master flag wordDavid Brownell
2009-06-30spi: 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-25spi: 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-21driver core: remove KOBJ_NAME_LEN defineKay Sievers
2007-10-16spi doesn't need class_deviceTony Jones
2007-07-31spi kerneldoc updateDavid Brownell
2007-07-31SPI loopback mode definitionAnton Vorontsov
2007-07-17SPI: add 3wire mode flagDavid Brownell
2007-06-16spi doc updatesDavid Brownell
2007-05-08SPI kerneldocDavid Brownell
2007-02-12[PATCH] SPI doc clarificationsDavid Brownell
2007-02-12[PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson
2007-02-12[PATCH] spi: remove return in spi_unregister_driver()Ben Dooks
2007-02-12[PATCH] spi: add spi_set_drvdata() and spi_get_drvdata()Ben Dooks
2007-02-07Revert "Driver core: convert SPI code to use struct device"Greg Kroah-Hartman
2007-02-07Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman
2006-12-30[PATCH] SPI: define null tx_buf to mean "shift out zeroes"David Brownell
2006-06-28[PATCH] SPI: infrastructure to initialize spi_device.mode earlyDavid Brownell
2006-05-16[PATCH] SPI: busnum == 0 needs to workDavid Brownell
2006-05-16[PATCH] SPI: devices can require LSB-first encodingsDavid Brownell
2006-05-16[PATCH] SPI: spi whitespace fixesDavid Brownell
2006-05-16[PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak
2006-01-13[PATCH] spi: remove fastcall crapAndrew Morton
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool
2006-01-13[PATCH] SPI core tweaks, bugfixDavid Brownell
2006-01-13[PATCH] spi: add spi_driver to SPI frameworkDavid Brownell
2006-01-13[PATCH] spi: simple SPI frameworkDavid Brownell