summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Fix erroneous sgs value with min_t()Biju Das2022-04-151-2/+2
* spi: Fix invalid sgs valueBiju Das2022-04-151-2/+2
* spi: Make of_register_spi_device also set the fwnodeCharles Keepax2021-07-141-0/+1
* spi: Don't have controller clean up spi device before driver unbindSaravana Kannan2021-06-161-3/+3
* spi: Fix spi device unregister flowSaravana Kannan2021-06-161-6/+12
* spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III2021-05-141-7/+2
* spi: fix resource leak for drivers without .remove callbackUwe Kleine-König2020-12-301-9/+10
* spi: Introduce device-managed SPI controller allocationLukas Wunner2020-11-241-1/+57
* spi: Fix memory leak on splited transfersGustav Wiklander2020-09-231-2/+7
* spi: Prevent adding devices below an unregistering controllerLukas Wunner2020-08-261-1/+20
* spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko2020-06-221-0/+1
* spi: Fix controller unregister orderLukas Wunner2020-06-171-1/+2
* spi: spi_register_controller(): free bus id on error pathsAaro Koskinen2020-03-251-17/+15
* spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT2019-12-131-1/+2
* spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT2019-12-131-9/+9
* Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-23/+5
|\
| * drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose2019-07-301-7/+1
| * drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-16/+4
* | spi: Guarantee cacheline alignment of driver-private dataLukas Wunner2019-09-111-4/+7
* | spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean2019-09-051-11/+12
* | spi: Rename of_spi_register_master() functionLinus Walleij2019-08-081-3/+3
* | spi: Reduce kthread priorityPeter Zijlstra2019-08-021-1/+1
* | spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven2019-08-011-6/+5
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown2019-07-041-6/+30
|\ \
| * | spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson2019-05-231-6/+30
| |/
* | spi/acpi: avoid spurious matches during slave enumerationArd Biesheuvel2019-06-241-3/+1
* | spi: fix ctrl->num_chipselect constraintTudor Ambarus2019-06-201-5/+7
* | spi/acpi: fix incorrect ACPI parent checkArd Biesheuvel2019-06-191-1/+1
* | spi: don't open code list_for_each_entry_safe_reverse()Vladimir Zapolskiy2019-06-181-5/+2
* | spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko2019-06-171-2/+1
* | spi/acpi: enumerate all SPI slaves in the namespaceArd Biesheuvel2019-06-131-31/+72
* | spi: Use struct_size() helperGustavo A. R. Silva2019-06-101-2/+1
* | Merge branch 'spi-5.2' into spi-5.3Mark Brown2019-05-231-3/+8
|\ \
| * | spi: abort spi_sync if failed to prepare_transfer_hardwareSuper Liu2019-05-231-1/+6
| * | spi: Fix Raspberry Pi breakageMark Brown2019-05-091-2/+2
| |/
* | spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl2019-05-131-0/+1
* | spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl2019-05-081-0/+8
* | spi: core: allow defining time that cs is deassertedMartin Sperl2019-05-081-10/+49
|/
* spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-selectSerge Semin2019-05-021-0/+5
* spi: Release spi_res after finalizing messageNoralf Trønnes2019-05-021-2/+2
* spi: Remove warning in spi_split_transfers_maxsize()Noralf Trønnes2019-05-021-5/+0
* spi: Remove one needless transfer speed fall back caseJarkko Nikula2019-05-021-2/+0
* spi: add a method for configuring CS timingSowjanya Komatineni2019-04-081-0/+15
* spi: kill useless initializer in spi_register_controller()Sergei Shtylyov2019-04-081-1/+1
* spi: Don't call spi_get_gpio_descs() before device name is setAndrey Smirnov2019-04-051-18/+19
* Merge branch 'spi-5.1' into spi-5.2Mark Brown2019-04-051-0/+2
|\
| * spi: Add missing error handling for CS GPIOsGeert Uytterhoeven2019-04-041-0/+2
* | spi: export tracepoint symbols to modulesArnd Bergmann2019-03-211-0/+2
|/