summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini26-0/+26
2021-02-08spi: fsl_qspi: apply the same settings for LS1088 as LS208xMathew McBride1-9/+1
2021-02-08spi: fsl_qspi: Ensure width is respected in spi-mem operationsMathew McBride1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass26-0/+26
2021-01-29spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang3-0/+571
2021-01-25Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini3-0/+289
2021-01-24spi: add spi controller support for MediaTek MT7620 SoCWeijie Gao3-0/+289
2021-01-23spi: imx: Use clock framework if enabledMarek Vasut1-0/+12
2021-01-23spi: imx: Define register bits in the driverMarek Vasut1-0/+76
2021-01-23spi: nxp_fspi: Enable support for nxp,imx8mm-fspiAdam Ford1-0/+9
2021-01-15dm: fix build errors generated by last mergesDario Binacchi1-1/+1
2021-01-13spi: stm32_qspi: migrate trace to dev and log macroPatrick Delaunay1-21/+25
2021-01-13spi: stm32_spi: migrate trace to dev and log macroPatrick Delaunay1-14/+17
2021-01-12spi: omap3_spi: Fix speed and mode selectionVignesh Raghavendra1-3/+14
2021-01-12spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdataOvidiu Panait1-2/+2
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-4/+2
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini23-61/+63
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini5-117/+922
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2-2/+2
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-2/+4
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-1/+1
2021-01-05x86: spl: Move priv/plat structs to headersSimon Glass2-11/+11
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass20-45/+45
2021-01-04spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy1-4/+2
2020-12-23dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie1-1/+0
2020-12-23spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait1-5/+12
2020-12-23test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait1-0/+14
2020-12-23spi: sandbox_spi: Implement speed/mode setupOvidiu Panait1-0/+26
2020-12-23sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait1-2/+2
2020-12-23sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait1-16/+0
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-2/+2
2020-12-19spi: Update for new sequence numbersSimon Glass2-2/+1
2020-12-19dm: Avoid accessing seq directlySimon Glass14-22/+22
2020-12-18spi: ca_sflash: Add CAxxxx SPI Flash ControllerPengpeng Chen3-0/+585
2020-12-18spi: dw: Add mem_opsSean Anderson1-7/+111
2020-12-18spi: dw: Add support for multiple CTRLR0 layoutsSean Anderson1-35/+149
2020-12-18spi: dw: Rearrange struct dw_spi_privSean Anderson1-14/+13
2020-12-18spi: dw: Remove spi_enable_chipSean Anderson1-11/+6
2020-12-18spi: dw: Rename registers to match datasheetSean Anderson1-9/+9
2020-12-18spi: dw: Use generic function to read reg addressSean Anderson1-0/+2
2020-12-18spi: dw: Rename "cs-gpio" to "cs-gpios"Sean Anderson1-1/+2
2020-12-18spi: dw: Convert calls to debug to dev_*Sean Anderson1-19/+19
2020-12-18spi: dw: Fix driving MOSI low while recievingSean Anderson1-1/+1
2020-12-18spi: migrate trace to dev and log macro in spi uclassPatrick Delaunay1-23/+28
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass48-236/+235
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass33-65/+65
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass28-75/+75
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass47-133/+133
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass51-81/+81