aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-25Merge tag 'u-boot-atmel-2021.04-b' of https://gitlab.denx.de/u-boot/custodian...Tom Rini3-18/+161
2021-01-22Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.gitTom Rini1-56/+0
2021-01-22net: macb: take into account all RGMII interface typesClaudiu Beznea1-1/+4
2021-01-22net: macb: add support for sama7g5 emacClaudiu Beznea1-0/+9
2021-01-22net: macb: add support for sama7g5 gmacClaudiu Beznea1-0/+33
2021-01-22net: macb: check clk_set_rate return value to be negativeClaudiu Beznea1-1/+1
2021-01-22net: macb: add user io config data structureClaudiu Beznea1-12/+41
2021-01-22pinctrl: at91-pio4: implement drive strength supportEugen Hristev1-0/+8
2021-01-22pinctrl: at91-pio4: convert to dev_read_propEugen Hristev1-3/+3
2021-01-21pci: Add Rockchip dwc based PCIe controller driverShawn Lin4-0/+890
2021-01-21phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHYShawn Lin3-0/+164
2021-01-20mmc: xenon_sdhci: Remove duplicated macrosMichal Simek1-12/+0
2021-01-19net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut1-78/+51
2021-01-19net: ks8851: Reset internal RXFC count on bad packetMarek Vasut1-1/+2
2021-01-19net: ftgmac100: Read and retain MAC addressHongwei Zhang1-0/+32
2021-01-19net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray1-3/+14
2021-01-19net: phy: micrel: fix typoClaudiu Beznea1-1/+1
2021-01-19net: phy: micrel: add support for DLL setup on ksz9131Claudiu Beznea1-1/+62
2021-01-18timer: mtk_timer: initialize the timer before useWeijie Gao1-0/+10
2021-01-18pinctrl: mediatek: correct error handlingHeinrich Schuchardt1-0/+1
2021-01-18mtd: remove drivers/mtd/mw_eeprom.cHeinrich Schuchardt2-239/+0
2021-01-18drivers: qe: avoid double free()Heinrich Schuchardt1-1/+0
2021-01-18mmc: fsl_esdhc_spl: remove superfluous free()Heinrich Schuchardt1-3/+0
2021-01-18dma: bcm6348: incorrect buffer allocationHeinrich Schuchardt1-2/+2
2021-01-18power: pmic: add driver for Monolithic Power mp5416Tim Harvey3-0/+114
2021-01-18aspeed: Add AST2600 platform supportChia-Wei, Wang1-0/+5
2021-01-18reset: aspeed: Add AST2600 reset supportChia-Wei, Wang3-0/+118
2021-01-18wdt: aspeed: Add AST2600 watchdog supportChia-Wei, Wang3-0/+120
2021-01-18ram: aspeed: Add AST2600 DRAM control supportDylan Hung3-2/+1123
2021-01-18clk: aspeed: Add AST2600 clock supportRyan Chen2-0/+1174
2021-01-18mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC supportKate Liu4-0/+1696
2021-01-18mmc: Only retrieve cd pin when GPIO is enabledHarm Berntsen1-2/+4
2021-01-18clk: mediatek: Add MT8183 clock driverFabien Parent2-0/+824
2021-01-18Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini1-5/+72
2021-01-18Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/18Jan2021Tom Rini13-20/+707
2021-01-18pinctrl: renesas: Implement get_pin_muxing() callbackLad Prabhakar1-0/+25
2021-01-18pinctrl: renesas: Make sure the pin type is updated after setting the MUXLad Prabhakar1-5/+47
2021-01-18clk: Add Microchip PolarFire SoC clock driverPadmarao Begari8-0/+514
2021-01-18net: macb: Add phy address to read it from device treePadmarao Begari1-0/+13
2021-01-18net: macb: Add DMA 64-bit address support for macbPadmarao Begari2-17/+120
2021-01-18riscv: timer: Add support for an early timerPragnesh Patel3-3/+60
2021-01-16ram: k3-j721e: rename BIT_MASK()Heinrich Schuchardt2-15/+19
2021-01-16mtd: misplaced log.h and dm/devres.hHeinrich Schuchardt1-2/+0
2021-01-16drivers: serial: probe all uart devicesVabhav Sharma2-0/+25
2021-01-16dm: core: add function uclass_probe_all() to probe all devicesVabhav Sharma1-0/+19
2021-01-16power: regulator: Kconfig: add a dependency for POWER_SUPPORT for SPLNishanth Menon1-1/+1
2021-01-16Kconfig: simple panel requires backlightMarcin Juszkiewicz1-1/+1
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski1-1/+1
2021-01-15common: board_r: Drop initr_bbmii wrapperOvidiu Panait1-1/+3
2021-01-15common: board_r: Drop initr_xen wrapperOvidiu Panait1-1/+3