summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-07-26spi: zynq_qspi: Fix programming qspi speedAshok Reddy Soma1-6/+3
2022-07-26spi: zynq_qspi: Add support for zynq_qspi_mem_exec_opAshok Reddy Soma1-0/+42
2022-07-26spi: zynq_qspi: Use dummy buswidth in dummy byte calculationT Karthik Reddy1-2/+8
2022-07-26spi: zynq_qspi: Add child pre probe functionSiva Durga Prasad Paladugu1-0/+12
2022-07-26spi: xilinx_spi: Add support ops to axi qspi driverT Karthik Reddy1-1/+45
2022-07-26spi: xilinx_spi: Add support for spi memory operationsT Karthik Reddy1-78/+116
2022-07-18spi: sunxi: Add support for F1C100s SPI controllerAndre Przywara1-0/+9
2022-07-18spi: sunxi: improve SPI clock calculationAndre Przywara1-4/+7
2022-07-18spi: sunxi: refactor SPI speed/mode programmingAndre Przywara1-43/+52
2022-07-18spi: sunxi: use XCH status to detect in-progress transferIcenowy Zheng1-9/+5
2022-07-14spi: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-06-29spi: cadence-qspi: Fix programming ospi flash speedT Karthik Reddy1-1/+1
2022-06-29spi: cadence_qspi: Enable apb linear mode for apb read & write operationsT Karthik Reddy4-0/+43
2022-06-29spi: cadence-qspi: reset qspi flash for versal platformT Karthik Reddy3-0/+102
2022-06-29arm64: versal: Add versal specific cadence ospi driverT Karthik Reddy6-4/+156
2022-06-29spi: cadence-qspi: move cadence qspi macros to header fileT Karthik Reddy2-151/+182
2022-06-23spi: gxp_spi: Add GXP SPI controller driverNick Hawkins3-0/+311
2022-06-20Merge branch 'master' into nextTom Rini1-3/+0
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay1-1/+1
2022-06-15spi: nxp_fspi: Fix clock imbalanceMarek Vasut1-3/+0
2022-06-10spi: synquacer: simplify tx completion checkingMasahisa Kojima1-6/+4
2022-06-10spi: synquacer: DMSTART bit must not be set while transferringMasahisa Kojima1-3/+5
2022-06-10spi: synquacer: wait until slave is deselectedMasahisa Kojima1-0/+7
2022-06-10spi: synquacer: busy variable must be initialized before useMasahisa Kojima1-1/+1
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard1-5/+61
2022-05-19spi: stm32_qspi: Remove SR_BUSY bit check before sending commandPatrice Chotard1-4/+0
2022-05-19spi: stm32_qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()Patrice Chotard1-12/+11
2022-05-04Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini3-0/+394
2022-05-04pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-1/+1
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-1/+1
2022-05-03spi: npcm-fiu: add NPCM7xx FIU controller driverJim Liu3-0/+394
2022-04-26spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus1-0/+3
2022-04-18spi: rockchip_sfc: Add missing include for dm/device_compat.hChris Morgan1-0/+1
2022-04-12spi: nxp_fspi: Add i.MX8MP compatible stringMarek Vasut1-0/+1
2022-04-08spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to KconfigTom Rini3-1/+12
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-84/+0
2022-04-05spi: sun4i_spi: Remove non-DM pin setupSamuel Holland1-84/+0
2022-03-30spi: dw: Don't check clk_freeSean Anderson1-1/+1
2022-03-30spi: bcm63xx: Don't check clk_freeSean Anderson2-9/+3
2022-03-15spi: dw: Actually mask interruptsSean Anderson1-1/+1
2022-03-15spi: dw: Force set K210 fifo length to 31Damien Le Moal1-1/+15
2022-03-15k210: use the board vendor name rather than the marketing nameDamien Le Moal1-2/+2
2022-02-24driver: spi: add bcm iproc qspi supportRayagonda Kokatanur3-0/+583
2022-02-24spi: dw: Fix broken dw_spi_mem_ops()Niklas Cassel1-1/+1
2022-02-24spi: cadence-qspi: Make reset control optionalChristian Gmeiner2-7/+9
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-8/+83
2022-02-11spi: apple: Add driver for Apple SPI controllerMark Kettenis3-0/+293
2022-02-05spi: mxc_spi: remove redundant code in spi_xchg_single()Haolin Li1-2/+0
2022-02-04spi: zynq_qspi: Add SPI memory operations to zynq qspiT Karthik Reddy1-0/+61
2022-02-04spi: zynq_qspi: Add a check for baudrate and set default if not in limitsSiva Durga Prasad Paladugu1-0/+6