summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-22/+4
2022-06-01Merge tag 'spi-fix-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2022-05-26spi: core: Display return code when failing to transfer messageEddie James1-1/+2
2022-05-25Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-11/+14
2022-04-22spi: Use helper for safer setting of driver_overrideKrzysztof Kozlowski1-22/+4
2022-04-19spi: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-4/+2
2022-04-14spi: core: Initialize returned status in spi_setupPaul Kocialkowski1-1/+1
2022-04-13spi: Pull in Atmel fixMark Brown1-0/+4
2022-04-12spi: core: Only check bits_per_word validity when explicitly providedPaul Kocialkowski1-6/+11
2022-04-09Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+2
2022-04-06spi: core: add dma_map_dev for __spi_unmap_msg()Vinod Koul1-0/+4
2022-04-05ACPI: bus: Eliminate acpi_bus_get_device()Rafael J. Wysocki1-1/+2
2022-03-17spi: Fix erroneous sgs value with min_t()Biju Das1-2/+2
2022-03-17spi: Get sgs size fix into branchMark Brown1-2/+2
2022-03-08spi: Fix invalid sgs valueBiju Das1-2/+2
2022-02-28spi: use specific last_cs instead of last_cs_enableYun Zhou1-2/+6
2022-02-18spi: use sysfs_emit() for printing statistics and add trailing newlineHeiner Kallweit1-1/+1
2022-02-14spi: Retire legacy GPIO handlingLinus Walleij1-97/+28
2022-02-09spi: make remove callback a void functionMark Brown1-9/+2
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-9/+2
2022-02-02spi: Replace acpi_bus_get_device()Rafael J. Wysocki1-2/+2
2022-02-01spi: Add API to count spi acpi resourcesStefan Binding1-0/+40
2022-02-01spi: Support selection of the index of the ACPI Spi Resource before allocStefan Binding1-7/+44
2022-02-01spi: Create helper API to lookup ACPI info for spi deviceStefan Binding1-10/+36
2022-02-01spi: Make spi_alloc_device and spi_add_device public againStefan Binding1-2/+4
2022-01-07spi: don't include ptp_clock_kernel.h in spi.hJakub Kicinski1-0/+1
2021-12-13spi: Fix incorrect cs_setup delay handlingHector Martin1-7/+6
2021-11-24spi: Fix condition in the __spi_register_driver()Andy Shevchenko1-1/+1
2021-11-23spi: Fix multi-line comment styleAndy Shevchenko1-71/+89
2021-11-23spi: Replace memset() with __GFP_ZEROAndy Shevchenko1-2/+1
2021-11-22spi: deduplicate spi_match_id() in __spi_register_driver()Andy Shevchenko1-11/+6
2021-11-15Merge existing fixes from spi/for-5.16 into new branchMark Brown1-6/+6
2021-11-12spi: fix use-after-free of the add_lock mutexMichael Walle1-6/+6
2021-11-02Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-142/+95
2021-10-18Merge tag 'v5.15-rc6' into regulator-5.16Mark Brown1-24/+11
2021-10-14Merge branch 'spi-5.15' into spi-5.16Mark Brown1-16/+11
2021-10-14spi-mux: Fix false-positive lockdep splatsUwe Kleine-König1-6/+6
2021-10-14spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown1-11/+6
2021-10-07spi: Make several public functions private to spi.cUwe Kleine-König1-27/+14
2021-10-07spi: Reorder functions to simplify the next commitUwe Kleine-König1-86/+86
2021-10-07spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König1-35/+0
2021-10-07spi: Move comment about chipselect check to the right placeUwe Kleine-König1-4/+5
2021-09-22spi: Check we have a spi_device_id for each DT compatibleMark Brown1-0/+41
2021-09-21spi: Revert modalias changesMark Brown1-8/+0
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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/gi...Linus 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