summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/25Jan2021Tom Rini2021-01-2510-69/+260
|\
| * clk: sunxi: Add support for H616 clocksJernej Skrabec2021-01-253-0/+128
| * sunxi: gpio: introduce compatible for H616Jernej Skrabec2021-01-251-0/+2
| * sunxi: Add support for H616 SoCJernej Skrabec2021-01-251-0/+1
| * mmc: sunxi: Refactor mod clock register offsetAndre Przywara2021-01-251-61/+23
| * i2c: mvtwsi: sunxi: update macroJernej Skrabec2021-01-251-1/+1
| * mmc: sunxi: Replace H6 ifdefs with H6 gen macroJernej Skrabec2021-01-251-6/+6
| * sunxi: Add support for AXP305 PMICJernej Skrabec2021-01-253-1/+96
| * net: sun8i-emac: Allow all RGMII PHY modesAndre Przywara2021-01-251-0/+3
* | Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini2021-01-2525-12/+2709
|\ \ | |/ |/|
| * reset: reset-mtmips: add DM_FLAG_PRE_RELOC flagWeijie Gao2021-01-241-0/+1
| * mmc: mtk-sd: assign plat->cfg.f_max with a correct valueWeijie Gao2021-01-241-0/+2
| * mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCsWeijie Gao2021-01-241-3/+118
| * mmc: mtk-sd: fix sclk cycles shift valueWeijie Gao2021-01-241-9/+4
| * net: add ethernet driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+1235
| * phy: add USB PHY driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+118
| * spi: add spi controller support for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+289
| * gpio: add GPIO controller driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+155
| * watchdog: add watchdog driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+150
| * pinctrl: mtmips: add support for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+210
| * clk: add clock driver for MediaTek MT7620 SoCWeijie Gao2021-01-242-0/+160
| * serial: add uart driver for MediaTek MT7620 SoCWeijie Gao2021-01-243-0/+267
* | Merge tag 'u-boot-imx-20210125' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-257-7/+136
|\ \
| * | spi: imx: Use clock framework if enabledMarek Vasut2021-01-231-0/+12
| * | spi: imx: Define register bits in the driverMarek Vasut2021-01-231-0/+76
| * | clk: imx: Add ECSPI to iMX8MNMarek Vasut2021-01-231-0/+29
| * | spi: nxp_fspi: Enable support for nxp,imx8mm-fspiAdam Ford2021-01-231-0/+9
| * | mmc: fsl_esdhc_imx.c: fix compiler warningHeiko Schocher2021-01-231-0/+2
| * | w1: mxc: fix buildMartin Fuzzey2021-01-231-1/+1
| * | imx: imx8mn_evk: correct stack/malloc adressPeng Fan2021-01-231-4/+4
| * | imx: ddr: imx8m: Move selfref_en after DDR scrubYe Li2021-01-231-2/+3
* | | Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-01-253-18/+161
|\ \ \ | |_|/ |/| |
| * | net: macb: take into account all RGMII interface typesClaudiu Beznea2021-01-221-1/+4
| * | net: macb: add support for sama7g5 emacClaudiu Beznea2021-01-221-0/+9
| * | net: macb: add support for sama7g5 gmacClaudiu Beznea2021-01-221-0/+33
| * | net: macb: check clk_set_rate return value to be negativeClaudiu Beznea2021-01-221-1/+1
| * | net: macb: add user io config data structureClaudiu Beznea2021-01-221-12/+41
| * | pinctrl: at91-pio4: implement drive strength supportEugen Hristev2021-01-221-0/+8
| * | pinctrl: at91-pio4: convert to dev_read_propEugen Hristev2021-01-221-3/+3
| * | net: phy: micrel: fix typoClaudiu Beznea2021-01-191-1/+1
| * | net: phy: micrel: add support for DLL setup on ksz9131Claudiu Beznea2021-01-191-1/+62
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.gitTom Rini2021-01-221-56/+0
|\ \ \ | |_|/ |/| |
| * | mmc: exynos_dw_mmc: remove unused functionJaehoon Chung2021-01-131-56/+0
* | | pci: Add Rockchip dwc based PCIe controller driverShawn Lin2021-01-214-0/+890
* | | phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHYShawn Lin2021-01-213-0/+164
* | | mmc: xenon_sdhci: Remove duplicated macrosMichal Simek2021-01-201-12/+0
* | | net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut2021-01-191-78/+51
* | | net: ks8851: Reset internal RXFC count on bad packetMarek Vasut2021-01-191-1/+2
* | | net: ftgmac100: Read and retain MAC addressHongwei Zhang2021-01-191-0/+32
* | | net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray2021-01-191-3/+14