summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
* spi: nxp_fspi: Add i.MX8MP compatible stringMarek Vasut2022-04-121-0/+1
* spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to KconfigTom Rini2022-04-083-1/+12
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-04-051-84/+0
|\
| * spi: sun4i_spi: Remove non-DM pin setupSamuel Holland2022-04-041-84/+0
* | spi: dw: Don't check clk_freeSean Anderson2022-03-301-1/+1
* | spi: bcm63xx: Don't check clk_freeSean Anderson2022-03-302-9/+3
|/
* spi: dw: Actually mask interruptsSean Anderson2022-03-151-1/+1
* spi: dw: Force set K210 fifo length to 31Damien Le Moal2022-03-151-1/+15
* k210: use the board vendor name rather than the marketing nameDamien Le Moal2022-03-151-2/+2
* driver: spi: add bcm iproc qspi supportRayagonda Kokatanur2022-02-243-0/+583
* spi: dw: Fix broken dw_spi_mem_ops()Niklas Cassel2022-02-241-1/+1
* spi: cadence-qspi: Make reset control optionalChristian Gmeiner2022-02-242-7/+9
* Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2022-02-211-8/+83
|\
| * spi: zynq_qspi: Add SPI memory operations to zynq qspiT Karthik Reddy2022-02-041-0/+61
| * spi: zynq_qspi: Add a check for baudrate and set default if not in limitsSiva Durga Prasad Paladugu2022-02-041-0/+6
| * spi: zynq_qspi: Read only one byte at a time from txbufSiva Durga Prasad Paladugu2022-02-041-4/+8
| * spi: zynq_qspi: Typecast rxbuf properlySiva Durga Prasad Paladugu2022-02-041-4/+8
* | spi: apple: Add driver for Apple SPI controllerMark Kettenis2022-02-103-0/+293
* | spi: mxc_spi: remove redundant code in spi_xchg_single()Haolin Li2022-02-051-2/+0
|/
* sunxi: SPI: fix pinmuxing for Allwinner H6 SoCsDaniel Wagenknecht2022-01-301-1/+2
* doc: replace @return by Return:Heinrich Schuchardt2022-01-192-4/+4
* Fix wrong QSPI clock calculation for AM4372Stefan Mätje2022-01-161-1/+2
* Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini2022-01-091-0/+17
|\