aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-10net: phy: don't require PHY interface mode during PHY creationMarek Behún17-94/+75
2022-04-10bcmgenet, sun8i_emac: Don't connect PHY two timesMarek Behún2-4/+0
2022-04-10net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún2-16/+4
2022-04-10net: phy: xilinx: Check interface type in ->config(), not ->probe()Marek Behún1-5/+5
2022-04-10phy: Move PHY_INTERFACE_MODE_NA to the beginning of the enum definitionMarek Behún1-3/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún61-105/+105
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún3-3/+3
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún41-372/+166
2022-04-10net: phy: fix parsing wrong propertyMarek Behún1-1/+1
2022-04-10treewide: use dm_mdio_read/write/reset() wrappersMarek Behún5-48/+27
2022-04-10net: mdio-uclass: add wrappers for read/write/reset operationsMarek Behún2-0/+62
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún7-18/+96
2022-04-10net: mdio-uclass: use ARRAY_SIZE()Marek Behún1-6/+5
2022-04-10net: mdio-uclass: fix type for phy_mode_str and phy_handle_strMarek Behún1-5/+6
2022-04-10net: phy: dp83867: Fix a never true comparisonHaolin Li1-2/+5
2022-04-10net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF nodeVladimir Oltean1-1/+1
2022-04-10net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF nodeVladimir Oltean1-1/+1
2022-04-04Merge tag 'u-boot-at91-2022.07-a' of https://source.denx.de/u-boot/custodians...WIP/04Apr2022-nextTom Rini27-454/+1874
2022-04-02Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"WIP/02Apr2022-nextTom Rini7-5/+122
2022-04-02Merge branch '2022-04-01-arm-semihosting-cleanups-and-new-features' into nextTom Rini51-411/+2390
2022-04-01serial: dm: Add support for putsSean Anderson3-2/+55
2022-04-01arm64: ls1046a: Support semihosting fallbackSean Anderson2-2/+4
2022-04-01serial: smh: Initialize serial only if semihosting is enabledSean Anderson1-1/+10
2022-04-01arm64: Catch non-emulated semihosting callsSean Anderson2-0/+58
2022-04-01arm: smh: Add option to detect semihostingSean Anderson3-0/+72
2022-04-01arm64: Import some ESR and SPSR defines from LinuxSean Anderson2-0/+416
2022-04-01arm64: Save spsr in pt_regsSean Anderson2-2/+5
2022-04-01arm64: Save esr in pt_regsSean Anderson5-26/+26
2022-04-01ls1046ardb: Add support for JTAG bootSean Anderson5-1/+89
2022-04-01doc: smh: Update semihosting documentationSean Anderson1-4/+67
2022-04-01serial: Add semihosting driverSean Anderson5-0/+173
2022-04-01arm: smh: Add some functions for working with the host consoleSean Anderson2-0/+37
2022-04-01arm: smh: Remove smhload commandSean Anderson2-81/+5
2022-04-01cmd: fdt: Use start/size for chosen instead of start/endSean Anderson2-11/+11
2022-04-01fs: Add semihosting filesystemSean Anderson6-2/+160
2022-04-01spl: Add semihosting boot methodSean Anderson5-5/+96
2022-04-01arm: smh: Add some file manipulation commandsSean Anderson2-11/+76
2022-04-01arm: smh: Document functions in headerSean Anderson2-9/+32
2022-04-01arm: smh: Return errno on errorSean Anderson1-31/+36
2022-04-01arm: smh: Use numeric modes for smh_openSean Anderson2-19/+27
2022-04-01arm: smh: Export semihosting functionsSean Anderson2-5/+20
2022-04-01arm: smh: Add semihosting entry to MAINTAINERSSean Anderson1-0/+5
2022-04-01doc: ls1046ardb: Document debug uartSean Anderson1-0/+9
2022-04-01doc: ls1046ardb: Expand boot mode sectionSean Anderson1-3/+14
2022-04-01nxp: ls1046ardb: Convert README to rSTSean Anderson4-76/+102
2022-04-01doc: Convert semihosting readme to rSTSean Anderson2-15/+21
2022-04-01vexpress64: Add ARMv8R-64 board variantPeter Hoyes8-6/+74
2022-04-01vexpress64: pick DRAM size from DTAndre Przywara1-10/+2
2022-04-01vexpress64: generalise page table generationAndre Przywara2-8/+20
2022-04-01vexpress64: defconfigs: allow default commandsAndre Przywara2-17/+0