summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini2021-05-2325-377/+452
|\
| * pinctrl: renesas: Implement unlock register masksMarek Vasut2021-05-212-21/+20
| * pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut2021-05-211-5/+5
| * pinctrl: renesas: Deduplicate KconfigMarek Vasut2021-05-211-69/+5
| * gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut2021-05-211-7/+6
| * clk: renesas: Deduplicate gen3_clk_get_rate64() PLL handlingMarek Vasut2021-05-211-43/+43
| * clk: renesas: Add register pointers into struct cpg_mssr_infoHai Pham2021-05-213-45/+65
| * clk: renesas: Introduce enum clk_reg_layoutHai Pham2021-05-211-0/+6
| * clk: renesas: Pass struct cpg_mssr_info to renesas_clk_endisable()Hai Pham2021-05-214-6/+8
| * clk: renesas: Make reset controller modemr register offset configurableMarek Vasut2021-05-2120-5/+21
| * clk: renesas: Add support for RPCD2 clockHai Pham2021-05-212-5/+17
| * clk: renesas: Fix Realtime Module Stop Control Register offsetsHai Pham2021-05-211-1/+1
| * clk: renesas: Fix incorrect return RPC clk_get_rateHai Pham2021-05-211-1/+1
| * clk: renesas: Reinstate RPC clock on R-Car D3/E3Marek Vasut2021-05-212-0/+18
| * clk: renesas: Synchronize R-Car Gen3 tables with Linux 5.12Marek Vasut2021-05-217-163/+212
| * clk: renesas: Synchronize R-Car Gen2 tables with Linux 5.12Marek Vasut2021-05-215-9/+6
| * clk: renesas: Synchronize RZ/G2 tables with Linux 5.12Marek Vasut2021-05-213-5/+26
* | net: mvpp2: add explicit sgmii-2500 supportMarcin Wojtas2021-05-201-16/+12
* | net: mvpp2: allow MDIO registration for fixed linksStefan Chulski2021-05-201-4/+13
* | net: mvpp2: fix missing switch case breakBen Peled2021-05-201-0/+2
* | net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REGBen Peled2021-05-201-3/+0
* | net: mvpp2: AN Bypass in 1000 and 2500 basex modeBen Peled2021-05-201-2/+4
* | net: mvpp2: Fix 2.5G GMII_SPEED configurationsStefan Chulski2021-05-201-1/+2
* | net: mvpp2: remove redundant SMI address configurationMarcin Wojtas2021-05-201-12/+0
* | net: mvpp2: add 1000BaseX and 2500BaseX ppv2 supportStefan Chulski2021-05-201-5/+112
* | net: mvpp2: add CP115 port1 10G/5G SFI supportStefan Chulski2021-05-201-58/+17
|/
* Merge branch '2021-05-17-assorted-fixes'Tom Rini2021-05-181-2/+3
|\
| * psci: rename psci_features functionIgor Opaniuk2021-05-171-2/+3
* | Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-05-181-1/+1
|\ \ | |/ |/|
| * riscv: Split SiFive CLINT support between SPL and U-Boot properBin Meng2021-05-171-1/+1
* | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-05-172-17/+87
|\ \
| * | pcie: designware: mvebu: do not configure ATU for IO when not usedMarcin Wojtas2021-05-161-12/+25
| * | spi: kirkwood: prevent limiting speed to 0Grzegorz Jaszczyk2021-05-161-1/+1
| * | spi: kirkwood: prevent configuring speed exceeding max controller freqMarcin Wojtas2021-05-161-0/+7
| * | spi: kirkwood: support extended baud ratesKen Ma2021-05-161-5/+55
| |/
* | usb: dwc3-generic: Disable host driver definition if gadget onlyKunihiko Hayashi2021-05-161-1/+2
* | usb: musb-new: Extend and move Allwinner quirk into KconfigAndre Przywara2021-05-162-2/+11
|/
* Merge tag 'u-boot-amlogic-20210514' of https://source.denx.de/u-boot/custodia...Tom Rini2021-05-142-5/+21
|\
| * net: designware: meson8b: add g12a compatibleNeil Armstrong2021-05-141-0/+1
| * net: dwmac_meson8b: do not set TX delay in TXID & RXIDNeil Armstrong2021-05-141-4/+19
| * usb: dwc3-meson-g12a: skip phy on -ENODATA aswellNeil Armstrong2021-05-141-1/+1
* | pwm: sifive: make set_config() and set_enable() work properlyVincent Chen2021-05-141-10/+11
* | clk: Add support for the k210 clock driver pre-relocationSean Anderson2021-05-141-4/+10
* | clk: k210: Move the clint clock to under aclkSean Anderson2021-05-141-1/+1
* | clk: k210: Remove k210_register_pllSean Anderson2021-05-142-28/+3
* | clk: k210: Fix PLL enable always getting takenSean Anderson2021-05-141-1/+2
* | clk: k210: Fix PLLs not being enabledSean Anderson2021-05-141-0/+2
* | clk: Warn on failure to assign rateSean Anderson2021-05-141-4/+7
|/
* w1: replace dt detection by automatic detectionKory Maincent2021-05-134-33/+87
* Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-05-1283-23478/+47964
|\