summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-02-05spi: mxc_spi: remove redundant code in spi_xchg_single()Haolin Li1-2/+0
2022-01-30sunxi: SPI: fix pinmuxing for Allwinner H6 SoCsDaniel Wagenknecht1-1/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-4/+4
2022-01-16Fix wrong QSPI clock calculation for AM4372Stefan Mätje1-1/+2
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+17
2021-12-17Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini1-25/+572
2021-12-07spi: atmel-quadspi: Add support for SAMA7G5 QSPITudor Ambarus1-24/+571
2021-12-02mtd: cqspi: Wait for transfer completionMarek Vasut1-0/+17
2021-11-23spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debugTudor Ambarus1-1/+1
2021-11-16Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini1-3/+8
2021-11-09spi: fsl_dspi: rename num-cs to spi-num-chipselectsMichael Walle1-2/+3
2021-11-09spi: fsl_dspi: add new compatible fsl, ls1021a-v1.0-dspiMichael Walle1-0/+1
2021-10-25spi: zynqmp_gqspi: Fix write issue at low frequenciesAshok Reddy Soma1-3/+8
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini1-9/+68
2021-10-23spi: nxp_fspi: Implement errata workaround for LS1028AKuldeep Singh1-5/+48
2021-10-23spi: nxp-fspi: Add support for IP read onlyKuldeep Singh1-4/+20
2021-10-15spi: rockchip_sfc: Using read_pollJon Lin1-32/+35
2021-10-15spi: rockchip_sfc: Implement set_speed logicJon Lin1-43/+39
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-92/+132
2021-10-11sunxi: gpio: Remove name_to_gpio macroSamuel Holland1-1/+1
2021-10-08spi: stm32: Add ofdata_to_platdata() callbackPatrice Chotard1-92/+132
2021-10-04Merge branch 'next'Tom Rini12-57/+45
2021-10-04mtd: cqspi: Fix division by zeroMarek Vasut1-0/+3
2021-10-02arm: Remove zmx25 board and ARCH_MX25Tom Rini1-8/+1
2021-10-01arm: Remove flea3 boardTom Rini1-5/+2
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-25clk: Rename clk_get_by_driver_info()Simon Glass1-1/+1
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass2-22/+22
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass4-9/+9
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass6-11/+11
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini2-17/+15
2021-09-14pci: Drop DM_PCISimon Glass1-1/+1
2021-09-03spi: zynqmp_gqspi: Fix dma alignment issueAshok Reddy Soma1-9/+7
2021-09-03spi: zynqmp_gqspi: Switch genfifo start to manual modeAshok Reddy Soma1-7/+7
2021-08-30spi: altera_spi: Do not abuse CONFIG namespaceTom Rini1-4/+2
2021-08-18spi: nxp_fspi: Ensure width is respected in spi-mem operationsMichael Walle1-1/+1
2021-08-12spi: rockchip_sfc: add support for Rockchip SFCChris Morgan3-0/+655
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini1-4/+6
2021-08-03spi: spi-mem-nodm: Fix read data size issueBin Meng1-4/+6
2021-08-02spi: ich: Limit slave->max_read_sizeBin Meng1-2/+4
2021-07-17Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-3/+3
2021-07-15spi: ich: Don't require the PCHSimon Glass1-2/+2
2021-07-10spi: mxc_spi: fix warnings if CLK_ENABLED not setStefano Babic1-2/+2
2021-07-10spi: fsl_qspi: Build driver only if DM_SPI is availableFrieder Schrempf1-1/+1
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+2
2021-07-06spi: synquacer: Add HSSPI SPI controller driver for SynQuacerJassi Brar3-0/+500
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-07-05Merge branch 'next'Tom Rini10-57/+1019
2021-06-30spi: Update speed/mode on changeMarek Vasut1-0/+12
2021-06-29Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi in...Tom Rini9-43/+1004