summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2022-04-15spi: Fix erroneous sgs value with min_t()Biju Das
2022-04-15spi: Fix invalid sgs valueBiju Das
2021-07-14spi: Make of_register_spi_device also set the fwnodeCharles Keepax
2021-06-16spi: Don't have controller clean up spi device before driver unbindSaravana Kannan
2021-06-16spi: Fix spi device unregister flowSaravana Kannan
2021-05-14spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III
2020-12-30spi: fix resource leak for drivers without .remove callbackUwe Kleine-König
2020-11-24spi: Introduce device-managed SPI controller allocationLukas Wunner
2020-09-23spi: Fix memory leak on splited transfersGustav Wiklander
2020-08-26spi: Prevent adding devices below an unregistering controllerLukas Wunner
2020-06-22spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko
2020-06-17spi: Fix controller unregister orderLukas Wunner
2020-03-25spi: spi_register_controller(): free bus id on error pathsAaro Koskinen
2019-12-13spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT
2019-12-13spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-11spi: Guarantee cacheline alignment of driver-private dataLukas Wunner
2019-09-05spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messagesVladimir Oltean
2019-08-08spi: Rename of_spi_register_master() functionLinus Walleij
2019-08-02spi: Reduce kthread priorityPeter Zijlstra
2019-08-01spi: core: Use DEVICE_ATTR_RW() for SPI slave control sysfs attributeGeert Uytterhoeven
2019-07-30drivers: Introduce device lookup variants by ACPI_COMPANION deviceSuzuki K Poulose
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-04Merge remote-tracking branch 'spi/topic/pump-rt' into spi-nextMark Brown
2019-06-24spi/acpi: avoid spurious matches during slave enumerationArd Biesheuvel
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-20spi: fix ctrl->num_chipselect constraintTudor Ambarus
2019-06-19spi/acpi: fix incorrect ACPI parent checkArd Biesheuvel
2019-06-18spi: don't open code list_for_each_entry_safe_reverse()Vladimir Zapolskiy
2019-06-17spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko
2019-06-13spi/acpi: enumerate all SPI slaves in the namespaceArd Biesheuvel
2019-06-10spi: Use struct_size() helperGustavo A. R. Silva
2019-05-23Merge branch 'spi-5.2' into spi-5.3Mark Brown
2019-05-23spi: Allow SPI devices to request the pumping thread be realtimeDouglas Anderson
2019-05-23spi: abort spi_sync if failed to prepare_transfer_hardwareSuper Liu
2019-05-13spi: core: allow reporting the effectivly used speed_hz for a transferMartin Sperl
2019-05-09spi: Fix Raspberry Pi breakageMark Brown
2019-05-08spi: core: allow defining time that cs is deasserted as a multiple of SCKMartin Sperl
2019-05-08spi: core: allow defining time that cs is deassertedMartin Sperl
2019-05-02spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-selectSerge Semin
2019-05-02spi: Release spi_res after finalizing messageNoralf Trønnes
2019-05-02spi: Remove warning in spi_split_transfers_maxsize()Noralf Trønnes
2019-05-02spi: Remove one needless transfer speed fall back caseJarkko Nikula
2019-04-08spi: add a method for configuring CS timingSowjanya Komatineni
2019-04-08spi: kill useless initializer in spi_register_controller()Sergei Shtylyov
2019-04-05spi: Don't call spi_get_gpio_descs() before device name is setAndrey Smirnov
2019-04-05Merge branch 'spi-5.1' into spi-5.2Mark Brown
2019-04-04spi: Add missing error handling for CS GPIOsGeert Uytterhoeven
2019-03-21spi: export tracepoint symbols to modulesArnd Bergmann