aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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-03pci: 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-04spi: 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-10spi: 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
2022-02-04spi: zynq_qspi: Read only one byte at a time from txbufSiva Durga Prasad Paladugu1-4/+8
2022-02-04spi: zynq_qspi: Typecast rxbuf properlySiva Durga Prasad Paladugu1-4/+8
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...WIP/09Jan2022-nextTom 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...WIP/16Nov2021Tom 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-spiWIP/23Oct2021Tom 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'WIP/04Oct2021Tom Rini12-57/+45
2021-10-04mtd: cqspi: Fix division by zeroMarek Vasut1-0/+3