summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: phy: aquantia: wait for phy init sequence to finishFlorin Chiculita2019-12-091-0/+15
| * | | net: macb: let miiphy_read/_write pass arbitrary addressesJosef Holzmayr2019-12-091-8/+2
| * | | net: macb: explicitly pass phy_adr to mdio read and writeJosef Holzmayr2019-12-091-16/+17
| * | | net: phy: Increase link up delay in genphy_update_link()Stefan Roese2019-12-091-2/+2
| * | | cmd: mdio/mii: add Kconfig help and allow break dependencyRamon Fried2019-12-092-5/+17
| * | | net: rtl8169: Support RTL-8168c/8111cThierry Reding2019-12-091-0/+1
| * | | net: mvpp2: MVPP2 now needs MVMDIONevo Hed2019-12-091-0/+2
| * | | net: mvpp2: use new MVMDIO driverNevo Hed2019-12-091-177/+18
| * | | arm: dts: armada-cp110-*dtsi: add xmdio nodesNevo Hed2019-12-092-0/+18
| * | | net: mvpp2: mark phy as invalid in case of missing appropriate driverGrzegorz Jaszczyk2019-12-091-0/+23
| * | | net: mvpp2x: fix traffic stuck after PHY start errorStefan Chulski2019-12-091-13/+14
| * | | arm: dts: k3-am654-base-board-u-boot: change cpsw2g interface mode to rgmii-rxidGrygorii Strashko2019-12-091-2/+1
| * | | net: phy: dp83867: refactor rgmii configurationGrygorii Strashko2019-12-091-39/+36
| * | | net: phy: dp83867: io impedance is not dependent on RGMII delayGrygorii Strashko2019-12-091-10/+10
| * | | net: phy: dp83867: rework delay rgmii delay handlingGrygorii Strashko2019-12-091-12/+64
| * | | net: phy: dp83867: Add ability to disable output clockGrygorii Strashko2019-12-091-17/+36
| * | | dt-bindings: phy: dp83867: Add documentation for disabling clock outputGrygorii Strashko2019-12-092-3/+6
| * | | net: phy: dp83867: move static initialization to .probe()Grygorii Strashko2019-12-091-12/+17
| * | | net: phy: ti: rename ti.c to dp83867.cGrygorii Strashko2019-12-092-1/+1
| * | | net: tftp: Fix tftp store address check in store_block()Bin Meng2019-12-091-1/+6
| * | | net: avoid address-of-packed-member errorHeinrich Schuchardt2019-12-091-13/+7
| * | | net/phy: Fix phy_connect() for phy addr 0Priyanka Jain2019-12-091-1/+1
| * | | net: nfs: Only link in NFS code outside of SPL buildsTom Rini2019-12-091-2/+2
| * | | lib: Always build support for formatting MAC and IP addressJoe Hershberger2019-12-091-4/+0
| * | | net: Improve documentation for string_to_ip()Joe Hershberger2019-12-091-3/+4
| * | | net: Always build the string_to_enetaddr() helperJoe Hershberger2019-12-0912-37/+39
* | | | arm: -march=armv5t for ARM11Heinrich Schuchardt2019-12-091-2/+2
* | | | linux/types.h: fix typo uncharHeinrich Schuchardt2019-12-091-1/+1
* | | | Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-12-0924-1071/+1455
|\ \ \ \ | |/ / / |/| | |
| * | | imx8m: fix rom version check to unbreak some B0 chipsPatrick Wildt2019-12-091-0/+1
| * | | imx: imx8qxp_mek: increase buffer sizes and args numberAnatolij Gustschin2019-12-061-0/+5
| * | | clk: imx: imx8mm: Fix the first root clock in imx8mm_ahb_sels[]Frieder Schrempf2019-12-061-1/+1
| * | | ARM: imx: vining2000: Align SOC and ARM LDO voltagesMarek Vasut2019-12-061-0/+3
| * | | ARM: imx: vining2000: Repair PCIe supportMarek Vasut2019-12-062-0/+45
| * | | ARM: imx: vining2000: Enable fitImage supportMarek Vasut2019-12-061-0/+2
| * | | ARM: imx: vining2000: Convert to ethernet DMMarek Vasut2019-12-063-35/+8
| * | | ARM: imx: vining2000: Enable DDR DRAM calibrationMarek Vasut2019-12-062-0/+6
| * | | ARM: imx: vining2000: Convert to SPL frameworkMarek Vasut2019-12-064-1/+198
| * | | ARM: mx6: pmu: Expose PMU LDO configuration interfaceMarek Vasut2019-12-062-7/+9
| * | | board: colibri_imx7: reserve DDR memory for Cortex-M4Igor Opaniuk2019-12-062-0/+39
| * | | common: fdt_support: add support for setting usable memoryIgor Opaniuk2019-12-062-0/+36
| * | | warp7: Fix U-Boot corruption after saving the environmentFabio Estevam2019-12-062-1/+14
| * | | mx6: Allow configuring the NoC registers on i.MX6QPFabio Estevam2019-12-061-0/+35
| * | | mx6cuboxi: Add Baruch as maintainerFabio Estevam2019-12-061-0/+1
| * | | mx7ulp: Sync the device tree related filesFabio Estevam2019-12-063-964/+969
| * | | mx7ulp: scg: Remove unnused scg_a7_apll_init()Fabio Estevam2019-12-062-62/+0
| * | | mx7ulp: Remove the _RUN notation from the PMC1 LDOVL definitionsFabio Estevam2019-12-061-10/+10
| * | | mx7ulp: Introduce the CONFIG_LDO_ENABLED_MODE optionFabio Estevam2019-12-062-0/+63
| * | | mx7ulp: Print the LDO mode statusFabio Estevam2019-12-061-0/+20
| * | | tbs2910: Disable VxWorks image booting supportTom Rini2019-12-031-0/+1
| | |/ | |/|