summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Extend the core to ease integration of SPI memory controllersSteffen Trumtrar2019-05-081-0/+39
* spi: Generalize SPI "master" to "controller"Steffen Trumtrar2019-05-081-35/+36
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* of: use of_property_read_bool where appropriateSascha Hauer2017-04-121-4/+4
* spi: only register enabled child nodesJan Luebbe2015-07-091-1/+1
* driver: Call remove function only when availableSascha Hauer2015-03-171-1/+2
* i2c/spi: match of_modaliasesSascha Hauer2014-02-071-1/+1
* spi: Get bus_num from devicetreeSascha Hauer2013-10-311-0/+3
* spi: support dynamic bus idsSascha Hauer2013-10-311-0/+5
* spi: Call spi_of_register_slaves from coreSascha Hauer2013-10-311-3/+10
* spi: Reuse "driver_match" for SPI busAlexander Shiyan2013-07-151-10/+1
* OF: base: convert and remove device_node_for_nach_childSebastian Hesselbarth2013-06-201-1/+1
* OF: base: sync of_find_property with linux OF APISebastian Hesselbarth2013-06-201-5/+5
* spi: improve devicetree supportSascha Hauer2013-05-211-2/+13
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-1/+1
* spi: introduce spi_get_masterJean-Christophe PLAGNIOL-VILLARD2012-11-121-0/+12
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | spi: switch from printf back to debugJan Luebbe2012-09-271-1/+1
* | driver: register busJean-Christophe PLAGNIOL-VILLARD2012-09-231-0/+6
* | spi: add oftree supportSascha Hauer2012-09-141-1/+32
* | SPI: Put SPI devices on their own busSascha Hauer2012-09-141-0/+24
|/
* drivers/spi/spi.c: use DEVICE_ID_DYNAMIC when allocating a struct device_dJan Luebbe2012-05-141-0/+2
* spi: enfore default bits_per_word valuePaul Fertser2011-09-291-1/+1
* spi: let master a chance to setup device before registering itPaul Fertser2011-09-291-3/+2
* spi: make the spi devices children of the parent busSascha Hauer2011-08-171-0/+1
* spi: unregister dev if master->setup failsFranck Jullien2011-07-061-0/+1
* spi: add bits_per_word to proxy structureFranck Jullien2011-07-061-0/+1
* spi: add more spi transfer functionsHubert Feurstein2011-06-211-0/+41
* spi: add platform_data pointer to spi_board_infoHubert Feurstein2011-06-211-0/+1
* spi: dev->id is an int, not a string, fix debug outputMarc Kleine-Budde2009-11-241-1/+1
* spi: remove bogus setup of proxy deviceSascha Hauer2009-07-211-3/+2
* first (partly) running spi supportSascha Hauer2008-03-141-4/+187
* beginning of SPI supportSascha Hauer2008-03-111-0/+14