aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+1
2021-08-26Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown1-3/+3
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+4
2021-08-06Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-0/+4
2021-08-05spi: move cs spi_delay to spi_deviceMason Zhang1-3/+3
2021-07-22spi: update modalias_show after of_device_uevent_modalias supportAndreas Schwab1-0/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-06-25Merge remote-tracking branch 'spi/for-5.14' into spi-nextMark Brown1-119/+148
2021-06-25Merge remote-tracking branch 'spi/for-5.12' into spi-linusMark Brown1-3/+5
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul1-0/+4
2021-06-24spi: Fix self assignment issue with ancillary->modeColin Ian King1-1/+1
2021-06-22spi: add ancillary device supportSebastian Reichel1-31/+106
2021-06-15spi: add of_device_uevent_modalias supportMarco Felsch1-0/+4
2021-06-09spi: remove spi_set_cs_timing()Greg Kroah-Hartman1-73/+0
2021-06-01Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.14Mark Brown1-9/+28
2021-05-26spi: Enable tracing of the SPI setup CS selectionAndy Shevchenko1-0/+4
2021-05-14spi: Don't have controller clean up spi device before driver unbindSaravana Kannan1-3/+3
2021-05-12spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko1-4/+18
2021-05-11spi: Use SPI_MODE_X_MASKAndy Shevchenko1-2/+2
2021-05-11spi: Convert to use predefined time multipliersAndy Shevchenko1-13/+28
2021-05-10spi: take the SPI IO-mutex in the spi_set_cs_timing methodLeilk Liu1-2/+7
2021-04-28spi: Fix spi device unregister flowSaravana Kannan1-6/+12
2021-04-23spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko1-5/+4
2021-04-21spi: Make error handling of gpiod_count() call cleanerAndy Shevchenko1-6/+7
2021-04-21spi: Avoid undefined behaviour when counting unused native CSsAndy Shevchenko1-1/+1
2021-04-21spi: Allow to have all native CSs in use along with GPIOsAndy Shevchenko1-2/+3
2021-04-21spi: Make of_register_spi_device also set the fwnodeCharles Keepax1-0/+1
2021-04-19spi: Handle SPI device setup callback failure.Joe Burmeister1-1/+8
2021-04-19spi: sync up initial chipselect stateDavid Bauer1-8/+8
2021-04-15Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.13Mark Brown1-7/+2
2021-04-09spi: simplify devm_spi_register_controllerTian Tao1-14/+5
2021-04-08spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III1-7/+2
2021-03-17spi: Fix spelling mistake "softwade" -> "software"Colin Ian King1-1/+1
2021-03-16Merge series "spi: Adding support for software nodes" from Heikki Krogerus <heikki.krogerus@linux.intel.com>:Mark Brown1-15/+6
2021-03-16spi: Remove support for dangling device propertiesHeikki Krogerus1-21/+3
2021-03-16spi: Add support for software nodesHeikki Krogerus1-2/+11
2021-03-12spi: core: remove 'delay_usecs' field from spi_transferAlexandru Ardelean1-1/+0
2021-02-22Merge tag 'spi-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus 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