summaryrefslogtreecommitdiffstats
path: root/drivers/mci/mci_spi.c
Commit message (Expand)AuthorAgeFilesLines
* crc: import crc_itu_t() from kernelSascha Hauer2019-03-041-2/+2
* Introduce device_spi_driver() macro and use it for SPI driversAlexander Shiyan2013-03-141-8/+1
* SPI: Rename spi_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1
* mci_spi: add clock frequency change supportJean-Christophe PLAGNIOL-VILLARD2012-11-141-1/+28
* mci_spi: add sanity checkJean-Christophe PLAGNIOL-VILLARD2012-11-141-0/+11
* mci_spi: always compute command crc byteFranck Jullien2012-11-141-12/+0
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-3/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* | Merge branch 'for-next/mmc'Sascha Hauer2012-10-031-4/+4
|\ \
| * | Fix endianness error on be targetFranck Jullien2012-09-141-4/+4
| |/
* / SPI: Put SPI devices on their own busSascha Hauer2012-09-141-1/+1
|/
* mci: remove unused device argument from set_iosSascha Hauer2012-02-091-2/+1
* mci core: replace discrete ios values with struct iosSascha Hauer2012-02-091-1/+1
* mci_spi: specify hw_devJean-Christophe PLAGNIOL-VILLARD2012-01-061-0/+1
* mmc spi: compile fixSascha Hauer2011-11-281-17/+12
* mci: Add MCI over SPI supportFranck Jullien2011-11-251-0/+435