summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-10net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún
2022-04-10net: phy: xilinx: Check interface type in ->config(), not ->probe()Marek Behún
2022-04-10phy: Move PHY_INTERFACE_MODE_NA to the beginning of the enum definitionMarek Behún
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-10net: phy: fix parsing wrong propertyMarek Behún
2022-04-10treewide: use dm_mdio_read/write/reset() wrappersMarek Behún
2022-04-10net: mdio-uclass: add wrappers for read/write/reset operationsMarek Behún
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún
2022-04-10net: mdio-uclass: use ARRAY_SIZE()Marek Behún
2022-04-10net: mdio-uclass: fix type for phy_mode_str and phy_handle_strMarek Behún
2022-04-10net: phy: dp83867: Fix a never true comparisonHaolin Li
2022-04-10net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF nodeVladimir Oltean
2022-04-10net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF nodeVladimir Oltean
2022-04-04Merge tag 'u-boot-at91-2022.07-a' of https://source.denx.de/u-boot/custodians...Tom Rini
2022-04-02Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini
2022-04-02Merge branch '2022-04-01-arm-semihosting-cleanups-and-new-features' into nextTom Rini
2022-04-01serial: dm: Add support for putsSean Anderson
2022-04-01arm64: ls1046a: Support semihosting fallbackSean Anderson
2022-04-01serial: smh: Initialize serial only if semihosting is enabledSean Anderson
2022-04-01arm64: Catch non-emulated semihosting callsSean Anderson
2022-04-01arm: smh: Add option to detect semihostingSean Anderson
2022-04-01arm64: Import some ESR and SPSR defines from LinuxSean Anderson
2022-04-01arm64: Save spsr in pt_regsSean Anderson
2022-04-01arm64: Save esr in pt_regsSean Anderson
2022-04-01ls1046ardb: Add support for JTAG bootSean Anderson
2022-04-01doc: smh: Update semihosting documentationSean Anderson
2022-04-01serial: Add semihosting driverSean Anderson
2022-04-01arm: smh: Add some functions for working with the host consoleSean Anderson
2022-04-01arm: smh: Remove smhload commandSean Anderson
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson
2022-04-01fs: Add semihosting filesystemSean Anderson
2022-04-01spl: Add semihosting boot methodSean Anderson
2022-04-01arm: smh: Add some file manipulation commandsSean Anderson
2022-04-01arm: smh: Document functions in headerSean Anderson
2022-04-01arm: smh: Return errno on errorSean Anderson
2022-04-01arm: smh: Use numeric modes for smh_openSean Anderson
2022-04-01arm: smh: Export semihosting functionsSean Anderson
2022-04-01arm: smh: Add semihosting entry to MAINTAINERSSean Anderson
2022-04-01doc: ls1046ardb: Document debug uartSean Anderson
2022-04-01doc: ls1046ardb: Expand boot mode sectionSean Anderson
2022-04-01nxp: ls1046ardb: Convert README to rSTSean Anderson
2022-04-01doc: Convert semihosting readme to rSTSean Anderson
2022-04-01vexpress64: Add ARMv8R-64 board variantPeter Hoyes
2022-04-01vexpress64: pick DRAM size from DTAndre Przywara
2022-04-01vexpress64: generalise page table generationAndre Przywara
2022-04-01vexpress64: defconfigs: allow default commandsAndre Przywara
2022-04-01vexpress64: fvp: add distro_boot supportAndre Przywara
2022-04-01vexpress64: move hardware setting from defconfig to KconfigAndre Przywara