summaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h
Commit message (Expand)AuthorAgeFilesLines
* spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski2022-01-071-1/+1
* Merge branch 'spi-5.15' into spi-5.16Mark Brown2021-10-141-0/+3
|\
| * spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown2021-10-141-0/+3
* | spi: Make several public functions private to spi.cUwe Kleine-König2021-10-071-53/+0
* | spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König2021-10-071-2/+0
|/
* spi: modify set_cs_timing parameterMason Zhang2021-08-051-2/+1
* spi: move cs spi_delay to spi_deviceMason Zhang2021-08-051-11/+9
* spi: <linux/spi/spi.h>: add missing struct kernel-doc entryRandy Dunlap2021-07-111-1/+2
* spi: core: add dma_map_dev for dma deviceVinod Koul2021-06-251-0/+1
* spi: add ancillary device supportSebastian Reichel2021-06-221-0/+2
* spi: remove spi_set_cs_timing()Greg Kroah-Hartman2021-06-091-5/+0
* spi: Switch to signed types for *_native_cs SPI controller fieldsAndy Shevchenko2021-05-111-2/+2
* Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-04-151-0/+3
|\
| * spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III2021-04-081-0/+3
* | spi: Remove repeated struct declarationWan Jiabing2021-04-011-1/+0
* | Merge series "spi: Adding support for software nodes" from Heikki Krogerus <h...Mark Brown2021-03-161-4/+3
|\ \
| * | spi: Remove support for dangling device propertiesHeikki Krogerus2021-03-161-4/+0
| * | spi: Add support for software nodesHeikki Krogerus2021-03-161-1/+4
| |/
* / spi: core: remove 'delay_usecs' field from spi_transferAlexandru Ardelean2021-03-121-12/+0
|/
* spi: Change provied to provided in the file spi.hBhaskar Chowdhury2021-02-081-1/+1
* spi: spi-mem: Mark dummy transfers by setting dummy_data bitSowjanya Komatineni2021-01-061-0/+2
* spi: Add SPI_NO_TX/RX supportDragos Bogdan2020-12-281-0/+17
* spi: uapi: unify SPI modes into a single spi.h headerAlexandru Ardelean2020-12-281-21/+2
* Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2020-11-271-0/+19
|\
| * spi: Introduce device-managed SPI controller allocationLukas Wunner2020-11-121-0/+19
* | spi: introduce SPI_MODE_X_MASK macroOleksij Rempel2020-11-111-0/+1
|/
* spi: correct kernel-doc inconsistencyColton Lewis2020-07-271-6/+2
* spi: fix duplicated word in <linux/spi/spi.h>Randy Dunlap2020-07-171-2/+2
* spi: use kthread_create_worker() helperMarek Szyprowski2020-07-091-4/+2
* spi: Avoid setting the chip select if we don't need toDouglas Anderson2020-07-011-0/+4
* spi: introduce fallback to pioRobin Gong2020-06-231-0/+7
* docs: spi: spi.h: fix a doc building warningMauro Carvalho Chehab2020-04-201-0/+1
* spi: update the structure documentationQiujun Huang2020-03-101-0/+3
* spi: Do spi_take_timestamp_pre for as many times as necessaryVladimir Oltean2020-03-051-2/+1
* spi: Allow SPI controller override device buswidthJohn Garry2020-02-281-0/+3
* Merge branch 'spi-5.6' into spi-nextMark Brown2020-01-231-0/+8
|\
| * spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven2020-01-071-0/+8
* | spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean2019-12-271-2/+2
|/
* spi: document CS setup, hold & inactive times in headerAlexandru Ardelean2019-10-231-0/+5
* spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean2019-10-151-0/+1
* spi: implement SW control for CS timesAlexandru Ardelean2019-10-151-0/+5
* spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean2019-10-151-3/+6
* spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean2019-10-151-0/+18
* spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean2019-10-151-5/+2
* spi: sprd: convert transfer word delay to spi_delay structAlexandru Ardelean2019-10-151-2/+2
* spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean2019-10-151-3/+1
* spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean2019-10-151-3/+15
* spi: Add a PTP system timestamp to the transfer structureVladimir Oltean2019-10-071-0/+61
* Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown2019-07-041-0/+2
|\
| * spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson2019-05-231-0/+2