summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2021-12-17Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-12-07spi: atmel-quadspi: Add support for SAMA7G5 QSPITudor Ambarus
2021-12-02mtd: cqspi: Wait for transfer completionMarek Vasut
2021-11-23spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debugTudor Ambarus
2021-11-16Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini
2021-11-09spi: fsl_dspi: rename num-cs to spi-num-chipselectsMichael Walle
2021-11-09spi: fsl_dspi: add new compatible fsl, ls1021a-v1.0-dspiMichael Walle
2021-10-25spi: zynqmp_gqspi: Fix write issue at low frequenciesAshok Reddy Soma
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2021-10-23spi: nxp_fspi: Implement errata workaround for LS1028AKuldeep Singh
2021-10-23spi: nxp-fspi: Add support for IP read onlyKuldeep Singh
2021-10-15spi: rockchip_sfc: Using read_pollJon Lin
2021-10-15spi: rockchip_sfc: Implement set_speed logicJon Lin
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-10-11sunxi: gpio: Remove name_to_gpio macroSamuel Holland
2021-10-08spi: stm32: Add ofdata_to_platdata() callbackPatrice Chotard
2021-10-04Merge branch 'next'Tom Rini
2021-10-04mtd: cqspi: Fix division by zeroMarek Vasut
2021-10-01arm: Remove zmx25 board and ARCH_MX25Tom Rini
2021-10-01arm: Remove flea3 boardTom Rini
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini