aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06-30spi: add spi_master flag wordDavid Brownell1-0/+4
2009-06-30spi: new spi->mode bitsDavid Brownell1-0/+2
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell1-0/+3
2009-06-18spi: move common spi_setup() functionality into coreDavid Brownell1-24/+1
2009-04-21spi: 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-04spi.h uses/needs device.hRandy Dunlap1-0/+2
2008-07-25spi: 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-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+1
2007-10-16spi doesn't need class_deviceTony Jones1-6/+6
2007-07-31spi kerneldoc updateDavid Brownell1-1/+57
2007-07-31SPI loopback mode definitionAnton Vorontsov1-0/+1
2007-07-17SPI: add 3wire mode flagDavid Brownell1-0/+1
2007-06-16spi doc updatesDavid Brownell1-7/+13
2007-05-08SPI kerneldocDavid Brownell1-31/+51
2007-02-12[PATCH] SPI doc clarificationsDavid Brownell1-1/+17
2007-02-12[PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson1-1/+1
2007-02-12[PATCH] spi: remove return in spi_unregister_driver()Ben Dooks1-4/+2
2007-02-12[PATCH] spi: add spi_set_drvdata() and spi_get_drvdata()Ben Dooks1-0/+11
2007-02-07Revert "Driver core: convert SPI code to use struct device"Greg Kroah-Hartman1-5/+5
2007-02-07Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman1-5/+5
2006-12-30[PATCH] SPI: define null tx_buf to mean "shift out zeroes"David Brownell1-1/+1
2006-06-28[PATCH] SPI: infrastructure to initialize spi_device.mode earlyDavid Brownell1-1/+5
2006-05-16[PATCH] SPI: busnum == 0 needs to workDavid Brownell1-3/+3
2006-05-16[PATCH] SPI: devices can require LSB-first encodingsDavid Brownell1-2/+5
2006-05-16[PATCH] SPI: spi whitespace fixesDavid Brownell1-12/+12
2006-05-16[PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak1-0/+8
2006-01-13[PATCH] spi: remove fastcall crapAndrew Morton1-1/+1
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool1-29/+63
2006-01-13[PATCH] SPI core tweaks, bugfixDavid Brownell1-6/+69
2006-01-13[PATCH] spi: add spi_driver to SPI frameworkDavid Brownell1-23/+52
2006-01-13[PATCH] spi: simple SPI frameworkDavid Brownell1-0/+542