summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-05-07phy: atheros: add device tree bindings and configMichael Walle
2020-05-07phy: atheros: move delay config to common functionMichael Walle
2020-05-07phy: atheros: introduce debug read and write functionsMichael Walle
2020-05-07phy: atheros: use defines for PHY IDsMichael Walle
2020-05-07phy: atheros: fix AR8021 PHY ID maskMichael Walle
2020-05-07phy: atheros: Clarify the intention of ar8021_configVladimir Oltean
2020-05-07phy: atheros: Explicitly disable RGMII delaysVladimir Oltean
2020-05-07phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean
2020-05-07phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean
2020-05-07phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean
2020-05-07uart: pl011: Add proper DM clock supportAndre Przywara
2020-05-06cache: l2x0: Fix missing write to Auxiliary Control RegisterLey Foon Tan
2020-05-05Merge git://git.denx.de/u-boot-usbTom Rini
2020-05-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-05-04net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck
2020-05-04Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2020-05-04Merge branch 'next' of git://git.denx.de/u-boot-shTom Rini
2020-05-04doc: fix references to README.qe_firmwareHeinrich Schuchardt
2020-05-04rtc: pt7c4338: Add driver model supportBiwen Li
2020-05-04rtc: ds1337: Add driver model supportBiwen Li
2020-05-02xhci: mediatek: Add support for MTK xHCI host controllerChunfeng Yun
2020-05-02phy: phy-mtk-tphy: add a new reference clockChunfeng Yun
2020-05-02phy: phy-mtk-tphy: add support new versionChunfeng Yun
2020-05-02phy: phy-mtk-tphy: add support USB physChunfeng Yun
2020-05-02usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun
2020-05-02usb: dwc3: use the phy bulk API to get physChunfeng Yun
2020-05-02phy: Add API for a bulk of physChunfeng Yun
2020-05-02dm: core: Add function to get child count of ofnode or deviceChunfeng Yun
2020-05-01clk: imx: clk-imxrt1050: fix lcdif clock gateGiulio Benetti
2020-05-01video: mxsfb: add clk_enable()Giulio Benetti
2020-05-01watchdog MediaTek add upstream compatibleMatthias Brugger
2020-05-01timer MediaTek use upstream compatibleMatthias Brugger
2020-05-01rtc: pcf2127: don't add/subtract 1 to tm_monRasmus Villemoes
2020-05-01net: smc911x: Add DM supportMarek Vasut
2020-05-01net: fec: Add possibility to enable TXC delayPhilippe Schenker
2020-05-01net: phy: micrel: Add basic support for KSZ9131Philippe Schenker
2020-05-01net: phy: micrel: Use defines for PHY_IDs and MASKPhilippe Schenker
2020-05-01imx8: Configure SNVSFranck LENORMAND
2020-05-01imx8: Update SCFW API to version 1.5Ye Li
2020-05-01imx8: scu api: Add support for SECO manufacturing protection APIsBreno Lima
2020-05-01net: smc911x: Split non-DM specific bits from common codeMarek Vasut
2020-05-01net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Pass around driver private dataMarek Vasut
2020-05-01net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut
2020-05-01net: smc911x: Pull MII registration into separate functionMarek Vasut
2020-05-01net: smc911x: Fix potential memleak() in init fail pathMarek Vasut
2020-05-01net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut