summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-24Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi ...Tom Rini17-75/+362
2021-06-24cmd: mtd: expand <name> argument definition in command helpMarek Behún1-1/+1
2021-06-24mtd: compare also with OF path and device name in get_mtd_device_nm()Marek Behún1-0/+35
2021-06-24cmd: mtd: print device OF path in listingMarek Behún1-0/+7
2021-06-24mtd: probe SPI NOR devices in mtd_probe_devices()Marek Behún1-0/+14
2021-06-24mtd: remove mtd_probe() functionMarek Behún3-22/+3
2021-06-24mtd: spi-nor: fill-in mtd->dev memberMarek Behún3-0/+3
2021-06-24mtd: spi-nor: allow registering multiple MTDs when DM is enabledMarek Behún3-5/+23
2021-06-24mtd: add support for parsing partitions defined in OFMarek Behún3-44/+135
2021-06-24dm: core: add ofnode_get_path()Marek Behún3-0/+56
2021-06-24dm: core: add non-translating version of ofnode_get_addr_size_index()Marek Behún3-3/+38
2021-06-24mtd: spinand: macronix: Add support for serial NAND flashJaime Liao1-0/+46
2021-06-22mtd: spi-nor-ids: Add Macronix MX66UW2G345Gzhengxun1-0/+1
2021-06-21ARM: dts: k3-j7200-common-proc-board-u-boot.dtsi: Fix dtc warningsVignesh Raghavendra1-0/+2
2021-06-19Merge tag 'u-boot-rockchip-20210618' of https://source.denx.de/u-boot/custodi...Tom Rini39-9/+10837
2021-06-18Merge tag 'u-boot-stm32-20210618' of https://source.denx.de/u-boot/custodians...Tom Rini14-200/+159
2021-06-18clk: cosmetic change in uclassPatrick Delaunay1-1/+1
2021-06-18stm32mp: stm32prog: handle dfu errorPatrick Delaunay1-0/+14
2021-06-18dfu: add error callbackPatrick Delaunay2-0/+23
2021-06-18stm32mp: stm32prog: change one message level to debugPatrick Delaunay1-1/+1
2021-06-18stm32mp: stm32prog: use get_cpu_dev for GetID commandPatrick Delaunay1-4/+6
2021-06-18stm32mp: stm32prog: correctly handle DM_PMICPatrick Delaunay1-1/+4
2021-06-18stm32mp: stm32prog: handle the next phase after USB re-enumerationPatrick Delaunay1-5/+2
2021-06-18stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATUREPatrick Delaunay1-0/+2
2021-06-18stm32mp: stm32prog: add support of initrd in flashlayoutPatrick Delaunay3-10/+24
2021-06-18stm32mp: stm32prog: add timeout in stm32prog_serial_get_bufferPatrick Delaunay1-2/+10
2021-06-18stm32mp: stm32prog: remove all the header check for UART downloadPatrick Delaunay3-148/+22
2021-06-18board: stm32mp1: correct the property name for ethPatrick Delaunay2-4/+4
2021-06-18dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devicesPatrick Delaunay1-4/+1
2021-06-18spi: stm32_qspi: Fix short data write operationDaniil Stas1-14/+15
2021-06-18mtd: nand: NFC drivers for RK3308, RK2928 and othersYifeng Zhao3-0/+1270
2021-06-18configs: rockchip: rk3399: Khadas Edge add USB OHCIArtem Lapkin3-0/+6
2021-06-18ARM64: rockchip: evb_rk3399: add usb ohci definationsArtem Lapkin1-0/+3
2021-06-18pci: pcie_dw_rockchip: Replace msleep occurences by udelayAnand Moon1-5/+5
2021-06-18pci: pcie_dw_rockchip: Drop the unused variable warningAnand Moon1-2/+0
2021-06-18pci: pcie_dw_rockchip: Fixed the below compilation errorAnand Moon1-2/+2
2021-06-18board: rockchip: Add rk3568 evb supportJoseph Chen7-0/+85
2021-06-18rockchip: Add rk3568 architecture coreJoseph Chen11-0/+643
2021-06-18rockchip: rk3568: Add sdram driverJoseph Chen2-0/+57
2021-06-18arm: dts: rockchip: Add dts for rk3568 evbJoseph Chen6-0/+4032
2021-06-18arm: dts: Sync rockchip-pinconf.dtsi from kernelJoseph Chen1-0/+344
2021-06-18rk3399_common: setup fdtoverlay_addr_r valueArtem Lapkin1-0/+1
2021-06-18rockchip: rk3568: add clock driverElaine Zhang3-0/+3464
2021-06-18rockchip: rk3568: add device tree fileElaine Zhang1-0/+925
2021-06-18arm: dts: stm32mp157c-odyssey-som: enable SDMMC2 in SPLGrzegorz Szymaszek1-0/+21
2021-06-18arm: dts: stm32mp157c-odyssey-som: enable the SDMMC2 eMMC HS DDR modeGrzegorz Szymaszek1-0/+1
2021-06-18arm: dts: stm32mp157c-odyssey-som: set the SDMMC2 VQMMC supplyGrzegorz Szymaszek1-0/+1
2021-06-18arm: dts: stm32mp157c-odyssey-som: enable all SDMMC2 data lanesGrzegorz Szymaszek1-4/+4
2021-06-18arm: dts: stm32mp157c-odyssey-som: fix the basic SDMMC2 propertiesGrzegorz Szymaszek1-2/+3
2021-06-17Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodian...Tom Rini34-161/+109