summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-08configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigsPatrick Delaunay1-0/+7
2020-05-08configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigsPatrick Delaunay1-0/+5
2020-05-07phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle1-27/+3
2020-05-07phy: atheros: ar8035: remove static clock configMichael Walle1-13/+0
2020-05-07phy: atheros: add device tree bindings and configMichael Walle1-2/+222
2020-05-07phy: atheros: move delay config to common functionMichael Walle1-16/+22
2020-05-07phy: atheros: introduce debug read and write functionsMichael Walle1-16/+41
2020-05-07phy: atheros: use defines for PHY IDsMichael Walle1-3/+7
2020-05-07phy: atheros: fix AR8021 PHY ID maskMichael Walle1-1/+1
2020-05-07phy: atheros: Clarify the intention of ar8021_configVladimir Oltean1-4/+4
2020-05-07phy: atheros: Explicitly disable RGMII delaysVladimir Oltean1-0/+8
2020-05-07phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean1-5/+14
2020-05-07phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean1-28/+41
2020-05-07phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean1-4/+0
2020-05-07uart: pl011: Add proper DM clock supportAndre Przywara1-16/+33
2020-05-06cache: l2x0: Fix missing write to Auxiliary Control RegisterLey Foon Tan1-0/+2
2020-05-05Merge git://git.denx.de/u-boot-usbTom Rini12-172/+771
2020-05-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini3-2/+232
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini6-3/+273
2020-05-04net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck1-11/+23
2020-05-04Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodi...Tom Rini9-19/+246
2020-05-04Merge branch 'next' of git://git.denx.de/u-boot-shTom Rini7-1170/+1292
2020-05-04doc: fix references to README.qe_firmwareHeinrich Schuchardt1-2/+4
2020-05-04rtc: pt7c4338: Add driver model supportBiwen Li1-0/+100
2020-05-04rtc: ds1337: Add driver model supportBiwen Li1-0/+128
2020-05-02xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun4-0/+320
2020-05-02phy: phy-mtk-tphy: add a new reference clockChunfeng Yun1-3/+18
2020-05-02phy: phy-mtk-tphy: add support new versionChunfeng Yun1-5/+63
2020-05-02phy: phy-mtk-tphy: add support USB physChunfeng Yun1-9/+218
2020-05-02usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun1-76/+17
2020-05-02usb: dwc3: use the phy bulk API to get physChunfeng Yun3-79/+22
2020-05-02phy: Add API for a bulk of physChunfeng Yun1-0/+97
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun2-0/+16
2020-05-01clk: imx: clk-imxrt1050: fix lcdif clock gateGiulio Benetti1-1/+1
2020-05-01video: mxsfb: add clk_enable()Giulio Benetti1-0/+6
2020-05-01watchdog MediaTek add upstream compatibleMatthias Brugger1-0/+1
2020-05-01timer MediaTek use upstream compatibleMatthias Brugger1-0/+1
2020-05-01rtc: pcf2127: don't add/subtract 1 to tm_monRasmus Villemoes1-2/+2
2020-05-01net: smc911x: Add DM supportMarek Vasut2-0/+117
2020-05-01net: fec: Add possibility to enable TXC delayPhilippe Schenker2-0/+12
2020-05-01net: phy: micrel: Add basic support for KSZ9131Philippe Schenker1-0/+58
2020-05-01net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker1-2/+2
2020-05-01imx8: Configure SNVSFranck LENORMAND1-4/+68
2020-05-01imx8: Update SCFW API to version 1.5Ye Li1-0/+50
2020-05-01imx8: scu api: Add support for SECO manufacturing protection APIsBreno Lima1-0/+80
2020-05-01net: smc911x: Split non-DM specific bits from common codeMarek Vasut1-14/+43
2020-05-01net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut1-14/+16
2020-05-01net: smc911x: Pass around driver private dataMarek Vasut1-108/+124
2020-05-01net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut1-6/+7
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut1-10/+4