summaryrefslogtreecommitdiffstats
path: root/include/spi/spi.h
Commit message (Expand)AuthorAgeFilesLines
* spi: Add slices for SPI controllersSascha Hauer2023-09-121-0/+8
* spi: update spi_board_info FIXME commentPhilipp Zabel2023-04-111-1/+1
* spi: add per-driver bits-per-word maskPhilipp Zabel2023-04-111-0/+32
* treewide: Rename remaining struct device_d -> deviceSascha Hauer2023-02-231-1/+1
* dev: add dev_bus_is_spi/i2c helpersAhmad Fatoum2023-01-121-0/+5
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* spi: port spi_sync_transfer() function from kernel v5.17Oleksij Rempel2022-04-141-0/+24
* video: add MIPI DBI Type C Option 3 supportAhmad Fatoum2022-02-081-0/+20
* spi: add to_spi_device helperMichael Tretter2022-01-031-0/+5
* spi: stub device_spi_driver if SPI is disabledMichael Tretter2022-01-031-0/+5
* spi: add coredevice_spi_driver macro as wellAhmad Fatoum2020-08-101-0/+2
* spi: validate spi messagesSascha Hauer2020-04-141-0/+4
* include: spi: add SPDX GPL-2.0-only license tags for files without licensing ...Roland Hieber2020-02-171-0/+1
* spi: Extend the core to ease integration of SPI memory controllersSteffen Trumtrar2019-05-081-0/+55
* spi: Import more spi mode defines from LinuxSteffen Trumtrar2019-05-081-0/+10
* spi: Generalize SPI "master" to "controller"Steffen Trumtrar2019-05-081-12/+18
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-4/+0
* spi: Call spi_of_register_slaves from coreSascha Hauer2013-10-311-2/+0
* treewide include/: Add missing includesSascha Hauer2013-05-311-0/+1
* Introduce device_spi_driver() macro and use it for SPI driversAlexander Shiyan2013-03-141-0/+3
* SPI: Rename spi_register_driver() for using with register_driver_macro()Alexander Shiyan2013-03-141-1/+1
* spi: fix compiler warningAntony Pavlov2013-01-261-0/+2
* spi: introduce spi_get_masterJean-Christophe PLAGNIOL-VILLARD2012-11-121-0/+2
* spi: add oftree supportSascha Hauer2012-09-141-0/+6
* SPI: Put SPI devices on their own busSascha Hauer2012-09-141-0/+7
* spi: indicate in the docs that per-transfer bpw setting is not supportedPaul Fertser2011-09-291-1/+2
* spi: add bits_per_word to proxy structureFranck Jullien2011-07-061-0/+1
* spi: add more spi transfer functionsHubert Feurstein2011-06-211-0/+74
* spi: add platform_data pointer to spi_board_infoHubert Feurstein2011-06-211-2/+2
* documentation updatesJuergen Beisert2009-12-151-0/+4
* SPI: Add empty spi_register_board_info function when SPI is disabledSascha Hauer2008-08-131-1/+10
* first (partly) running spi supportSascha Hauer2008-03-141-1/+307
* beginning of SPI supportSascha Hauer2008-03-111-0/+35