summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Remove note about transfer limit for spi_write_then_read()Mark Brown2020-05-261-2/+1
* spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coe...dillon min2020-05-251-1/+2
* spi: Make spi_delay_exec() warn if called from atomic contextMark Brown2020-05-221-0/+2
* Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-05-201-1/+2
|\
| * spi: Fix controller unregister orderLukas Wunner2020-05-201-1/+2
* | Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-05-051-0/+1
|\|
| * spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko2020-04-141-0/+1
* | spi: remove redundant assignment to variable msColin Ian King2020-04-141-1/+1
* | Merge branch 'spi-5.7' into spi-nextMark Brown2020-03-271-21/+13
|\|
| * spi: acpi: remove superfluous parameter checkWolfram Sang2020-03-121-1/+1
| * Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown2020-03-111-7/+2
| |\
| | * spi: make spi-max-frequency optionalChuanhong Guo2020-03-111-7/+2
| * | spi: Do spi_take_timestamp_pre for as many times as necessaryVladimir Oltean2020-03-051-12/+7
| * | spi: Allow SPI controller override device buswidthJohn Garry2020-02-281-1/+3
| |/
* | Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-03-061-17/+15
|\ \ | |/ |/|
| * spi: spi_register_controller(): free bus id on error pathsAaro Koskinen2020-03-041-17/+15
* | Merge branch 'spi-5.6' into spi-nextMark Brown2020-01-231-0/+24
|\|
| * spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven2020-01-071-0/+17
| * spi: Catch improper use of PTP system timestamping APIVladimir Oltean2019-12-271-0/+7
* | Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-061-14/+8
|\ \ | |/ |/|
| * spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean2019-12-271-14/+8
* | Merge branch 'spi-5.5' into spi-nextMark Brown2019-11-221-30/+283
|\|
| * spi: Fix regression to return zero on success instead of positive valueTony Lindgren2019-11-121-0/+9
| * spi: add power control when set_csLuhua Xu2019-10-311-1/+14
| * spi: Fix spelling in the commentsAndy Shevchenko2019-10-231-2/+2
| * spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean2019-10-151-4/+5
| * spi: implement SW control for CS timesAlexandru Ardelean2019-10-151-1/+44
| * spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean2019-10-151-6/+10
| * spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean2019-10-151-3/+3
| * spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean2019-10-151-2/+22
| * spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean2019-10-151-21/+7
| * spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean2019-10-151-0/+51
| * spi: move `cs_change_delay` backwards compat logic outside switchAlexandru Ardelean2019-10-151-6/+5
| * spi: Add a PTP system timestamp to the transfer structureVladimir Oltean2019-10-071-0/+127
* | spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT2019-10-251-1/+2
* | Merge tag 'v5.4-rc3' into spi-5.4Mark Brown2019-10-181-23/+5
|\|
| * Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-23/+5
| |\
| | * drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose2019-07-301-7/+1
| | * drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-16/+4
* | | spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT2019-10-181-9/+9
|/ /
* | spi: Guarantee cacheline alignment of driver-private dataLukas Wunner2019-09-111-4/+7
* | spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean2019-09-051-11/+12
* | spi: Rename of_spi_register_master() functionLinus Walleij2019-08-081-3/+3
* | spi: Reduce kthread priorityPeter Zijlstra2019-08-021-1/+1
* | spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven2019-08-011-6/+5
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown2019-07-041-6/+30
|\ \
| * | spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson2019-05-231-6/+30
| |/
* | spi/acpi: avoid spurious matches during slave enumerationArd Biesheuvel2019-06-241-3/+1