summaryrefslogtreecommitdiffstats
path: root/drivers/mci/mci_spi.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: have gpiod_ functions return and accept pointersAhmad Fatoum2023-06-231-6/+7
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-131-0/+1
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* mci: mci_spi: extend driver for device tree probingAhmad Fatoum2022-03-281-0/+31
* mci: Replace license and copyright boilerplate by SPDX identifiersUwe Kleine-König2020-12-071-27/+9
* 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