summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-021-2/+2
* spi: Add API to count spi acpi resourcesStefan Binding2022-02-011-0/+40
* spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding2022-02-011-7/+44
* spi: Create helper API to lookup ACPI info for spi deviceStefan Binding2022-02-011-10/+36
* spi: Make spi_alloc_device and spi_add_device public againStefan Binding2022-02-011-2/+4
* spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski2022-01-071-0/+1
* spi: Fix incorrect cs_setup delay handlingHector Martin2021-12-131-7/+6
* spi: Fix condition in the __spi_register_driver()Andy Shevchenko2021-11-241-1/+1
* spi: Fix multi-line comment styleAndy Shevchenko2021-11-231-71/+89
* spi: Replace memset() with __GFP_ZEROAndy Shevchenko2021-11-231-2/+1
* spi: deduplicate spi_match_id() in __spi_register_driver()Andy Shevchenko2021-11-221-11/+6
* Merge existing fixes from spi/for-5.16 into new branchMark Brown2021-11-151-6/+6
|\
| * spi: fix use-after-free of the add_lock mutexMichael Walle2021-11-121-6/+6
* | Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-11-011-142/+95
|\|
| * Merge branch 'spi-5.15' into spi-5.16Mark Brown2021-10-141-16/+11
| |\
| * | spi: Make several public functions private to spi.cUwe Kleine-König2021-10-071-27/+14
| * | spi: Reorder functions to simplify the next commitUwe Kleine-König2021-10-071-86/+86
| * | spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König2021-10-071-35/+0
| * | spi: Move comment about chipselect check to the right placeUwe Kleine-König2021-10-071-4/+5
* | | Merge tag 'v5.15-rc6' into regulator-5.16Mark Brown2021-10-181-24/+11
|\ \ \ | | |/ | |/|
| * | spi-mux: Fix false-positive lockdep splatsUwe Kleine-König2021-10-141-6/+6
| * | spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown2021-10-141-11/+6
| |/
| * spi: Revert modalias changesMark Brown2021-09-211-8/+0
* | spi: Check we have a spi_device_id for each DT compatibleMark Brown2021-09-221-0/+41
|/
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\
| * Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-091-0/+4
| |\
| * | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* | | Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown2021-08-261-3/+3
|\ \ \ | |_|/ |/| |
| * | spi: move cs spi_delay to spi_deviceMason Zhang2021-08-051-3/+3
| |/
* | Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-08-061-0/+4
|\ \ | |/ |/|
| * spi: update modalias_show after of_device_uevent_modalias supportAndreas Schwab2021-07-221-0/+4
* | Merge remote-tracking branch 'spi/for-5.14' into spi-nextMark Brown2021-06-251-119/+148
|\|
| * spi: core: add dma_map_dev for dma deviceVinod Koul2021-06-251-0/+4
| * spi: Fix self assignment issue with ancillary->modeColin Ian King2021-06-241-1/+1
| * spi: add ancillary device supportSebastian Reichel2021-06-221-31/+106
| * spi: add of_device_uevent_modalias supportMarco Felsch2021-06-151-0/+4
| * spi: remove spi_set_cs_timing()Greg Kroah-Hartman2021-06-091-73/+0
| * Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-06-011-9/+28
| |\
| * | spi: Enable tracing of the SPI setup CS selectionAndy Shevchenko2021-05-261-0/+4
| * | spi: Use SPI_MODE_X_MASKAndy Shevchenko2021-05-111-2/+2
| * | spi: Convert to use predefined time multipliersAndy Shevchenko2021-05-111-13/+28
* | | Merge remote-tracking branch 'spi/for-5.12' into spi-linusMark Brown2021-06-251-3/+5
|\ \ \ | |_|/ |/| |
| * | spi: Avoid undefined behaviour when counting unused native CSsAndy Shevchenko2021-04-211-1/+1
| * | spi: Allow to have all native CSs in use along with GPIOsAndy Shevchenko2021-04-211-2/+3
| * | spi: Make of_register_spi_device also set the fwnodeCharles Keepax2021-04-211-0/+1
* | | spi: Don't have controller clean up spi device before driver unbindSaravana Kannan2021-05-141-3/+3
* | | spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko2021-05-121-4/+18
* | | spi: take the SPI IO-mutex in the spi_set_cs_timing methodLeilk Liu2021-05-101-2/+7
| |/ |/|
* | spi: Fix spi device unregister flowSaravana Kannan2021-04-281-6/+12
* | spi: Rename enable1 to activate in spi_set_cs()Andy Shevchenko2021-04-231-5/+4