aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-26remoteproc: k3_rproc: Rename to ti_k3_arm64_rprocLokesh Vutla7-42/+43
2019-07-26remoteproc: k3_rproc: Update the driver to use ti_sci_proc helpersLokesh Vutla1-48/+31
2019-07-26remoteproc: tisci: add TI-SCI processor control helper functionsLokesh Vutla1-0/+121
2019-07-26cmd: remoteproc: Allow list command to print the probed devicesLokesh Vutla1-5/+4
2019-07-26cmd: remoteproc: Add support for initializing devices individuallyLokesh Vutla1-15/+18
2019-07-26arm: dts: k3-am654: Update power-domains property for each nodeLokesh Vutla7-13/+18
2019-07-26power: domain: ti_sci_power_domains: Add support for exclusive and shared accessLokesh Vutla1-1/+30
2019-07-26dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared accessLokesh Vutla2-2/+18
2019-07-26power-domain: Add private data to power domainLokesh Vutla1-13/+2
2019-07-26armv7R: k3: Release all the exclusive devicesLokesh Vutla1-0/+4
2019-07-26armv7R: K3: am654: Shut down R5 core after ATF startup on A53Andreas Dannenberg3-2/+68
2019-07-26firmware: ti_sci: Add a command for releasing all exclusive devicesLokesh Vutla2-0/+79
2019-07-26firmware: ti_sci: Add processor shutdown API methodAndreas Dannenberg3-4/+241
2019-07-26firmware: ti_sci: Allow for device shared and exclusive requestsLokesh Vutla2-5/+23
2019-07-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini63-468/+3081
2019-07-25net: sun8i_emac: Test the correct phyEmmanuel Vadot1-8/+21
2019-07-25net: davinci_emac: convert to using the driver modelBartosz Golaszewski15-74/+51
2019-07-25riscv: sifive: fu540: Sync-up config header with RISC-V QEMU supportAnup Patel1-7/+11
2019-07-25net: macb: Fix check for little-endian system in gmac_configure_dma()Anup Patel1-4/+7
2019-07-25net: macb: Extend MACB driver for SiFive Unleashed boardAnup Patel1-17/+56
2019-07-25Add support for the NXP LS1021A-TSN boardJianchao Wang13-1/+921
2019-07-25configs: ls1021atwr: Fix distro_bootcmd for QSPI bootVladimir Oltean1-1/+1
2019-07-25arm: ls1021atwr: Convert to use driver model TSEC driverBin Meng13-69/+85
2019-07-25net: tsec: Change compatible strings to match LinuxVladimir Oltean2-3/+3
2019-07-25net: tsec: Common handling of MAC station address for DM_ETHVladimir Oltean1-9/+2
2019-07-25net: tsec: Make errors visibleVladimir Oltean1-4/+4
2019-07-25net: tsec: Reverse Christmas tree notationVladimir Oltean1-5/+5
2019-07-25net: tsec: Fix offset of MDIO registers for DM_ETHVladimir Oltean2-7/+10
2019-07-25net: tsec: Refactor the readout of the tbi-handle propertyVladimir Oltean1-8/+7
2019-07-25net/macb: increase RX buffer size for GEMRamon Fried1-8/+23
2019-07-25net: macb: apply sane DMA configurationRamon Fried1-0/+28
2019-07-25net: macb: add dma_burst_length configRamon Fried1-1/+21
2019-07-25net: macb: add support for SGMII phy interfaceRamon Fried1-0/+7
2019-07-25net: macb: use bit access macro from header fileRamon Fried1-33/+15
2019-07-25net: macb: add support for faster clk ratesRamon Fried2-1/+7
2019-07-25net: macb: sync header definitions as taken from LinuxRamon Fried2-214/+662
2019-07-25doc: bindings: Add binding for register driven MDIO muxesAlex Marginean1-0/+82
2019-07-25drivers: net: driver for MDIO muxes controlled over I2CAlex Marginean2-0/+9
2019-07-25net: designware: use 'phy_connect' instead of open codedSimon Goldschmidt1-5/+3
2019-07-25drivers: net: fsl_enetc: add support for SGMII 2500Alex Marginean2-7/+23
2019-07-25configs: ls1028a: enable networking options in rdb, qds defconfigAlex Marginean4-2/+16
2019-07-25arm: dts: ls1028a updates for network interfacesAlex Marginean3-0/+50
2019-07-25drivers: net: apply serdes configuration for ENETC Ethernet interfacesAlex Marginean3-5/+189
2019-07-25drivers: net: add NXP ENETC MDIO driverAlex Marginean5-2/+229
2019-07-25drivers: net: add NXP ENETC ethernet driverAlex Marginean4-0/+556
2019-07-25include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8Alex Marginean1-0/+4
2019-07-24gitlab-ci: Update Docker image to xenial-20190720-24Jul2019 tagTom Rini1-1/+1
2019-07-24gitlab-ci: Add pyelftools to the binman testsuite sectionTom Rini1-0/+3
2019-07-24Merge tag 'dm-pull-24jul19-take3' of https://gitlab.denx.de/u-boot/custodians...Tom Rini87-923/+8158
2019-07-24dm: device: make power domain calls optionalAnatolij Gustschin1-1/+2