- c9ad048 spi: nxp_fspi: Fix error reporting by Adam Ford · 3 years, 11 months ago
- 060ae38 spi: imx: Implement set_speed by Marek Vasut · 3 years, 10 months ago
- df070ce Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 9 months ago
- b8003d5 spi: zynqmp_gqspi: fix set_speed bug on multiple runs by Brandon Maier · 3 years, 10 months ago
- 4171095 clk: zynq: Add dummy clock enable function by Michal Simek · 3 years, 10 months ago
- b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
- b4c5396 spi: fsl_qspi: apply the same settings for LS1088 as LS208x by Mathew McBride · 3 years, 10 months ago
- 148dba4 spi: fsl_qspi: Ensure width is respected in spi-mem operations by Mathew McBride · 3 years, 10 months ago
- 4d9cce7 spi: zynqmp_gqspi: support dual and quad mode by Brandon Maier · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- f33cf3c spi: mtk_snor: add support for MTK SPI NOR controller by developer · 3 years, 10 months ago
- 7bf38bc Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 10 months ago
- 2dfdc3f spi: add spi controller support for MediaTek MT7620 SoC by developer · 4 years, 1 month ago
- bc0d3c8 spi: imx: Use clock framework if enabled by Marek Vasut · 3 years, 11 months ago
- eb68aa1 spi: imx: Define register bits in the driver by Marek Vasut · 3 years, 11 months ago
- cf559bf spi: nxp_fspi: Enable support for nxp,imx8mm-fspi by Adam Ford · 3 years, 11 months ago
- f686e4d dm: fix build errors generated by last merges by Dario Binacchi · 3 years, 11 months ago
- 72e220c spi: stm32_qspi: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
- 7380f9e spi: stm32_spi: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
- ab34b89 spi: omap3_spi: Fix speed and mode selection by Vignesh Raghavendra · 4 years ago
- 7cb5159 spi: ti_qspi: Fix "spi-max-frequency" error path in ti_qspi_ofdata_to_platdata by Ovidiu Panait · 4 years ago
- 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
- bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
- e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
- df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
- a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
- f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
- de64048 x86: spl: Move priv/plat structs to headers by Simon Glass · 4 years ago
- 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- cc59fc9 spi: zynqmp_gqspi: Fix unaligned data writes issue by T Karthik Reddy · 4 years ago
- c1e0dac dm: spi: Fix spi_free_slave() freed memory write by Niel Fourie · 4 years ago
- 40dcee1 spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 4 years ago
- a2c9d01 test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · 4 years ago
- 05f3881 spi: sandbox_spi: Implement speed/mode setup by Ovidiu Panait · 4 years ago
- ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 4 years ago
- a220c1d sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · 4 years ago
- 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
- c4222cd spi: Update for new sequence numbers by Simon Glass · 4 years ago
- 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- 8f04b52 spi: ca_sflash: Add CAxxxx SPI Flash Controller by Pengpeng Chen · 4 years, 4 months ago
- 16edba3 spi: dw: Add mem_ops by Sean Anderson · 4 years, 1 month ago
- debbff8 spi: dw: Add support for multiple CTRLR0 layouts by Sean Anderson · 4 years, 1 month ago
- e11c0b1 spi: dw: Rearrange struct dw_spi_priv by Sean Anderson · 4 years, 1 month ago
- f252082 spi: dw: Remove spi_enable_chip by Sean Anderson · 4 years, 1 month ago
- 75ea2f6 spi: dw: Rename registers to match datasheet by Sean Anderson · 4 years, 1 month ago
- 72097a7 spi: dw: Use generic function to read reg address by Sean Anderson · 4 years, 1 month ago
- 17f69fb spi: dw: Rename "cs-gpio" to "cs-gpios" by Sean Anderson · 4 years, 1 month ago
- 0dfb3ac spi: dw: Convert calls to debug to dev_* by Sean Anderson · 4 years, 1 month ago
- 8fc04b5 spi: dw: Fix driving MOSI low while recieving by Sean Anderson · 4 years, 1 month ago
- 1d83e03 spi: migrate trace to dev and log macro in spi uclass by Patrick Delaunay · 4 years, 2 months ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
- ecdc4b3 x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 2 months ago
- 27e770a spi: zynq_qspi: Add function description by Ashok Reddy Soma · 4 years, 10 months ago
- b1f0d3d spi: zynq_qspi: Use clk subsystem to get reference qspi clk by T Karthik Reddy · 4 years, 10 months ago
- 1f33d10 spi: zynq_spi: Use clk subsystem to get reference spi clk by T Karthik Reddy · 4 years, 10 months ago
- 8f344c9 spi: xilinx_spi: remove unused local variable by T Karthik Reddy · 4 years, 2 months ago
- 16d5d3b spi: xilinx_spi: Remove unused variable by Michal Simek · 4 years, 2 months ago
- e4b17a7 spi: Add Qualcomm QUP SPI controller driver by Robert Marko · 4 years, 2 months ago
- 5e45920 spi: renesas_rpc_spi: Add R-Car Gen3 and RZ/G2 fallback compatibility string by Biju Das · 4 years, 2 months ago
- ba26a20 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 2 months ago
- a89b943 spi: fsl_qspi: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
- acccaca spi: nxp_fspi: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
- bea4632 spi: octeon_spi: Use a fixed 100MHz input clock on Octeon TX2 by Stefan Roese · 4 years, 4 months ago
- 344a33b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 2 months ago
- 5de2f33 treewide: Fix wrong CONFIG_IS_ENABLED() handling by Alper Nebi Yasak · 4 years, 2 months ago
- e286380 spi: mvebu_a3700_spi: add support for cs-gpios by George Hilliard · 4 years, 2 months ago
- 38ae92e Merge branch 'next' by Tom Rini · 4 years, 2 months ago
- 241232a spi: zynqmp_gqspi: Fix not calling dev_err with a device by Sean Anderson · 4 years, 3 months ago
- 64474dd spi: sunxi: Fix not calling dev_err with a device by Sean Anderson · 4 years, 3 months ago
- 01c102d Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 2 months ago
- 3239d71 xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 3 months ago
- 1930dbb spi: mpc8xxx_spi.c: fix cs activate/deactivate by Rasmus Villemoes · 4 years, 2 months ago
- 12b2fb2 spi: omap3_spi: Read platform data in ofdata_to_platdata() by Faiz Abbas · 4 years, 3 months ago
- 618ba9f arm: mach-omap2: am33xx: Add device structure for spi by Faiz Abbas · 4 years, 3 months ago
- 8598c34 spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failures by Faiz Abbas · 4 years, 3 months ago
- 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
- 4e8120b Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 4 months ago
- 3f41a43 spi: Drop duplicate dm.h inclusion by Simon Glass · 4 years, 4 months ago
- dfb7c08 mtd: spi-mem: Drop dm.h header file by Simon Glass · 4 years, 4 months ago
- 4171777 drivers: spi: Add SPI controller driver for Octeon by Suneel Garapati · 4 years, 4 months ago
- 6935893 drivers: avoid using aliases on drivers when OF_PLATDATA is enabled by Walter Lozano · 4 years, 4 months ago
- e96aa95 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 4 months ago
- 2926f57 fsl_dspi: Introduce DT bindings for CS-SCK and SCK-CS delays by Vladimir Oltean · 4 years, 7 months ago
- a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
- 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 5 months ago
- 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- cb41516 Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 4 months ago
- a601d5b drivers: spi: rk_spi: Add support for RK3328 by Johannes Krottmayer · 4 years, 5 months ago
- a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 5 months ago
- a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 5 months ago
- 76c449c Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 5 months ago
- 0964239 dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 5 months ago
- 711fd98 acpi: Support generation of SPI descriptor by Simon Glass · 4 years, 5 months ago
- d7e3c9a spi: fsl_qspi: Support to use full AHB space on i.MX by Ye Li · 4 years, 6 months ago