aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-07-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2019-07-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini
2019-07-25net: sun8i_emac: Test the correct phyEmmanuel Vadot
2019-07-25net: davinci_emac: convert to using the driver modelBartosz Golaszewski
2019-07-25riscv: sifive: fu540: Sync-up config header with RISC-V QEMU supportAnup Patel
2019-07-25net: macb: Fix check for little-endian system in gmac_configure_dma()Anup Patel
2019-07-25net: macb: Extend MACB driver for SiFive Unleashed boardAnup Patel
2019-07-25Add support for the NXP LS1021A-TSN boardJianchao Wang
2019-07-25configs: ls1021atwr: Fix distro_bootcmd for QSPI bootVladimir Oltean
2019-07-25arm: ls1021atwr: Convert to use driver model TSEC driverBin Meng
2019-07-25net: tsec: Change compatible strings to match LinuxVladimir Oltean
2019-07-25net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean
2019-07-25net: tsec: Make errors visibleVladimir Oltean
2019-07-25net: tsec: Reverse Christmas tree notationVladimir Oltean
2019-07-25net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean
2019-07-25net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean
2019-07-25net/macb: increase RX buffer size for GEMRamon Fried
2019-07-25net: macb: apply sane DMA configurationRamon Fried
2019-07-25net: macb: add dma_burst_length configRamon Fried
2019-07-25net: macb: add support for SGMII phy interfaceRamon Fried
2019-07-25net: macb: use bit access macro from header fileRamon Fried
2019-07-25net: macb: add support for faster clk ratesRamon Fried
2019-07-25net: macb: sync header definitions as taken from LinuxRamon Fried
2019-07-25doc: bindings: Add binding for register driven MDIO muxesAlex Marginean
2019-07-25drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean
2019-07-25net: designware: use 'phy_connect' instead of open codedSimon Goldschmidt
2019-07-25drivers: net: fsl_enetc: add support for SGMII 2500Alex Marginean
2019-07-25configs: ls1028a: enable networking options in rdb, qds defconfigAlex Marginean
2019-07-25arm: dts: ls1028a updates for network interfacesAlex Marginean
2019-07-25drivers: net: apply serdes configuration for ENETC Ethernet interfacesAlex Marginean
2019-07-25drivers: net: add NXP ENETC MDIO driverAlex Marginean
2019-07-25drivers: net: add NXP ENETC ethernet driverAlex Marginean
2019-07-25include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8Alex Marginean
2019-07-25spi: Drop obsolete mtk_qspi driver referencesWeijie Gao
2019-07-25spi: add spi-mem driver for MediaTek MT7629 SoCWeijie Gao
2019-07-24gitlab-ci: Update Docker image to xenial-20190720-24Jul2019 tagTom Rini
2019-07-24gitlab-ci: Add pyelftools to the binman testsuite sectionTom Rini
2019-07-24Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-24dm: device: make power domain calls optionalAnatolij Gustschin
2019-07-24buildman: fix invocation examples typosBaruch Siach
2019-07-24clk: initialize clk->data when using default xlateSekhar Nori
2019-07-24dm: uclass: fix comment copy/paste errorBaruch Siach
2019-07-24common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()Marek Vasut
2019-07-24dm: Fix parameter description of dev_read_name()Bin Meng
2019-07-24dm: core: Set correct "status" value for a nodeBin Meng
2019-07-24dm: core: Call clk_set_defaults() during probe() only for a valid ofnodeBin Meng
2019-07-24dm: timer: Skip device that does not have a valid ofnode in pre_probe()Bin Meng
2019-07-24fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not foundMasahiro Yamada
2019-07-24binman: Add a test for nested and aligned sectionsSimon Glass