summaryrefslogtreecommitdiffstats
path: root/include/linux/spi
Commit message (Expand)AuthorAgeFilesLines
...
* spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander2022-06-271-4/+2
* spi: Remove the now unused ctlr->idling flagDavid Jander2022-06-271-2/+0
* spi: Don't use the message queue if possible in spi_syncDavid Jander2022-06-271-1/+10
* spi: Move ctlr->cur_msg_prepared to struct spi_messageDavid Jander2022-06-271-3/+4
* spi: Fix per-cpu stats access on 32 bit systemsDavid Jander2022-06-101-2/+8
* spi: <linux/spi/spi.h>: Add missing documentation for struct membersDavid Jander2022-06-081-3/+4
* spi: spi.c: Convert statistics to per-cpu u64_stats_tDavid Jander2022-06-061-23/+29
* spi: fix typo in commentJulia Lawall2022-06-061-1/+1
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-0/+2
|\
| * spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-221-0/+2
* | spi: Doc fix - Describe add_lock and dma_map_dev in spi_controllerSiddh Raman Pant2022-05-121-0/+2
|/
* Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-252-11/+18
|\
| * spi: spi-mem: Add an ecc parameter to the spi_mem_op structureMiquel Raynal2022-02-101-0/+4
| * spi: spi-mem: Kill the spi_mem_dtr_supports_op() helperMiquel Raynal2022-02-101-11/+0
| * spi: spi-mem: Introduce a capability structureMiquel Raynal2022-02-102-0/+14
* | spi: use specific last_cs instead of last_cs_enableYun Zhou2022-02-281-2/+3
* | spi: Retire legacy GPIO handlingLinus Walleij2022-02-141-12/+2
* | spi: make remove callback a void functionMark Brown2022-02-091-1/+1
|\ \
| * | spi: make remove callback a void functionUwe Kleine-König2022-02-091-1/+1
| |/
* | spi: Enhance and export helpers for ACPI resourcesMark Brown2022-02-011-0/+20
|\ \
| * | spi: Add API to count spi acpi resourcesStefan Binding2022-02-011-0/+1
| * | spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding2022-02-011-1/+2
| * | spi: Create helper API to lookup ACPI info for spi deviceStefan Binding2022-02-011-0/+6
| * | spi: Make spi_alloc_device and spi_add_device public againStefan Binding2022-02-011-0/+12
| |/
* | spi: pxa2xx_spi: Convert to use GPIO descriptorsLinus Walleij2022-01-311-1/+0
* | spi: s3c24xx: Convert to GPIO descriptorsLinus Walleij2022-01-241-5/+0
|/
* spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski2022-01-071-1/+1
* spi: pxa2xx: Get rid of unused enable_loopback memberAndy Shevchenko2021-11-291-1/+0
* spi: pxa2xx: Get rid of unused ->cs_control()Andy Shevchenko2021-11-291-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-121-15/+0
|\
| * Input: ads7846 - remove custom filter handling functions from pdataDaniel Mack2021-09-091-15/+0
* | Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-081-1/+1
|\ \
| * | gpio: max730x: Make __max730x_remove() return voidUwe Kleine-König2021-10-131-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
|/ /
* | Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-071-1/+1
|\ \
| * | gpio: max730x: Use the right includeLinus Walleij2021-08-231-1/+1
* | | 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
* | Merge series "MTD: spinand: Add spi_mem_poll_status() support" from <patrice....Mark Brown2021-06-031-0/+16
|\ \
| * | spi: spi-mem: add automatic poll status functionsPatrice Chotard2021-06-031-0/+16
* | | Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-06-011-2/+2
|\ \ \ | | |/ | |/|
| * | Merge tag 'v5.13-rc2' into spi-5.13Mark Brown2021-05-181-9/+0
| |\|
| * | spi: Switch to signed types for *_native_cs SPI controller fieldsAndy Shevchenko2021-05-111-2/+2