aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2022-07-18spi: sunxi: Add support for F1C100s SPI controllerAndre Przywara
2022-07-18spi: sunxi: improve SPI clock calculationAndre Przywara
2022-07-18spi: sunxi: refactor SPI speed/mode programmingAndre Przywara
2022-07-18spi: sunxi: use XCH status to detect in-progress transferIcenowy Zheng
2022-07-13spi: add support for MediaTek MT7621 SoCWeijie Gao
2022-06-29spi: cadence-qspi: Fix programming ospi flash speedT Karthik Reddy
2022-06-29spi: cadence_qspi: Enable apb linear mode for apb read & write operationsT Karthik Reddy
2022-06-29spi: cadence-qspi: reset qspi flash for versal platformT Karthik Reddy
2022-06-29arm64: versal: Add versal specific cadence ospi driverT Karthik Reddy
2022-06-29spi: cadence-qspi: move cadence qspi macros to header fileT Karthik Reddy
2022-06-22spi: gxp_spi: Add GXP SPI controller driverNick Hawkins
2022-06-20Merge branch 'master' into nextTom Rini
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay
2022-06-15spi: nxp_fspi: Fix clock imbalanceMarek Vasut
2022-06-10spi: synquacer: simplify tx completion checkingMasahisa Kojima
2022-06-10spi: synquacer: DMSTART bit must not be set while transferringMasahisa Kojima
2022-06-10spi: synquacer: wait until slave is deselectedMasahisa Kojima
2022-06-10spi: synquacer: busy variable must be initialized before useMasahisa Kojima
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard
2022-05-19spi: stm32_qspi: Remove SR_BUSY bit check before sending commandPatrice Chotard
2022-05-19spi: stm32_qspi: Always check SR_TCF flags in stm32_qspi_wait_cmd()Patrice Chotard
2022-05-04Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-05-03spi: npcm-fiu: add NPCM7xx FIU controller driverJim Liu
2022-04-26spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus
2022-04-18spi: rockchip_sfc: Add missing include for dm/device_compat.hChris Morgan
2022-04-12spi: nxp_fspi: Add i.MX8MP compatible stringMarek Vasut
2022-04-08spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to KconfigTom Rini
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2022-04-04spi: sun4i_spi: Remove non-DM pin setupSamuel Holland
2022-03-30spi: dw: Don't check clk_freeSean Anderson
2022-03-30spi: bcm63xx: Don't check clk_freeSean Anderson
2022-03-15spi: dw: Actually mask interruptsSean Anderson
2022-03-15spi: dw: Force set K210 fifo length to 31Damien Le Moal
2022-03-15k210: use the board vendor name rather than the marketing nameDamien Le Moal
2022-02-24driver: spi: add bcm iproc qspi supportRayagonda Kokatanur
2022-02-24spi: dw: Fix broken dw_spi_mem_ops()Niklas Cassel
2022-02-24spi: cadence-qspi: Make reset control optionalChristian Gmeiner
2022-02-21Merge tag 'xilinx-for-v2022.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini
2022-02-10spi: apple: Add driver for Apple SPI controllerMark Kettenis
2022-02-05spi: mxc_spi: remove redundant code in spi_xchg_single()Haolin Li
2022-02-04spi: zynq_qspi: Add SPI memory operations to zynq qspiT Karthik Reddy
2022-02-04spi: zynq_qspi: Add a check for baudrate and set default if not in limitsSiva Durga Prasad Paladugu
2022-02-04spi: zynq_qspi: Read only one byte at a time from txbufSiva Durga Prasad Paladugu
2022-02-04spi: zynq_qspi: Typecast rxbuf properlySiva Durga Prasad Paladugu
2022-01-30sunxi: SPI: fix pinmuxing for Allwinner H6 SoCsDaniel Wagenknecht
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-16Fix wrong QSPI clock calculation for AM4372Stefan Mätje
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini