aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-12cmd: add serial console support for the cls commandHeinrich Schuchardt1-2/+8
2022-03-12mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128Niklas Cassel1-1/+1
2022-03-10arm: add initial support for the Phytium Pomelo BoardWIP/2022-03-10-platform-updatesweichangzheng14-0/+686
2022-03-10ARM: mach-omap2: omap3: Make clock functions staticAdam Ford1-2/+2
2022-03-10ARM: am3517_evm: Remove hard-coded pin muxingAdam Ford1-198/+0
2022-03-10ARM: dts: am3517-evm: Sync DTS with Linux 5.17-rc5Adam Ford4-42/+47
2022-03-10ARM: dts: logicpd-torpedo: Resyc DTS files with Linux 5.17-rc5Adam Ford4-34/+103
2022-03-10ARM: omap3_logic: Remove hard-coded USB muxingAdam Ford1-17/+0
2022-03-10ARM: dts: logicpd-som-lv: Resync DTS files with Linux 5.17-rc5Adam Ford4-43/+45
2022-03-10ARM: am3517-evm: Remove more non-DM legacy ethernet reset codeAdam Ford1-8/+0
2022-03-10configs: j721e_hs_evm_a72_defconfig: Add command for initializing QSGMII PHYAswath Govindraju1-1/+1
2022-03-10configs: j721e_evm_a72_defconfig: Fix the bootcmdAswath Govindraju1-1/+1
2022-03-10include: configs: j721e_evm.h: Fix the env variable corresponding to QSGMII P...Aswath Govindraju1-2/+17
2022-03-10ram: aspeed: Rework kconfig optionsJoel Stanley1-40/+51
2022-03-10ARM: omap3_beagle: Enable DM_PMIC and DM_REGULATORRomain Naour1-0/+5
2022-03-10ARM: omap3_beagle: Enable PinctrlRomain Naour1-0/+2
2022-03-10ARM: omap3_beagle: Power on MMC when setting up PMICRomain Naour1-7/+2
2022-03-10ARM: omap3_beagle: Remove non-DM initializationRomain Naour1-7/+0
2022-03-10Merge branch '2022-03-09-events-subsystem' into nextTom Rini67-73/+1068
2022-03-10event: Add documentationSimon Glass4-0/+117
2022-03-10event: Add a script to decode the event-spy listSimon Glass3-0/+137
2022-03-10event: Add a commandSimon Glass5-0/+40
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass26-43/+74
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass21-22/+32
2022-03-10event: Add events for device probe/removeSimon Glass7-0/+96
2022-03-10event: Set up the event system on start-upSimon Glass1-0/+2
2022-03-10event: Add a simple testSimon Glass4-0/+53
2022-03-10event: Add basic support for eventsSimon Glass10-0/+465
2022-03-10binman: Expand elf support a littleSimon Glass1-7/+51
2022-03-10sandbox: start: Sort the header filesSimon Glass1-2/+2
2022-03-10sunxi: boards: Enable SPI flash support in U-Boot properAndre Przywara8-0/+14
2022-03-10env: sunxi: enable ENV_IS_IN_SPI_FLASHAndre Przywara1-0/+1
2022-03-10sunxi: use boot source for determining environment locationAndre Przywara1-8/+43
2022-03-10env: sunxi: Define location in SPI flashAndre Przywara1-2/+4
2022-03-10sunxi: Kconfig: Fix up SPI configurationAndre Przywara8-7/+6
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek6-0/+97
2022-03-09net: phy: Remove static return type for phy_device_create()Michal Simek2-3/+16
2022-03-09net: phy: Add new read ethernet phy id functionMichal Simek2-0/+49
2022-03-09MAINTAINERS: Remove duplicated entry for ehci-zynq.cMichal Simek1-1/+0
2022-03-09arm64: zynqmp: add support for zcu106 rev1.0Neal Frager4-1/+860
2022-03-09i2c: i2c-cdns: Prevent early termination of writeSai Pavan Boddu1-4/+6
2022-03-09i2c: i2c-cdns: Fix write transaction stateSai Pavan Boddu1-0/+6
2022-03-09i2c: i2c-cdns: Start read transaction after write to transfer_size regSai Pavan Boddu1-1/+1
2022-03-09dma: xilinx: Add Display Port DMA driverMichal Simek3-0/+51
2022-03-09video: Add skeleton driver for ZynqMP Display port driverMichal Simek3-0/+75
2022-03-09mmc: zynq_sdhci: Add support for dynamic configurationAshok Reddy Soma1-2/+99
2022-03-09lib: div64: Add support for round up of div64_u64Ashok Reddy Soma1-0/+3
2022-03-09firmware: zynqmp: Add support for set sd config and is function supportedAshok Reddy Soma2-0/+57
2022-03-09firmware: zynqmp: Add and update firmware enumsAshok Reddy Soma1-0/+23
2022-03-08Merge branch '2022-03-08-assorted-fixes'Tom Rini8-19/+21