summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: stm32-qspi: Fix stm32_qspi_transfer_one_message() error pathPatrice Chotard2022-08-281-2/+4
* spi: amd: Configure device speedLucas Tanure2022-08-251-0/+97
* spi: pxa2xx: Remove the unneeded result variableye xingchen2022-08-251-3/+1
* spi: stm32_qspi: use QSPI bus as 8 lines communication channelMark Brown2022-08-231-9/+109
|\
| * spi: stm32_qspi: Add transfer_one_message() spi callbackPatrice Chotard2022-08-231-9/+109
* | spi: dw: Quite logging on deferred controller registrationSerge Semin2022-08-231-1/+1
|/
* spi: intel: 64k erase is supported from Canon Lake and beyondMika Westerberg2022-08-221-0/+1
* spi: intel: Add support for second flash chipMika Westerberg2022-08-221-16/+147
* spi: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-191-3/+3
* spi: amd: Setup all xfers before opcode executionCristian Ciocaltea2022-08-181-46/+47
* spi: npcm-pspi: add Arbel NPCM8XX supportMark Brown2022-08-151-0/+1
|\
| * spi: npcm-pspi: Add NPCM845 peripheral SPI supportTomer Maimon2022-08-151-0/+1
* | Add support for Microchip QSPI controllerMark Brown2022-08-153-0/+610
|\ \
| * | spi: microchip-core-qspi: Add support for microchip fpga qspi controllersNaga Sureshkumar Relli2022-08-153-0/+610
| |/
* | spi: lpspi: Simplify some error messageChristophe JAILLET2022-08-151-1/+1
* | spi: microchip-core: Simplify some error messageChristophe JAILLET2022-08-151-2/+2
* | spi: s3c64xx: correct dma_chan pointer initializationChanho Park2022-08-151-2/+2
|/
* Merge remote-tracking branch 'spi/for-5.20' into spi-6.0Mark Brown2022-08-152-35/+108
|\
| * spi: meson-spicc: add local pow2 clock ops to preserve rate between messagesNeil Armstrong2022-08-111-28/+101
| * spi: spi.c: Add missing __percpu annotations in users of spi_statisticsDavid Jander2022-08-051-7/+7
* | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-071-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