summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang2022-09-051-3/+14
| * spi: stm32-qspi: Refactor dual flash mode enable check in ->setup()Andy Shevchenko2022-08-311-2/+1
| * spi: stm32-qspi: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko2022-08-311-2/+2
| * spi: amd: Fix speed selectionShreeya Patel2022-08-301-4/+1
| * spi: mt7621: Fix an erroneous message + clean-upsMark Brown2022-08-291-36/+6
| |\
| | * spi: mt7621: Remove 'clk' from 'struct mt7621_spi'Christophe JAILLET2022-08-291-3/+1
| | * spi: mt7621: Use devm_spi_register_controller()Christophe JAILLET2022-08-291-15/+1
| | * spi: mt7621: Use the devm_clk_get_enabled() helper to simplify error handlingChristophe JAILLET2022-08-291-13/+1
| | * spi: mt7621: Fix an error message in mt7621_spi_probe()Christophe JAILLET2022-08-291-5/+3
| * | spi: add generic R-Car Gen4 and specific r8a779f0 supportMark Brown2022-08-291-0/+1
| |\ \
| | * | spi: sh-msiof: add generic Gen4 bindingWolfram Sang2022-08-291-0/+1
| * | | spi: stm32-qspi: Fix pm_runtime management in stm32_qspi_transfer_one_message()Patrice Chotard2022-08-291-1/+7
| |/ /
| * | 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
| |\ \
* | \ \ Merge branch 'acpi-uid'Rafael J. Wysocki2022-10-031-27/+10
|\ \ \ \
| * | | | spi: pxa2xx: Refactor _UID handling to use acpi_dev_uid_to_integer()Andy Shevchenko2022-09-191-27/+10
* | | | | Merge branch 'acpi-dev'Rafael J. Wysocki2022-09-301-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ACPI: Drop parent field from struct acpi_deviceRafael J. Wysocki2022-08-241-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-084-9/+41
|\ \ \ \ | |/ / / |/| | |
| * | | spi: spi: Fix queue hang if previous transfer failedDavid Jander2022-09-021-2/+1
| * | | spi: mux: Fix mux interaction with fast path optimisationsMark Brown2022-09-022-1/+2
| * | | spi: cadence-quadspi: Disable irqs during indirect readsNiravkumar L Rabara2022-08-221-4/+34
| * | | spi: bitbang: Fix lsb-first RxRobin Murphy2022-08-151-2/+4
| |/ /
* | | Merge tag 'spi-fix-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-162-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
| |/ /