summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-13spl: spl_legacy: fix the use of SPL_COPY_PAYLOAD_ONLYWeijie Gao1-2/+19
2022-07-13spl: allow using nand base without standard nand driverWeijie Gao1-1/+1
2022-07-13nand: raw: add support for MediaTek MT7621 SoCWeijie Gao5-2/+1488
2022-07-13net: mediatek: add support for MediaTek MT7621 SoCWeijie Gao1-6/+15
2022-07-13net: mediatek: use regmap api to modify ethsys registersWeijie Gao1-11/+11
2022-07-13net: mediatek: remap iobase addressWeijie Gao1-1/+1
2022-07-13mmc: mediatek: add support for MediaTek MT7621 SoCWeijie Gao1-0/+13
2022-07-13watchdog: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13gpio: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13spi: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13phy: mtk-tphy: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13usb: xhci-mtk: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-13pinctrl: mtmips: add support for MediaTek MT7621 SoCWeijie Gao5-2/+330
2022-07-13reset: mtmips: add reset controller support for MediaTek MT7621 SoCWeijie Gao1-0/+38
2022-07-13clk: mtmips: add clock driver for MediaTek MT7621 SoCWeijie Gao3-0/+335
2022-07-13doc: mediatek: add documentation for mt7621 reference boardsWeijie Gao3-0/+58
2022-07-13mips: mtmips: add two reference boards for mt7621Weijie Gao9-0/+363
2022-07-13mips: mtmips: add support for MediaTek MT7621 SoCWeijie Gao26-6/+2686
2022-07-13mips: add support for noncached_alloc()Weijie Gao2-0/+63
2022-07-13mips: add __image_copy_len for SPL linker scriptWeijie Gao1-0/+3
2022-07-13mips: add more definitions for asm/cm.hWeijie Gao1-0/+67
2022-07-13mips: add asm/mipsmtregs.h for MIPS multi-threadingWeijie Gao1-0/+142
2022-07-13Merge tag 'u-boot-stm32-20220712' of https://source.denx.de/u-boot/custodians...Tom Rini34-140/+1206
2022-07-12arm: dts: stm32mp1: Drop fastboot and stm32prog trigger gpios on DHCOMJohann Neuhauser1-2/+0
2022-07-12configs: stm32mp13: activate some commandPatrick Delaunay1-0/+16
2022-07-12configs: stm32mp13: activate I2C supportPatrick Delaunay1-0/+3
2022-07-12configs: stm32mp13: activate RTC supportPatrick Delaunay1-0/+2
2022-07-12configs: stm32mp13: activate RNG supportPatrick Delaunay1-0/+3
2022-07-12configs: stm32mp13: Add support for baudrates higher than 115200Patrick Delaunay1-0/+5
2022-07-12ARM: dts: stm32mp13: activate led on STM32MP13F-DKPatrick Delaunay1-0/+10
2022-07-12ARM: dts: stm32mp13: alignment with v5.19Patrick Delaunay2-1/+47
2022-07-12stm32mp: add support of STM32MP13x Rev.YPatrick Delaunay2-0/+4
2022-07-12rng: stm32mp1_rng: add conditional reset feature for STM32MP13xLionel Debieve1-14/+47
2022-07-12i2c: stm32: add support for the st,stm32mp13 SOCPatrick Delaunay1-0/+5
2022-07-12ARM: dts: stm32: add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)Patrick Delaunay7-0/+317
2022-07-12configs: stm32mp15: increase malloc size for pre-relocPatrick Delaunay1-1/+1
2022-07-12clk: stm32: add support compatible st, stm32mp1-rcc-securePatrick Delaunay1-0/+1
2022-07-12ARM: dts: stm32mp15: alignment with v5.19Patrick Delaunay12-9/+558
2022-07-12mmc: stm32_sdmmc2: introduce of_to_plat opsPatrick Delaunay1-45/+50
2022-07-12mmc: stm32_sdmmc2: remove privdataPatrick Delaunay1-75/+70
2022-07-12mmc: stm32_sdmmc2: cosmetic: rename stm32_sdmmc_bindPatrick Delaunay1-2/+2
2022-07-12ARM: dts: stm32mp13: add SCMI nodesPatrick Delaunay2-0/+51
2022-07-12ARM: dts: stm32mp13: add OP-TEE nodesPatrick Delaunay3-0/+22
2022-07-12configs: stm32m15: support STM32MP_BOARD_EXTRA_ENV for st boardsPatrick Delaunay1-1/+2
2022-07-11Merge branch 'next'Tom Rini2646-39280/+37610
2022-07-11Prepare v2022.07v2022.07Tom Rini1-1/+1
2022-07-08Merge branch '2022-07-08-Kconfig-migrations' into nextTom Rini75-3403/+62
2022-07-08powerpc: Use the poison value of 0xdeadbeef directly in DDR initTom Rini4-4/+1
2022-07-08i2c: Remove non-DM_I2C support from davinci_i2c.cTom Rini6-128/+2
2022-07-08legoev3: Migrate to DM_I2CTom Rini2-3/+14