Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / drivers / spi / spi.c
2010-04-28 Roman Tereshonkovspi: spi_device memory should be released instead of...
2010-04-28 Roman Tereshonkovspi: release device claimed by bus_find_device_by_name
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2009-09-23 David Brownellspi: handle TX-only/RX-only
2009-09-23 Anton Vorontsovspi: prefix modalias with "spi:"
2009-09-23 Anton Vorontsovspi: add support for device table matching
2009-06-18 Jiri Pirkospi: fix spi_write_then_read() comment
2009-06-18 David Brownellspi: move more spi_setup() functionality into core
2009-06-18 David Brownellspi: move common spi_setup() functionality into core
2009-04-13 David Brownellspi: spi_write_then_read() bugfixes
2009-01-06 Kay Sieversspi: struct device - replace bus_id with dev_name(...
2008-10-16 David Brownellspi: core and gpio expanders use subsys_init
2008-10-16 Vernon Sauderspi: simplify spi_write_then_read()
2008-08-15 David Brownellspi: bugfix spi_add_device() with duplicate chipselects
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 Greg Kroah-HartmanDriver Core: add ability for class_find_device to start...
2008-02-06 David Brownellspi core: stop updating dev->power.power_state
2008-02-06 Ralf BaechleRemove inclusions of <linux/autoconf.h>
2008-01-25 Dave Youngspi: use class iteration api
2007-12-05 Marc Pignatspi: simplify spi_sync() calling convention
2007-12-05 David BrownellSPI: use mutex not semaphore
2007-11-15 Atsushi Nemotospi: fix double-free on spi_unregister_master
2007-10-16 Tony Jonesspi doesn't need class_device
2007-10-12 Kay SieversDriver core: change add_uevent_var to use a struct
2007-07-31 David Brownellspi device setup gets better error checking
2007-07-22 Adrian Bunkspi.c:scan_boardinfo() mustn't be __init_or_module
2007-07-17 Matthias Kaehlckeuse mutex instead of semaphore in SPI core/init code
2007-06-04 David BrownellSPI dynamic busid generation bugfix
2007-05-08 David BrownellSPI kerneldoc
2007-03-27 Adrian Bunk[PATCH] drivers/spi/: fix section mismatches
2007-02-12 Hans-Peter Nilsson[PATCH] SPI cleanup() method param becomes non-const
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
2007-01-26 Atsushi Nemoto[PATCH] SPI: alternative fix for spi_busnum_to_master
2006-12-07 Hans-Christian Egtvedt[PATCH] spi: set kset of master class dev explicitly
2006-12-07 Hans-Christian Egtvedt[PATCH] spi: correct bus_num and buffer bug in spi...
2006-12-07 Jeff Garzik[PATCH] SPI: improve sysfs compiler complaint handling
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-11-03 Andrew Morton[PATCH] spi section fix
2006-07-03 Ingo Molnar[PATCH] lockdep: annotate on-stack completions
2006-06-28 David Brownell[PATCH] SPI: infrastructure to initialize spi_device...
2006-05-21 dmitry pervushin[PATCH] minor SPI doc fix
2006-05-16 David Brownell[PATCH] SPI: busnum == 0 needs to work
2006-05-16 David Brownell[PATCH] SPI: spi bounce buffer has a minimum length
2006-02-21 Stephen Street[PATCH] spi: Fix modular master driver remove and devic...
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