summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-netWIP/25Jul2019Tom Rini2019-07-2563-468/+3081
|\
| * net: sun8i_emac: Test the correct phyEmmanuel Vadot2019-07-251-8/+21
| * net: davinci_emac: convert to using the driver modelBartosz Golaszewski2019-07-2515-74/+51
| * riscv: sifive: fu540: Sync-up config header with RISC-V QEMU supportAnup Patel2019-07-251-7/+11
| * net: macb: Fix check for little-endian system in gmac_configure_dma()Anup Patel2019-07-251-4/+7
| * net: macb: Extend MACB driver for SiFive Unleashed boardAnup Patel2019-07-251-17/+56
| * Add support for the NXP LS1021A-TSN boardJianchao Wang2019-07-2513-1/+921
| * configs: ls1021atwr: Fix distro_bootcmd for QSPI bootVladimir Oltean2019-07-251-1/+1
| * arm: ls1021atwr: Convert to use driver model TSEC driverBin Meng2019-07-2513-69/+85
| * net: tsec: Change compatible strings to match LinuxVladimir Oltean2019-07-252-3/+3
| * net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean2019-07-251-9/+2
| * net: tsec: Make errors visibleVladimir Oltean2019-07-251-4/+4
| * net: tsec: Reverse Christmas tree notationVladimir Oltean2019-07-251-5/+5
| * net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean2019-07-252-7/+10
| * net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean2019-07-251-8/+7
| * net/macb: increase RX buffer size for GEMRamon Fried2019-07-251-8/+23
| * net: macb: apply sane DMA configurationRamon Fried2019-07-251-0/+28
| * net: macb: add dma_burst_length configRamon Fried2019-07-251-1/+21
| * net: macb: add support for SGMII phy interfaceRamon Fried2019-07-251-0/+7
| * net: macb: use bit access macro from header fileRamon Fried2019-07-251-33/+15
| * net: macb: add support for faster clk ratesRamon Fried2019-07-252-1/+7
| * net: macb: sync header definitions as taken from LinuxRamon Fried2019-07-252-214/+662
| * doc: bindings: Add binding for register driven MDIO muxesAlex Marginean2019-07-251-0/+82
| * drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean2019-07-252-0/+9
| * net: designware: use 'phy_connect' instead of open codedSimon Goldschmidt2019-07-251-5/+3
| * drivers: net: fsl_enetc: add support for SGMII 2500Alex Marginean2019-07-252-7/+23
| * configs: ls1028a: enable networking options in rdb, qds defconfigAlex Marginean2019-07-254-2/+16
| * arm: dts: ls1028a updates for network interfacesAlex Marginean2019-07-253-0/+50
| * drivers: net: apply serdes configuration for ENETC Ethernet interfacesAlex Marginean2019-07-253-5/+189
| * drivers: net: add NXP ENETC MDIO driverAlex Marginean2019-07-255-2/+229
| * drivers: net: add NXP ENETC ethernet driverAlex Marginean2019-07-254-0/+556
| * include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8Alex Marginean2019-07-251-0/+4
* | gitlab-ci: Update Docker image to xenial-20190720-24Jul2019 tagWIP/24Jul2019Tom Rini2019-07-241-1/+1
* | gitlab-ci: Add pyelftools to the binman testsuite sectionTom Rini2019-07-241-0/+3
* | Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-2487-923/+8158
|\ \ | |/ |/|
| * dm: device: make power domain calls optionalAnatolij Gustschin2019-07-241-1/+2
| * buildman: fix invocation examples typosBaruch Siach2019-07-241-2/+2
| * clk: initialize clk->data when using default xlateSekhar Nori2019-07-241-0/+2
| * dm: uclass: fix comment copy/paste errorBaruch Siach2019-07-241-1/+1
| * common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()Marek Vasut2019-07-241-11/+14
| * dm: Fix parameter description of dev_read_name()Bin Meng2019-07-241-1/+1
| * dm: core: Set correct "status" value for a nodeBin Meng2019-07-241-1/+1
| * dm: core: Call clk_set_defaults() during probe() only for a valid ofnodeBin Meng2019-07-241-4/+10
| * dm: timer: Skip device that does not have a valid ofnode in pre_probe()Bin Meng2019-07-241-0/+4
| * fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not foundMasahiro Yamada2019-07-241-1/+1
| * binman: Add a test for nested and aligned sectionsSimon Glass2019-07-242-1/+94
| * binman: Add an 'extract' commandSimon Glass2019-07-244-1/+286
| * binman: Support reading from CBFS entriesSimon Glass2019-07-242-0/+21
| * binman: Allow reading an entry from an imageSimon Glass2019-07-245-1/+99
| * binman: Allow for logging information to be displayedSimon Glass2019-07-244-4/+31