aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2022-10-26spi: Ensure that sg_table won't be used after being freedMarek Szyprowski
2022-04-08spi: Fix erroneous sgs value with min_t()Biju Das
2022-04-08spi: Fix invalid sgs valueBiju Das
2021-07-14spi: Avoid undefined behaviour when counting unused native CSsAndy Shevchenko
2021-07-14spi: Allow to have all native CSs in use along with GPIOsAndy Shevchenko
2021-07-14spi: Make of_register_spi_device also set the fwnodeCharles Keepax
2021-06-16spi: Don't have controller clean up spi device before driver unbindSaravana Kannan
2021-06-16spi: Fix spi device unregister flowSaravana Kannan
2021-06-03spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko
2021-05-14spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III
2021-05-11spi: sync up initial chipselect stateDavid Bauer
2021-03-04spi: Skip zero-length transfers in spi_transfer_one_message()Nicolas Saenz Julienne
2021-01-19spi: fix the divide by 0 error when calculating xfer waiting timeXu Yilun
2020-12-30spi: fix resource leak for drivers without .remove callbackUwe Kleine-König
2020-11-20spi: Take the SPI IO-mutex in the spi_setup() methodSerge Semin
2020-11-12spi: Introduce device-managed SPI controller allocationLukas Wunner
2020-11-11spi: fix client driver breakages when using GPIO descriptorsSven Van Asbroeck
2020-09-11Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-09spi: Fix memory leak on splited transfersGustav Wiklander
2020-08-18Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03spi: Prevent adding devices below an unregistering controllerLukas Wunner
2020-07-17spi: Only defer to thread for cleanup when neededMark Brown
2020-07-09spi: use kthread_create_worker() helperMarek Szyprowski
2020-07-01spi: Avoid setting the chip select if we don't need toDouglas Anderson
2020-06-23spi: introduce fallback to pioRobin Gong
2020-06-15sched,spi: Convert to sched_set_fifo*()Peter Zijlstra
2020-05-26spi: Remove note about transfer limit for spi_write_then_read()Mark Brown
2020-05-25spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coe...dillon min
2020-05-22spi: Make spi_delay_exec() warn if called from atomic contextMark Brown
2020-05-20Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-05-20spi: Fix controller unregister orderLukas Wunner
2020-05-05Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-04-14spi: remove redundant assignment to variable msColin Ian King
2020-04-14spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko
2020-03-27Merge branch 'spi-5.7' into spi-nextMark Brown
2020-03-12spi: acpi: remove superfluous parameter checkWolfram Sang
2020-03-11Merge tag 'mtk-mtd-spi-move' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
2020-03-11spi: make spi-max-frequency optionalChuanhong Guo
2020-03-06Merge tag 'spi-fix-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-03-05spi: Do spi_take_timestamp_pre for as many times as necessaryVladimir Oltean
2020-03-04spi: spi_register_controller(): free bus id on error pathsAaro Koskinen
2020-02-28spi: Allow SPI controller override device buswidthJohn Garry
2020-01-23Merge branch 'spi-5.6' into spi-nextMark Brown
2020-01-07spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-27spi: Don't look at TX buffer for PTP system timestampingVladimir Oltean
2019-12-27spi: Catch improper use of PTP system timestamping APIVladimir Oltean
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown
2019-11-12spi: Fix regression to return zero on success instead of positive valueTony Lindgren