aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14Merge branch 'spi-5.15' into spi-5.16Mark Brown1-0/+3
2021-10-14spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown1-0/+3
2021-10-07spi: Make several public functions private to spi.cUwe Kleine-König1-53/+0
2021-10-07spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König1-2/+0
2021-08-05spi: modify set_cs_timing parameterMason Zhang1-2/+1
2021-08-05spi: move cs spi_delay to spi_deviceMason Zhang1-11/+9
2021-07-11spi: <linux/spi/spi.h>: add missing struct kernel-doc entryRandy Dunlap1-1/+2
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul1-0/+1
2021-06-22spi: add ancillary device supportSebastian Reichel1-0/+2
2021-06-09spi: remove spi_set_cs_timing()Greg Kroah-Hartman1-5/+0
2021-05-11spi: Switch to signed types for *_native_cs SPI controller fieldsAndy Shevchenko1-2/+2
2021-04-15Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.13Mark Brown1-0/+3
2021-04-08spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III1-0/+3
2021-04-01spi: Remove repeated struct declarationWan Jiabing1-1/+0
2021-03-16Merge series "spi: Adding support for software nodes" from Heikki Krogerus <heikki.krogerus@linux.intel.com>:Mark Brown1-4/+3
2021-03-16spi: Remove support for dangling device propertiesHeikki Krogerus1-4/+0
2021-03-16spi: Add support for software nodesHeikki Krogerus1-1/+4
2021-03-12spi: core: remove 'delay_usecs' field from spi_transferAlexandru Ardelean1-12/+0
2021-02-08spi: Change provied to provided in the file spi.hBhaskar Chowdhury1-1/+1
2021-01-06spi: spi-mem: Mark dummy transfers by setting dummy_data bitSowjanya Komatineni1-0/+2
2020-12-28spi: Add SPI_NO_TX/RX supportDragos Bogdan1-0/+17
2020-12-28spi: uapi: unify SPI modes into a single spi.h headerAlexandru Ardelean1-21/+2
2020-11-27Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.11Mark Brown1-0/+19
2020-11-12spi: Introduce device-managed SPI controller allocationLukas Wunner1-0/+19
2020-11-11spi: introduce SPI_MODE_X_MASK macroOleksij Rempel1-0/+1
2020-07-27spi: correct kernel-doc inconsistencyColton Lewis1-6/+2
2020-07-17spi: fix duplicated word in <linux/spi/spi.h>Randy Dunlap1-2/+2
2020-07-09spi: use kthread_create_worker() helperMarek Szyprowski1-4/+2
2020-07-01spi: Avoid setting the chip select if we don't need toDouglas Anderson1-0/+4
2020-06-23spi: introduce fallback to pioRobin Gong1-0/+7
2020-04-20docs: spi: spi.h: fix a doc building warningMauro Carvalho Chehab1-0/+1
2020-03-10spi: update the structure documentationQiujun Huang1-0/+3
2020-03-05spi: Do spi_take_timestamp_pre for as many times as necessaryVladimir Oltean1-2/+1
2020-02-28spi: Allow SPI controller override device buswidthJohn Garry1-0/+3
2020-01-23Merge branch 'spi-5.6' into spi-nextMark Brown1-0/+8
2020-01-07spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven1-0/+8
2019-12-27spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean1-2/+2
2019-10-23spi: document CS setup, hold & inactive times in headerAlexandru Ardelean1-0/+5
2019-10-15spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean1-0/+1
2019-10-15spi: implement SW control for CS timesAlexandru Ardelean1-0/+5
2019-10-15spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean1-3/+6
2019-10-15spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean1-0/+18
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean1-5/+2
2019-10-15spi: sprd: convert transfer word delay to spi_delay structAlexandru Ardelean1-2/+2
2019-10-15spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean1-3/+1
2019-10-15spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean1-3/+15
2019-10-07spi: Add a PTP system timestamp to the transfer structureVladimir Oltean1-0/+61
2019-07-04Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown1-0/+2
2019-06-17spi: Add a prototype for exported spi_set_cs_timing()Andy Shevchenko1-0/+2
2019-05-23spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson1-0/+2