spi: documentation: emphasise spi_master.setup() semantics
[safe/jmp/linux-2.6] / include / linux / spi / spi.h
2009-04-21 David Brownellspi: documentation: emphasise spi_setup() semantics
2009-04-07 Mike RapoportSPI: add dma_alignment field to spi_master
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2009-01-04 Randy Dunlapspi.h uses/needs device.h
2008-07-26 Grant Likelyspi: split up spi_new_device() to allow two stage regis...
2008-07-24 Grant Likelyspi: make spi_board_info.modalias a char array
2008-07-22 Kay Sieversdriver core: remove KOBJ_NAME_LEN define
2007-10-16 Tony Jonesspi doesn't need class_device
2007-07-31 David Brownellspi kerneldoc update
2007-07-31 Anton VorontsovSPI loopback mode definition
2007-07-17 David BrownellSPI: add 3wire mode flag
2007-06-16 David Brownellspi doc updates
2007-05-08 David BrownellSPI kerneldoc
2007-02-12 David Brownell[PATCH] SPI doc clarifications
2007-02-12 Hans-Peter Nilsson[PATCH] SPI cleanup() method param becomes non-const
2007-02-12 Ben Dooks[PATCH] spi: remove return in spi_unregister_driver()
2007-02-12 Ben Dooks[PATCH] spi: add spi_set_drvdata() and spi_get_drvdata()
2007-02-08 Greg Kroah-HartmanRevert "Driver core: convert SPI code to use struct...
2007-02-07 Greg Kroah-HartmanDriver core: convert SPI code to use struct device
2006-12-30 David Brownell[PATCH] SPI: define null tx_buf to mean "shift out...
2006-06-28 David Brownell[PATCH] SPI: infrastructure to initialize spi_device...
2006-05-16 David Brownell[PATCH] SPI: busnum == 0 needs to work
2006-05-16 David Brownell[PATCH] SPI: devices can require LSB-first encodings
2006-05-16 David Brownell[PATCH] SPI: spi whitespace fixes
2006-05-16 Imre Deak[PATCH] SPI: per-transfer overrides for wordsize and...
2006-01-14 Andrew Morton[PATCH] spi: remove fastcall crap
2006-01-14 Vitaly Wool[PATCH] spi: use linked lists rather than an array
2006-01-14 David Brownell[PATCH] SPI core tweaks, bugfix
2006-01-14 David Brownell[PATCH] spi: add spi_driver to SPI framework
2006-01-14 David Brownell[PATCH] spi: simple SPI framework