summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sata: dwc_ahsata: Fix memory issue in reset_sataYe Li2020-05-081-0/+3
* sata: dwc_ahsata: Fix incorrect freeYe Li2020-05-081-1/+0
* sata: ahsata: Fix wrong operand for checking SERR DIAG_XYe Li2020-05-081-1/+1
* sata: ahsata: Fix resource leakYe Li2020-05-081-0/+5
* configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigsPatrick Delaunay2020-05-081-0/+7
* configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigsPatrick Delaunay2020-05-081-0/+5
* phy: atheros: consolidate {ar8031|ar8035}_config()WIP/2020-05-07-atheros-phy-improvementsMichael Walle2020-05-071-27/+3
* phy: atheros: ar8035: remove static clock configMichael Walle2020-05-071-13/+0
* phy: atheros: add device tree bindings and configMichael Walle2020-05-071-2/+222
* phy: atheros: move delay config to common functionMichael Walle2020-05-071-16/+22
* phy: atheros: introduce debug read and write functionsMichael Walle2020-05-071-16/+41
* phy: atheros: use defines for PHY IDsMichael Walle2020-05-071-3/+7
* phy: atheros: fix AR8021 PHY ID maskMichael Walle2020-05-071-1/+1
* phy: atheros: Clarify the intention of ar8021_configVladimir Oltean2020-05-071-4/+4
* phy: atheros: Explicitly disable RGMII delaysVladimir Oltean2020-05-071-0/+8
* phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean2020-05-071-5/+14
* phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean2020-05-071-28/+41
* phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean2020-05-071-4/+0
* uart: pl011: Add proper DM clock supportAndre Przywara2020-05-071-16/+33
* cache: l2x0: Fix missing write to Auxiliary Control RegisterLey Foon Tan2020-05-061-0/+2
* Merge git://git.denx.de/u-boot-usbWIP/05May2020Tom Rini2020-05-0512-172/+771
|\
| * xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun2020-05-024-0/+320
| * phy: phy-mtk-tphy: add a new reference clockChunfeng Yun2020-05-021-3/+18
| * phy: phy-mtk-tphy: add support new versionChunfeng Yun2020-05-021-5/+63
| * phy: phy-mtk-tphy: add support USB physChunfeng Yun2020-05-021-9/+218
| * usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun2020-05-021-76/+17
| * usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-023-79/+22
| * phy: Add API for a bulk of physChunfeng Yun2020-05-021-0/+97
| * dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2020-05-022-0/+16
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2020-05-053-2/+232
|\ \
| * | doc: fix references to README.qe_firmwareHeinrich Schuchardt2020-05-041-2/+4
| * | rtc: pt7c4338: Add driver model supportBiwen Li2020-05-041-0/+100
| * | rtc: ds1337: Add driver model supportBiwen Li2020-05-041-0/+128
| |/
* | Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-05-046-3/+273
|\ \
| * | clk: imx: clk-imxrt1050: fix lcdif clock gateGiulio Benetti2020-05-011-1/+1
| * | video: mxsfb: add clk_enable()Giulio Benetti2020-05-011-0/+6
| * | net: fec: Add possibility to enable TXC delayPhilippe Schenker2020-05-012-0/+12
| * | net: phy: micrel: Add basic support for KSZ9131Philippe Schenker2020-05-011-0/+58
| * | net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker2020-05-011-2/+2
| * | imx8: Configure SNVSFranck LENORMAND2020-05-011-4/+68
| * | imx8: Update SCFW API to version 1.5Ye Li2020-05-011-0/+50
| * | imx8: scu api: Add support for SECO manufacturing protection APIsBreno Lima2020-05-011-0/+80
* | | net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck2020-05-041-11/+23
* | | Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2020-05-049-19/+246
|\ \ \
| * | | clk: rk3399: Set empty for HCLK_SD assigned-clocksJagan Teki2020-05-011-0/+1
| * | | rockchip: rng: Add a driver for random number generator(rng) deviceLin Jinhan2020-04-293-0/+233
| * | | rockchip: video: Convert to use APIs which support live DTKever Yang2020-04-285-15/+10
| * | | rockchip: video: Use ofnode_decode_display_timing() to parse timingKever Yang2020-04-282-4/+2
* | | | Merge branch 'next' of git://git.denx.de/u-boot-shTom Rini2020-05-047-1170/+1292
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: smc911x: Add DM supportMarek Vasut2020-05-012-0/+117