summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mmc: am654_sdhci: Separate J721E compatible into 8bit and 4bit versionsFaiz Abbas2019-07-261-43/+71
* remoteproc: k3_rproc: Rename to ti_k3_arm64_rprocLokesh Vutla2019-07-263-38/+41
* remoteproc: k3_rproc: Update the driver to use ti_sci_proc helpersLokesh Vutla2019-07-261-48/+31
* remoteproc: tisci: add TI-SCI processor control helper functionsLokesh Vutla2019-07-261-0/+121
* power: domain: ti_sci_power_domains: Add support for exclusive and shared accessLokesh Vutla2019-07-261-1/+30
* firmware: ti_sci: Add a command for releasing all exclusive devicesLokesh Vutla2019-07-261-0/+75
* firmware: ti_sci: Add processor shutdown API methodAndreas Dannenberg2019-07-262-4/+237
* firmware: ti_sci: Allow for device shared and exclusive requestsLokesh Vutla2019-07-261-5/+20
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-netWIP/25Jul2019Tom Rini2019-07-2511-346/+1897
|\
| * net: sun8i_emac: Test the correct phyEmmanuel Vadot2019-07-251-8/+21
| * net: davinci_emac: convert to using the driver modelBartosz Golaszewski2019-07-251-35/+42
| * 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
| * net: tsec: Change compatible strings to match LinuxVladimir Oltean2019-07-251-1/+1
| * 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-251-6/+7
| * 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
| * 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
| * 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
* | dm: device: make power domain calls optionalAnatolij Gustschin2019-07-241-1/+2
* | clk: initialize clk->data when using default xlateSekhar Nori2019-07-241-0/+2
* | 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
|/
* Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-2313-2/+750
|\
| * rtc: Add rtc driver for stm32mp1Patrick Delaunay2019-07-223-0/+330
| * clk: stm32mp1: Add RTC clock entryPatrick Delaunay2019-07-221-0/+9
| * spi: stm32_qspi: Remove "st, stm32-qspi" compatible stringPatrice Chotard2019-07-221-1/+0
| * remoteproc: Introduce STM32 Cortex-M4 remoteproc driverFabien Dessenne2019-07-223-0/+268
| * remoteproc: add elf file load supportFabien Dessenne2019-07-223-1/+126
| * dm: core: Introduce xxx_translate_dma_address()Fabien Dessenne2019-07-223-0/+17
* | Merge tag 'rockchip-for-v2019.07-2' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2019-07-231-4/+4
|\ \
| * | rockchip: sdhci: Fix sdhci mmc driver probe abortKever Yang2019-07-201-4/+4
* | | Merge tag 'rockchip-for-v2019.07' of https://gitlab.denx.de/u-boot/custodians...WIP/21Jul2019Tom Rini2019-07-2114-390/+5285
|\ \ \ | |/ /
| * | rockchip: video: rk3288_hdmi: Add missing call to dw_hdmi_enable()Niklas Schulze2019-07-201-1/+1
| * | rockchip: rk322x: sdram: use udelay instead of rockchip_udelayKever Yang2019-07-201-15/+14
| * | ram: rk3399: Add lpddr4 set rate supportJagan Teki2019-07-201-12/+661