summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* i.MX SPI: Setup SPI chipselect to inactive state while initializing deviceAlexander Shiyan2012-05-161-0/+4
* drivers/spi/spi.c: use DEVICE_ID_DYNAMIC when allocating a struct device_dJan Luebbe2012-05-141-0/+2
* Merge branch 'master' into nextSascha Hauer2011-11-291-0/+2
|\
| * atmel_spi: add mesg->actual_length, so devices can use it for read/writeMichael Grzeschik2011-11-251-0/+2
* | spi/altera_spi: Add cs_change supportFranck Jullien2011-11-251-1/+26
|/
* 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
* introduce io.hSascha Hauer2011-09-223-3/+3
* imx25: imx_spi: support CSPI v0.7 as found on i.MX25Paul Fertser2011-09-212-0/+116
* spi: add atmel-spi driverHubert Feurstein2011-09-144-0/+494
* imx_spi: rework transfer according to the API, fix compatibility with spi_wri...Paul Fertser2011-09-121-11/+44
* nios2: Add Altera SPI master driverFranck Jullien2011-08-243-0/+233
* spi: make the spi devices children of the parent busSascha Hauer2011-08-171-0/+1
* ARM: add support for the i.MX53Marc Kleine-Budde2011-07-292-2/+2
* spi i.MX: convert to struct resourceSascha Hauer2011-07-191-1/+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
* Make DIV_ROUND_UP macro globally availableJuergen Beisert2010-12-141-3/+0
* Move mfd drivers to drivers/mfdSascha Hauer2010-10-113-243/+0
* spi i.MX: Add i.MX51 supportSascha Hauer2010-10-112-8/+171
* spi i.MX: redirect functions to version specific functionsSascha Hauer2010-10-111-10/+62
* spi i.MX: add spi version namespace to register definesSascha Hauer2010-10-111-58/+58
* spi: dev->id is an int, not a string, fix debug outputMarc Kleine-Budde2009-11-241-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-222-2/+2
* mc13783: fix spi mode, remove now unneeded double readSascha Hauer2009-10-021-6/+1
* imx spi: Use gpio as chip selectsSascha Hauer2009-10-021-21/+44
* spi: remove bogus setup of proxy deviceSascha Hauer2009-07-211-3/+2
* mc13783 cdevSascha Hauer2009-07-211-24/+37
* introduce cdevSascha Hauer2009-07-211-5/+8
* imx_spi: make locally used function staticSascha Hauer2009-05-131-1/+1
* mc13783: Add lseekSascha Hauer2008-12-091-0/+1
* mc13783 pmic: add open/close functionsSascha Hauer2008-09-021-0/+2
* This is Kconfig cleanup patch (not all configurations will use CFI, SPI, RAMF...Menon, Nishanth2008-05-122-2/+4
* first (partly) running spi supportSascha Hauer2008-03-143-9/+536
* beginning of SPI supportSascha Hauer2008-03-115-0/+89