aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2021-02-08spi: fsl_qspi: apply the same settings for LS1088 as LS208xMathew McBride
2021-02-08spi: fsl_qspi: Ensure width is respected in spi-mem operationsMathew McBride
2021-01-29spi: mtk_snor: add support for MTK SPI NOR controllerSkyLake.Huang
2021-01-25Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2021-01-24spi: add spi controller support for MediaTek MT7620 SoCWeijie Gao
2021-01-23spi: imx: Use clock framework if enabledMarek Vasut
2021-01-23spi: imx: Define register bits in the driverMarek Vasut
2021-01-23spi: nxp_fspi: Enable support for nxp,imx8mm-fspiAdam Ford
2021-01-15dm: fix build errors generated by last mergesDario Binacchi
2021-01-13spi: stm32_qspi: migrate trace to dev and log macroPatrick Delaunay
2021-01-13spi: stm32_spi: migrate trace to dev and log macroPatrick Delaunay
2021-01-12spi: omap3_spi: Fix speed and mode selectionVignesh Raghavendra
2021-01-12spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdataOvidiu Panait
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass
2021-01-05x86: spl: Move priv/plat structs to headersSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-04spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy
2020-12-22dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait
2020-12-22spi: sandbox_spi: Implement speed/mode setupOvidiu Panait
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18spi: Update for new sequence numbersSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-18spi: ca_sflash: Add CAxxxx SPI Flash ControllerPengpeng Chen
2020-12-18spi: dw: Add mem_opsSean Anderson
2020-12-18spi: dw: Add support for multiple CTRLR0 layoutsSean Anderson
2020-12-18spi: dw: Rearrange struct dw_spi_privSean Anderson
2020-12-18spi: dw: Remove spi_enable_chipSean Anderson
2020-12-18spi: dw: Rename registers to match datasheetSean Anderson
2020-12-18spi: dw: Use generic function to read reg addressSean Anderson
2020-12-18spi: dw: Rename "cs-gpio" to "cs-gpios"Sean Anderson
2020-12-18spi: dw: Convert calls to debug to dev_*Sean Anderson
2020-12-18spi: dw: Fix driving MOSI low while recievingSean Anderson
2020-12-18spi: migrate trace to dev and log macro in spi uclassPatrick Delaunay
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-29x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOTSimon Glass