summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2021-11-18Merge tag 'spi-fix-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-12spi: fix use-after-free of the add_lock mutexMichael Walle
2021-11-01Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2021-10-18Merge tag 'v5.15-rc6' into regulator-5.16Mark Brown
2021-10-14Merge branch 'spi-5.15' into spi-5.16Mark Brown
2021-10-14spi-mux: Fix false-positive lockdep splatsUwe Kleine-König
2021-10-14spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown
2021-10-07spi: Make several public functions private to spi.cUwe Kleine-König
2021-10-07spi: Reorder functions to simplify the next commitUwe Kleine-König
2021-10-07spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König
2021-10-07spi: Move comment about chipselect check to the right placeUwe Kleine-König
2021-09-22spi: Check we have a spi_device_id for each DT compatibleMark Brown
2021-09-21spi: Revert modalias changesMark Brown
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-26Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman
2021-08-06Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-05spi: move cs spi_delay to spi_deviceMason Zhang
2021-07-22spi: update modalias_show after of_device_uevent_modalias supportAndreas Schwab
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-06-25Merge remote-tracking branch 'spi/for-5.14' into spi-nextMark Brown
2021-06-25Merge remote-tracking branch 'spi/for-5.12' into spi-linusMark Brown
2021-06-25spi: core: add dma_map_dev for dma deviceVinod Koul
2021-06-24spi: Fix self assignment issue with ancillary->modeColin Ian King
2021-06-22spi: add ancillary device supportSebastian Reichel
2021-06-15spi: add of_device_uevent_modalias supportMarco Felsch
2021-06-09spi: remove spi_set_cs_timing()Greg Kroah-Hartman
2021-06-01Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2021-05-26spi: Enable tracing of the SPI setup CS selectionAndy Shevchenko
2021-05-14spi: Don't have controller clean up spi device before driver unbindSaravana Kannan
2021-05-12spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko
2021-05-11spi: Use SPI_MODE_X_MASKAndy Shevchenko
2021-05-11spi: Convert to use predefined time multipliersAndy Shevchenko
2021-05-10spi: take the SPI IO-mutex in the spi_set_cs_timing methodLeilk Liu
2021-04-28spi: Fix spi device unregister flowSaravana Kannan
2021-04-23spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko
2021-04-21spi: Make error handling of gpiod_count() call cleanerAndy Shevchenko
2021-04-21spi: Avoid undefined behaviour when counting unused native CSsAndy Shevchenko
2021-04-21spi: Allow to have all native CSs in use along with GPIOsAndy Shevchenko
2021-04-21spi: Make of_register_spi_device also set the fwnodeCharles Keepax
2021-04-19spi: Handle SPI device setup callback failure.Joe Burmeister
2021-04-19spi: sync up initial chipselect stateDavid Bauer
2021-04-15Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2021-04-09spi: simplify devm_spi_register_controllerTian Tao
2021-04-08spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III
2021-03-17spi: Fix spelling mistake "softwade" -> "software"Colin Ian King
2021-03-16Merge series "spi: Adding support for software nodes" from Heikki Krogerus <h...Mark Brown
2021-03-16spi: Remove support for dangling device propertiesHeikki Krogerus
2021-03-16spi: Add support for software nodesHeikki Krogerus
2021-03-12spi: core: remove 'delay_usecs' field from spi_transferAlexandru Ardelean