summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians...Tom Rini2021-12-171-25/+572
|\
| * spi: atmel-quadspi: Add support for SAMA7G5 QSPITudor Ambarus2021-12-071-24/+571
| * spi: atmel-quadspi: Fix QSPI_RD reg name on verbose debugTudor Ambarus2021-11-231-1/+1
* | Merge tag 'xilinx-for-v2022.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini2021-11-161-3/+8
|\ \ | |/ |/|
| * spi: zynqmp_gqspi: Fix write issue at low frequenciesAshok Reddy Soma2021-10-251-3/+8
* | spi: fsl_dspi: rename num-cs to spi-num-chipselectsMichael Walle2021-11-091-2/+3
* | spi: fsl_dspi: add new compatible fsl, ls1021a-v1.0-dspiMichael Walle2021-11-091-0/+1
* | Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-10-231-9/+68
|\ \ | |/ |/|
| * spi: nxp_fspi: Implement errata workaround for LS1028AKuldeep Singh2021-10-231-5/+48
| * spi: nxp-fspi: Add support for IP read onlyKuldeep Singh2021-10-231-4/+20
* | spi: rockchip_sfc: Using read_pollJon Lin2021-10-151-32/+35
* | spi: rockchip_sfc: Implement set_speed logicJon Lin2021-10-151-43/+39
* | Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini2021-10-121-92/+132
|\ \
| * | spi: stm32: Add ofdata_to_platdata() callbackPatrice Chotard2021-10-081-92/+132
* | | sunxi: gpio: Remove name_to_gpio macroSamuel Holland2021-10-111-1/+1
| |/ |/|
* | Merge branch 'next'Tom Rini2021-10-0412-57/+45
|\ \ | |/ |/|
| * arm: Remove zmx25 board and ARCH_MX25Tom Rini2021-10-011-8/+1
| * arm: Remove flea3 boardTom Rini2021-10-011-5/+2
| * WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
| * clk: Rename clk_get_by_driver_info()Simon Glass2021-09-251-1/+1
| * treewide: Try to avoid the preprocessor with OF_REALSimon Glass2021-09-252-22/+22
| * treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-254-9/+9
| * treewide: Simply conditions with the new OF_REALSimon Glass2021-09-256-11/+11
| * Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-162-17/+15
| |\
| * | spi: altera_spi: Do not abuse CONFIG namespaceTom Rini2021-08-301-4/+2
* | | mtd: cqspi: Fix division by zeroMarek Vasut2021-10-041-0/+3
| |/ |/|
* | pci: Drop DM_PCISimon Glass2021-09-131-1/+1
* | spi: zynqmp_gqspi: Fix dma alignment issueAshok Reddy Soma2021-09-031-9/+7
* | spi: zynqmp_gqspi: Switch genfifo start to manual modeAshok Reddy Soma2021-09-031-7/+7
|/
* spi: nxp_fspi: Ensure width is respected in spi-mem operationsMichael Walle2021-08-181-1/+1
* spi: rockchip_sfc: add support for Rockchip SFCChris Morgan2021-08-123-0/+655
* Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-08-031-4/+6
|\
| * spi: spi-mem-nodm: Fix read data size issueBin Meng2021-08-031-4/+6
* | spi: ich: Limit slave->max_read_sizeBin Meng2021-08-021-2/+4
|/
* Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-07-172-3/+3
|\
| * spi: mxc_spi: fix warnings if CLK_ENABLED not setStefano Babic2021-07-101-2/+2
| * spi: fsl_qspi: Build driver only if DM_SPI is availableFrieder Schrempf2021-07-101-1/+1
* | spi: ich: Don't require the PCHSimon Glass2021-07-151-2/+2
|/
* Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-07-071-0/+2
|\
| * dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* | spi: synquacer: Add HSSPI SPI controller driver for SynQuacerJassi Brar2021-07-063-0/+500
|/
* Merge branch 'next'Tom Rini2021-07-0510-57/+1019
|\
| * Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-spi in...Tom Rini2021-06-289-43/+1004
| |\
| | * mtd: spi-nor-core: Rework hwcaps selectionPratyush Yadav2021-06-281-0/+62
| | * spi: cadence-qspi: Add support for octal DTR flashesPratyush Yadav2021-06-283-26/+313
| | * spi: cadence-qspi: Add a small delay before indirect writesPratyush Yadav2021-06-283-0/+11
| | * spi: cadence-qspi: Do not calibrate when device tree sets read delayPratyush Yadav2021-06-282-5/+22
| | * spi: spi-mem: add spi_mem_dtr_supports_op()Pratyush Yadav2021-06-281-3/+29
| | * spi: spi-mem: allow specifying a command's extensionPratyush Yadav2021-06-283-10/+10
| | * spi: spi-mem: allow specifying whether an op is DTR or notPratyush Yadav2021-06-281-0/+3