aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-2/+7
2020-09-09spi: Fix memory leak on splited transfersGustav Wiklander1-2/+7
2020-08-18Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+20
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2020-08-03spi: Prevent adding devices below an unregistering controllerLukas Wunner1-1/+20
2020-07-17spi: Only defer to thread for cleanup when neededMark Brown1-7/+19
2020-07-09spi: use kthread_create_worker() helperMarek Szyprowski1-14/+12
2020-07-01spi: Avoid setting the chip select if we don't need toDouglas Anderson1-0/+11
2020-06-23spi: introduce fallback to pioRobin Gong1-0/+12
2020-06-15sched,spi: Convert to sched_set_fifo*()Peter Zijlstra1-3/+1
2020-05-26spi: Remove note about transfer limit for spi_write_then_read()Mark Brown1-2/+1
2020-05-25spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coexit with 'SPI_3WIRE' modedillon min1-1/+2
2020-05-22spi: Make spi_delay_exec() warn if called from atomic contextMark Brown1-0/+2
2020-05-20Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.8Mark Brown1-1/+2
2020-05-20spi: Fix controller unregister orderLukas Wunner1-1/+2
2020-05-05Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.8Mark Brown1-0/+1
2020-04-14spi: remove redundant assignment to variable msColin Ian King1-1/+1
2020-04-14spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko1-0/+1
2020-03-27Merge branch 'spi-5.7' into spi-nextMark Brown1-21/+13
2020-03-12spi: acpi: remove superfluous parameter checkWolfram Sang1-1/+1
2020-03-11Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.7Mark Brown1-7/+2
2020-03-11spi: make spi-max-frequency optionalChuanhong Guo1-7/+2
2020-03-06Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-17/+15
2020-03-05spi: Do spi_take_timestamp_pre for as many times as necessaryVladimir Oltean1-12/+7
2020-03-04spi: spi_register_controller(): free bus id on error pathsAaro Koskinen1-17/+15
2020-02-28spi: Allow SPI controller override device buswidthJohn Garry1-1/+3
2020-01-23Merge branch 'spi-5.6' into spi-nextMark Brown1-0/+24
2020-01-07spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven1-0/+17
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-14/+8
2019-12-27spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean1-14/+8
2019-12-27spi: Catch improper use of PTP system timestamping APIVladimir Oltean1-0/+7
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown1-30/+283
2019-11-12spi: Fix regression to return zero on success instead of positive valueTony Lindgren1-0/+9
2019-10-31spi: add power control when set_csLuhua Xu1-1/+14
2019-10-25spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT1-1/+2
2019-10-23spi: Fix spelling in the commentsAndy Shevchenko1-2/+2
2019-10-18Merge tag 'v5.4-rc3' into spi-5.4Mark Brown1-23/+5
2019-10-18spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT1-9/+9
2019-10-15spi: spi-fsl-espi: convert transfer delay to `spi_delay` formatAlexandru Ardelean1-4/+5
2019-10-15spi: implement SW control for CS timesAlexandru Ardelean1-1/+44
2019-10-15spi: tegra114: change format for `spi_set_cs_timing()` functionAlexandru Ardelean1-6/+10
2019-10-15spi: introduce `delay` field for `spi_transfer` + spi_transfer_delay_exec()Alexandru Ardelean1-3/+3
2019-10-15spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_deviceAlexandru Ardelean1-2/+22
2019-10-15spi: make `cs_change_delay` the first user of the `spi_delay` logicAlexandru Ardelean1-21/+7
2019-10-15spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()Alexandru Ardelean1-0/+51
2019-10-15spi: move `cs_change_delay` backwards compat logic outside switchAlexandru Ardelean1-6/+5
2019-10-07spi: Add a PTP system timestamp to the transfer structureVladimir Oltean1-0/+127
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-23/+5
2019-09-11spi: Guarantee cacheline alignment of driver-private dataLukas Wunner1-4/+7
2019-09-05spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean1-11/+12