summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-061-1/+1
|\
| * powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko2022-06-221-1/+1
* | Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-041-7/+2
|\ \
| * | spi: Use device_find_any_child() instead of custom approachAndy Shevchenko2022-06-101-7/+2
| |/
* | Merge tag 'spi-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-08-0231-578/+1807
|\ \
| * \ Add SPI Driver to HPE GXP ArchitectureMark Brown2022-07-293-0/+333
| |\ \
| | * | spi: spi-gxp: Add support for HPE GXP SoCsNick Hawkins2022-07-293-0/+333
| * | | spi: a3700: support BE for AC5 SPI driverNoam2022-07-261-2/+2
| |/ /
| * | spi: bcm2835: enable shared interrupt supportMartin Sperl2022-07-251-2/+6
| * | spi: npcm-fiu: Add NPCM8XX supportTomer Maimon2022-07-201-0/+25
| * | spi: npcm-fiu: Modify direct read dummy configurationTomer Maimon2022-07-201-2/+1
| * | spi: atmel: remove #ifdef CONFIG_{PM, SLEEP}Claudiu Beznea2022-07-181-11/+4
| * | Add support for Intel Thunder Bay SPI controllerMark Brown2022-07-133-16/+10
| |\ \
| | * | spi: dw: Add support for Intel Thunder Bay SPI controllerNandhini Srikandan2022-07-132-6/+5
| | * | spi: dw: Add support for master mode selection for DWC SSI controllerNandhini Srikandan2022-07-132-9/+4
| | * | spi: dw: Fix IP-core versions macroNandhini Srikandan2022-07-131-1/+1
| * | | spi: microchip-core: fix and cleanupsMark Brown2022-07-131-36/+20
| |\ \ \
| | * | | spi: microchip-core: switch to use dev_err_probe()Yang Yingliang2022-07-131-25/+17
| | * | | spi: microchip-core: switch to use devm_spi_alloc_master()Yang Yingliang2022-07-131-13/+7
| | * | | spi: microchip-core: fix UAF in mchp_corespi_remove()Yang Yingliang2022-07-131-2/+0
| | |/ /
| * | | spi: tegra20-slink: fix UAF in tegra_slink_remove()Yang Yingliang2022-07-131-1/+2
| * | | spi: Fix simplification of devm_spi_register_controllerYang Yingliang2022-07-131-5/+14
| |/ /
| * | spi: remove duplicate parameters check in acpi_spi_add_resource()Andy Shevchenko2022-07-111-3/+0
| * | spi: propagate error code to the caller of acpi_spi_device_alloc()Andy Shevchenko2022-07-111-1/+1
| * | spi: Return deferred probe error when controller isn't yet availableAndy Shevchenko2022-07-111-1/+1
| * | spi: AMD SPI controller driver bug fix and cleanupsMark Brown2022-07-061-23/+30
| |\ \
| | * | spi: amd: Add struct and enum kernel-doc commentsCristian Ciocaltea2022-07-061-2/+12
| | * | spi: amd: Drop io_base_addr member from struct amd_spiCristian Ciocaltea2022-07-061-1/+0
| | * | spi: amd: Make use of dev_err_probe()Cristian Ciocaltea2022-07-061-11/+8
| | * | spi: amd: Make use of devm_spi_alloc_master()Cristian Ciocaltea2022-07-061-11/+4
| * | | Fix some coding style issuesMark Brown2022-06-301-53/+53
| |\ \ \
| | * | | spi: spi.c: Remove redundant else blockDavid Jander2022-06-301-5/+5
| | * | | spi: spi.c: Fix comment styleDavid Jander2022-06-301-47/+47
| | * | | spi: spi.c: White-space fix in __spi_pump_messages()David Jander2022-06-301-1/+1
| * | | | spi: pxa2xx: Add support for Intel Meteor Lake-PJarkko Nikula2022-06-301-0/+4
| |/ / /
| * | | spi support for Exynos Auto v9 SoCMark Brown2022-06-291-9/+45
| |\ \ \
| | * | | spi: s3c64xx: add spi port configuration for Exynos Auto v9 SoCChanho Park2022-06-291-1/+17
| | * | | spi: s3c64xx: support custom value of internal clock dividerChanho Park2022-06-291-8/+20
| | * | | spi: s3c64xx: support loopback modeChanho Park2022-06-291-0/+8
| * | | | spi: intel: Add support for Intel Meteor Lake-P SPI serial flashMika Westerberg2022-06-291-0/+1
| |/ / /
| * | | Optimize spi_sync pathMark Brown2022-06-281-122/+183
| |\ \ \
| | * | | spi: opportunistically skip ctlr->cur_msg_completionDavid Jander2022-06-271-2/+25
| | * | | spi: Ensure the io_mutex is held until spi_finalize_current_message()David Jander2022-06-271-18/+14
| | * | | spi: Set ctlr->cur_msg also in the sync transfer caseDavid Jander2022-06-271-0/+1
| | * | | spi: Remove unneeded READ_ONCE for ctlr->busy flagDavid Jander2022-06-271-1/+1
| | * | | spi: Remove the now unused ctlr->idling flagDavid Jander2022-06-271-2/+0
| | * | | spi: Remove check for idling in __spi_pump_messages()David Jander2022-06-271-7/+0
| | * | | spi: Remove check for controller idling in spi sync pathDavid Jander2022-06-271-4/+0
| | * | | spi: __spi_pump_messages: Consolidate spin_unlocks to goto targetDavid Jander2022-06-271-8/+3
| | * | | spi: Lock controller idling transition inside the io_mutexDavid Jander2022-06-271-6/+12