summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-06-071-18/+0
|\
| * pinctrl: mcp23s08: Get rid of legacy platform dataAndy Shevchenko2020-04-161-18/+0
* | Merge tag 'backlight-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-041-17/+0
|\ \
| * | backlight: l4f00242t03: Convert to GPIO descriptorsLinus Walleij2020-04-291-17/+0
| |/
* / docs: spi: spi.h: fix a doc building warningMauro Carvalho Chehab2020-04-201-0/+1
|/
* Merge tag 'backlight-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-071-3/+0
|\
| * backlight: corgi: Convert to use GPIO descriptorsLinus Walleij2020-03-251-3/+0
* | Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-03-311-5/+0
|\ \
| * | tty: serial: ifx6x60: Convert to GPIO descriptorsLinus Walleij2020-03-121-5/+0
| |/
* | 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-232-4/+8
|\
| * spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven2020-01-071-0/+8
| * spi: oc-tiny: Use GPIO descriptorsLinus Walleij2019-12-271-4/+0
* | 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
* | Merge branch 'spi-5.3' into spi-nextMark Brown2019-07-041-0/+35
|\ \
| * | spi: Add a prototype for exported spi_set_cs_timing()Andy Shevchenko2019-06-171-0/+2
| * | Merge tag 'v5.2-rc4' into spi-5.3Mark Brown2019-06-1011-94/+11
| |\ \
| * | | 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
| | |_|/ | |/| |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
| |_|/ |/| |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-052-18/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-305-45/+5
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-302-20/+2
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-11/+2
|/ /
* | spi: expand mode supportSowjanya Komatineni2019-05-021-3/+3
* | spi: spi-mem: Make spi_mem_default_supports_op() static inlineYueHaibing2019-05-021-0/+1
* | spi: spi-mem: Fix build error without CONFIG_SPI_MEMYueHaibing2019-05-021-3/+11
* | spi: add a method for configuring CS timingSowjanya Komatineni2019-04-081-0/+15
* | spi: bitbang: Introduce spi_bitbang_init()Andrey Smirnov2019-04-081-0/+1
* | spi: spi-mem: export spi_mem_default_supports_op()Naga Sureshkumar Relli2019-04-031-0/+3
* | spi: pxa2xx: Introduce DMA burst size supportAndy Shevchenko2019-03-201-0/+1
* | 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
|/