summaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | spi: Add a prototype for exported spi_set_cs_timing()Andy Shevchenko2019-06-171-0/+2
* | spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl2019-05-131-0/+5
* | Merge tag 'spi-bpw-is-supported' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown2019-05-121-0/+20
|\ \
| * | spi: Add spi_is_bpw_supported()Noralf Trønnes2019-04-121-0/+20
* | | spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl2019-05-081-0/+1
* | | spi: core: allow defining time that cs is deassertedMartin Sperl2019-05-081-0/+7
| |/ |/|
* | spi: expand mode supportSowjanya Komatineni2019-05-021-3/+3
* | spi: add a method for configuring CS timingSowjanya Komatineni2019-04-081-0/+15
* | spi: fix SPI_BPW_RANGE_MASK() regressionArnd Bergmann2019-03-141-1/+1
* | spi: work around clang bug in SPI_BPW_RANGE_MASK()Arnd Bergmann2019-03-111-2/+1
|/
* spi: support inter-word delay requirement for devicesJonas Bonn2019-01-301-0/+6
* spi: Go back to immediate teardownMark Brown2019-01-231-2/+0
* spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl2019-01-091-0/+2
* spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij2019-01-091-4/+19
* Merge branch 'topic/3wire-gpio' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown2018-12-041-0/+1
|\
| * spi: gpio: Support 3WIRE high-impedance turn-aroundLinus Walleij2018-11-071-0/+1
* | spi: add support for octal mode I/O data transferYogesh Narayan Gaur2018-12-031-1/+3
|/
* Merge remote-tracking branch 'spi/topic/of' into spi-nextMark Brown2018-10-211-1/+16
|\
| * spi: make OF helper available for othersMarco Felsch2018-09-271-1/+16
* | spi: Add driver_override SPI device attributeTrent Piepho2018-10-101-0/+1
* | spi: switch to SPDX license identifierMarco Felsch2018-09-271-11/+2
* | Merge tag 'spi-cs-word' into spi-4.20Mark Brown2018-09-171-1/+1
|\ \