summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch '2019-07-24-master-imports'Tom Rini2019-07-2435-114/+954
|\
| * psci: Fix warnings when compiling with W=1Patrick Delaunay2019-07-245-13/+28
| * distro_bootcmd: refactor virtio to support PCI block devicesDavid Abdurachmanov2019-07-241-6/+21
| * remoteproc: Fix potential build issues with SPL remoteprocSuman Anna2019-07-241-1/+1
| * doc: fitImage: Cosmetics break linesMickaël Tansorier2019-07-241-0/+3
| * doc: fitImage: Fix conf number incrementationMickaël Tansorier2019-07-241-2/+2
| * doc: Add the U-Boot logo to the html docBin Meng2019-07-241-1/+1
| * doc: Add .gitignore for the Sphinx build output directoryBin Meng2019-07-242-1/+1
| * spl: sata: support U-Boot load from raw sata diskBaruch Siach2019-07-242-0/+48
| * scripts/kernel-doc: fix parsing of function pointersHeinrich Schuchardt2019-07-241-1/+1
| * scripts/kernel-doc: update script from Linux 5.2Heinrich Schuchardt2019-07-241-18/+19
| * doc: Cope with Sphinx logging deprecationsJonathan Corbet2019-07-243-21/+59
| * env: am57xx: Implement A/B boot processRuslan Trofymenko2019-07-241-6/+52
| * doc: android: Add simple guide for A/B updatesRuslan Trofymenko2019-07-241-0/+67
| * test/py: Add base test case for A/B updatesRuslan Trofymenko2019-07-242-0/+77
| * cmd: Add 'ab_select' commandRuslan Trofymenko2019-07-243-0/+68
| * common: Implement A/B metadataRuslan Trofymenko2019-07-244-0/+345
| * disk: part: Extend API to get partition infoRuslan Trofymenko2019-07-242-0/+89
| * cmd: bcb: Apply non-functional refinementsEugeniu Rosca2019-07-241-21/+22
| * cmd: bcb: Use strcmp() instead of strncmp() for string literalsEugeniu Rosca2019-07-241-11/+11
| * cmd: bcb: Fix duplicated handling in two case-branchesEugeniu Rosca2019-07-241-3/+0