summaryrefslogtreecommitdiff
path: root/drivers/spi/spi.c
AgeCommit message (Expand)Author
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-14spi: Reorder fields in 'struct spi_transfer'Christophe JAILLET
2023-02-10spi: spi-mem: Allow controller supporting mem_ops without exec_opWilliam Zhang
2023-02-10spi: export spi_transfer_cs_change_delay_exec functionWilliam Zhang
2023-02-01spi: Abstract access to chip selectsMark Brown
2023-02-01spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiodAmit Kumar Mahapatra
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-13spi: Parse hold/inactive CS delay values from the DTJanne Grunau
2023-01-13spi: Use a 32-bit DT property for spi-cs-setup-delay-nsJanne Grunau
2023-01-05spi: Rename spi-cs-setup-ns property to spi-cs-setup-delay-nsHector Martin
2022-11-18spi: Reintroduce spi_set_cs_timing()Tudor Ambarus
2022-11-18spi: Introduce spi-cs-setup-ns propertyTudor Ambarus
2022-11-01spi: introduce new helpers with using modern namingYang Yingliang
2022-10-26spi: Remove the obsolte u64_stats_fetch_*_irq() users.Thomas Gleixner
2022-10-21spi: Introduce spi_get_device_match_data() helperAndy Shevchenko
2022-10-04Merge tag 'spi-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki
2022-09-30spi: Ensure that sg_table won't be used after being freedMarek Szyprowski
2022-09-28spi: Split transfers larger than max sizeVincent Whitchurch
2022-09-28spi: Fix cache corruption due to DMA/PIO overlapVincent Whitchurch
2022-09-28spi: Save current RX and TX DMA devicesVincent Whitchurch
2022-09-08Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-09-07spi: Add capability to perform some transfer with chipselect offChristophe Leroy
2022-09-02spi: spi: Fix queue hang if previous transfer failedDavid Jander
2022-09-02spi: mux: Fix mux interaction with fast path optimisationsMark Brown
2022-08-24ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki
2022-08-19spi: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-08-15Merge remote-tracking branch 'spi/for-5.20' into spi-6.0Mark Brown
2022-08-05spi: spi.c: Add missing __percpu annotations in users of spi_statisticsDavid Jander
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-13spi: Fix simplification of devm_spi_register_controllerYang Yingliang
2022-07-11spi: remove duplicate parameters check in acpi_spi_add_resource()Andy Shevchenko
2022-07-11spi: propagate error code to the caller of acpi_spi_device_alloc()Andy Shevchenko
2022-07-11spi: Return deferred probe error when controller isn't yet availableAndy Shevchenko
2022-06-30spi: spi.c: Remove redundant else blockDavid Jander
2022-06-30spi: spi.c: Fix comment styleDavid Jander
2022-06-30spi: spi.c: White-space fix in __spi_pump_messages()David Jander
2022-06-27spi: opportunistically skip ctlr->cur_msg_completionDavid Jander
2022-06-27spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander
2022-06-27spi: Set ctlr->cur_msg also in the sync transfer caseDavid Jander
2022-06-27spi: Remove unneeded READ_ONCE for ctlr->busy flagDavid Jander
2022-06-27spi: Remove the now unused ctlr->idling flagDavid Jander
2022-06-27spi: Remove check for idling in __spi_pump_messages()David Jander
2022-06-27spi: Remove check for controller idling in spi sync pathDavid Jander
2022-06-27spi: __spi_pump_messages: Consolidate spin_unlocks to goto targetDavid Jander
2022-06-27spi: Lock controller idling transition inside the io_mutexDavid Jander
2022-06-27spi: Don't use the message queue if possible in spi_syncDavid Jander
2022-06-27spi: Move ctlr->cur_msg_prepared to struct spi_messageDavid Jander
2022-06-14spi: core: Fix error code in spi_register_controller()Dan Carpenter