summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'spi-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-11/+48
2021-02-12Merge remote-tracking branch 'spi/for-5.12' into spi-nextMark Brown1-10/+47
2021-02-12spi: Skip zero-length transfers in spi_transfer_one_message()Nicolas Saenz Julienne1-1/+1
2021-02-08spi: support CS timing for HW & SW modeleilk.liu1-3/+6
2021-02-08spi: add power control when set_cs_timingleilk.liu1-3/+22
2021-01-27ACPI: Test for ACPI_SUCCESS rather than !ACPI_FAILUREBjorn Helgaas1-1/+1
2021-01-13Merge v5.11-rc3Mark Brown1-3/+8
2021-01-04spi: fix the divide by 0 error when calculating xfer waiting timeXu Yilun1-1/+5
2020-12-30spi: Fix the clamping of spi->max_speed_hzTudor Ambarus1-2/+3
2020-12-28spi: Add SPI_NO_TX/RX supportDragos Bogdan1-5/+20
2020-12-17Merge remote-tracking branch 'spi/for-5.10' into spi-5.11Mark Brown1-1/+2
2020-12-11Merge remote-tracking branch 'spi/for-5.11' into spi-nextMark Brown1-29/+38
2020-12-11spi: Limit the spi device max speed to controller's max speedTudor Ambarus1-1/+2
2020-11-27Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-18/+68
2020-11-24spi: Fix potential NULL pointer dereference in spi_shutdown()Marek Szyprowski1-3/+5
2020-11-20spi: Take the SPI IO-mutex in the spi_setup() methodSerge Semin1-0/+5
2020-11-20spi: Warn when a driver's remove callback returns an errorUwe Kleine-König1-3/+10
2020-11-20spi: Use bus_type functions for probe, remove and shutdownUwe Kleine-König1-17/+16
2020-11-20spi: fix resource leak for drivers without .remove callbackUwe Kleine-König1-9/+10
2020-11-12spi: Introduce device-managed SPI controller allocationLukas Wunner1-1/+57
2020-11-11spi: fix client driver breakages when using GPIO descriptorsSven Van Asbroeck1-17/+6
2020-10-29spi: fix a typo inside a kernel-doc markupMauro Carvalho Chehab1-3/+3
2020-09-11Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+7
2020-09-09spi: Fix memory leak on splited transfersGustav Wiklander1-2/+7
2020-08-19Merge tag 'spi-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+20
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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-10spi: use kthread_create_worker() helperMarek Szyprowski1-14/+12
2020-07-02spi: 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 coe...dillon 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/bro...Mark 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/bro...Mark 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/g...Mark 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...Linus 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-08spi: Add generic support for unused native cs with cs-gpiosGeert Uytterhoeven1-0/+17