summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: kirkwood: prevent limiting speed to 0Grzegorz Jaszczyk2021-05-161-1/+1
* spi: kirkwood: prevent configuring speed exceeding max controller freqMarcin Wojtas2021-05-161-0/+7
* spi: kirkwood: support extended baud ratesKen Ma2021-05-161-5/+55
* atcspi200: Add timeout mechanism in spi_xfer()Dylan Jhong2021-05-051-2/+8
* spi: zynqmp: Remove gd referenceMichal Simek2021-04-291-3/+0
* Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u...Tom Rini2021-03-311-5/+3
|\
| * spi: xilinx_spi: Trivial fixes in axi qspi driverT Karthik Reddy2021-03-301-5/+3
* | spi: spi-uclass: Add support to manually relocate spi memory opsT Karthik Reddy2021-03-271-0/+11
|/
* spi: stm32_qspi: Add WATCHDOG_RESET in _stm32_qspi_read_fifo()Patrice Chotard2021-03-111-0/+2
* spi: nxp_fspi: Fix error reportingAdam Ford2021-02-261-2/+2
* spi: imx: Implement set_speedMarek Vasut2021-02-261-1/+4
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-233-109/+84
|\
| * spi: zynqmp_gqspi: fix set_speed bug on multiple runsBrandon Maier2021-02-231-12/+11
| * clk: zynq: Add dummy clock enable functionMichal Simek2021-02-233-3/+3
| * spi: zynqmp_gqspi: support dual and quad modeBrandon Maier2021-02-031-94/+70
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1526-0/+26
|\ \
| * | common: Drop asm/global_data.h from common headerSimon Glass2021-02-0226-0/+26
| |/
* | spi: fsl_qspi: apply the same settings for LS1088 as LS208xMathew McBride2021-02-081-9/+1
* | spi: fsl_qspi: Ensure width is respected in spi-mem operationsMathew McBride2021-02-081-1/+1
|/
* spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang2021-01-293-0/+571
* Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2021-01-253-0/+289
|\
| * spi: add spi controller support for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+289
* | spi: imx: Use clock framework if enabledMarek Vasut2021-01-231-0/+12
* | spi: imx: Define register bits in the driverMarek Vasut2021-01-231-0/+76
* | spi: nxp_fspi: Enable support for nxp,imx8mm-fspiAdam Ford2021-01-231-0/+9
|/
* dm: fix build errors generated by last mergesDario Binacchi2021-01-151-1/+1
* spi: stm32_qspi: migrate trace to dev and log macroPatrick Delaunay2021-01-131-21/+25
* spi: stm32_spi: migrate trace to dev and log macroPatrick Delaunay2021-01-131-14/+17
* spi: omap3_spi: Fix speed and mode selectionVignesh Raghavendra2021-01-121-3/+14
* spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdataOvidiu Panait2021-01-121-2/+2
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-4/+2
|\
| * spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy2021-01-041-4/+2
* | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-0523-61/+63
|\ \
| * | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-052-2/+2
| * | dm: core: Access device ofnode through functionsSimon Glass2021-01-051-2/+4
| * | dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass2021-01-051-1/+1
| * | x86: spl: Move priv/plat structs to headersSimon Glass2021-01-052-11/+11
| * | dm: Use access methods for dev/uclass private dataSimon Glass2021-01-0520-45/+45
* | | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-055-117/+922
|\ \ \ | |/ / |/| / | |/
| * spi: ca_sflash: Add CAxxxx SPI Flash ControllerPengpeng Chen2020-12-183-0/+585
| * spi: dw: Add mem_opsSean Anderson2020-12-181-7/+111
| * spi: dw: Add support for multiple CTRLR0 layoutsSean Anderson2020-12-181-35/+149
| * spi: dw: Rearrange struct dw_spi_privSean Anderson2020-12-181-14/+13
| * spi: dw: Remove spi_enable_chipSean Anderson2020-12-181-11/+6
| * spi: dw: Rename registers to match datasheetSean Anderson2020-12-181-9/+9
| * spi: dw: Use generic function to read reg addressSean Anderson2020-12-181-0/+2
| * spi: dw: Rename "cs-gpio" to "cs-gpios"Sean Anderson2020-12-181-1/+2
| * spi: dw: Convert calls to debug to dev_*Sean Anderson2020-12-181-19/+19
| * spi: dw: Fix driving MOSI low while recievingSean Anderson2020-12-181-1/+1
| * spi: migrate trace to dev and log macro in spi uclassPatrick Delaunay2020-12-181-23/+28