aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextTom Rini2022-09-191-7/+2
|\
| * renesas: Fix RPC-IF compatible valuesGeert Uytterhoeven2022-09-021-7/+2
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-183-3/+3
* | spi: aspeed: Clock frequency adjustment supportChin-Ting Kuo2022-09-131-10/+186
* | spi: aspeed: Support customized decoded address rangesChin-Ting Kuo2022-09-131-9/+127
* | spi: aspeed: Adjust decoded range size supportChin-Ting Kuo2022-09-131-1/+143
* | spi: aspeed: SPI dirmap read supportChin-Ting Kuo2022-09-131-0/+88
* | spi-mem: Add dirmap API from LinuxChin-Ting Kuo2022-09-132-0/+278
* | spi: aspeed: Support AST2400 platformChin-Ting Kuo2022-09-131-7/+98
* | spi: aspeed: Add ASPEED SPI controller driverChin-Ting Kuo2022-09-133-0/+612
* | spi: zynqmp_qspi: Code alignmentAshok Reddy Soma2022-09-131-12/+6
* | spi: zynqmp_gqspi: Fix issue of reading more than 32bits lengthAshok Reddy Soma2022-09-131-23/+39
* | spi: zynqmp_gqspi: Add support for IO modeAshok Reddy Soma2022-09-131-5/+76
* | spi: zynqmp_gqspi: Add tap delays for VersalAshok Reddy Soma2022-09-131-22/+38
* | spi: cadence-qspi: Use priv instead of plat across the driverAshok Reddy Soma2022-09-134-204/+236
* | spi: cadence_qspi: Call read_setup for STIG_READAshok Reddy Soma2022-09-131-1/+6
* | spi: cadence-qspi: Correct flash reset function nameAshok Reddy Soma2022-09-131-2/+2
|/
* spi: zynq_qspi: Fix programming qspi speedAshok Reddy Soma2022-07-261-6/+3
* spi: zynq_qspi: Add support for zynq_qspi_mem_exec_opAshok Reddy Soma2022-07-261-0/+42
* spi: zynq_qspi: Use dummy buswidth in dummy byte calculationT Karthik Reddy2022-07-261-2/+8
* spi: zynq_qspi: Add child pre probe functionSiva Durga Prasad Paladugu2022-07-261-0/+12
* spi: xilinx_spi: Add support ops to axi qspi driverT Karthik Reddy2022-07-261-1/+45
* spi: xilinx_spi: Add support for spi memory operationsT Karthik Reddy2022-07-261-78/+116
* spi: sunxi: Add support for F1C100s SPI controllerAndre Przywara2022-07-181-0/+9
* spi: sunxi: improve SPI clock calculationAndre Przywara2022-07-181-4/+7
* spi: sunxi: refactor SPI speed/mode programmingAndre Przywara2022-07-181-43/+52
* spi: sunxi: use XCH status to detect in-progress transferIcenowy Zheng2022-07-181-9/+5
* spi: add support for MediaTek MT7621 SoCWeijie Gao2022-07-131-1/+1
* spi: cadence-qspi: Fix programming ospi flash speedT Karthik Reddy2022-06-291-1/+1
* spi: cadence_qspi: Enable apb linear mode for apb read & write operationsT Karthik Reddy2022-06-294-0/+43
* spi: cadence-qspi: reset qspi flash for versal platformT Karthik Reddy2022-06-293-0/+102
* arm64: versal: Add versal specific cadence ospi driverT Karthik Reddy2022-06-296-4/+156
* spi: cadence-qspi: move cadence qspi macros to header fileT Karthik Reddy2022-06-292-151/+182
* spi: gxp_spi: Add GXP SPI controller driverNick Hawkins2022-06-223-0/+311
* Merge branch 'master' into nextTom Rini2022-06-201-3/+0
|\
| * spi: nxp_fspi: Fix clock imbalanceMarek Vasut2022-06-151-3/+0
* | stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay2022-06-171-1/+1
* | spi: synquacer: simplify tx completion checkingMasahisa Kojima2022-06-101-6/+4
* | spi: synquacer: DMSTART bit must not be set while transferringMasahisa Kojima2022-06-101-3/+5
* | spi: synquacer: wait until slave is deselectedMasahisa Kojima2022-06-101-0/+7
* | spi: synquacer: busy variable must be initialized before useMasahisa Kojima2022-06-101-1/+1
|/
* spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard2022-05-231-5/+61
* spi: stm32_qspi: Remove SR_BUSY bit check before sending commandPatrice Chotard2022-05-191-4/+0
* spi: stm32_qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()Patrice Chotard2022-05-191-12/+11
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2022-05-043-0/+394
|\
| * spi: npcm-fiu: add NPCM7xx FIU controller driverJim Liu2022-05-033-0/+394
* | pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-031-1/+1
* | pci: Map bars with offset and lengthAndrew Scull2022-05-031-1/+1
|/
* spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus2022-04-261-0/+3
* spi: rockchip_sfc: Add missing include for dm/device_compat.hChris Morgan2022-04-181-0/+1