summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay
2021-06-05pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak
2021-06-05of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng
2021-06-05of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng
2021-06-04arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár
2021-06-04arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár
2021-06-04arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár
2021-05-31drivers: pci: pcie_dw_common: fix Werror compilation errorGreen Wan
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan
2021-05-31drivers: pci: add pcie support for fu740Green Wan
2021-05-31drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan
2021-05-31drivers: clk: add fu740 supportGreen Wan
2021-05-28reset: stm32: Fix bank and offset computationPatrice Chotard
2021-05-28dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay
2021-05-27Merge tag 'ti-v2021.07-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-05-27firmware: ti_sci: Update ti_sci_msg_req_reboot to include domainDave Gerlach
2021-05-26pinctrl: single: Fix probe failure getting register area sizeVignesh Raghavendra
2021-05-25net: Remove ne2000 driverTom Rini
2021-05-24ata: ahci: fix ahci_link_up() type mismatch for LTOMarek Behún
2021-05-24ARM: fix LTO for apf27Marek Behún
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-05-24regmap: fix a serious pointer casting bugMarek Behún
2021-05-23Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2021-05-21pinctrl: renesas: Implement unlock register masksMarek Vasut
2021-05-21pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut
2021-05-21pinctrl: renesas: Deduplicate KconfigMarek Vasut
2021-05-21gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut
2021-05-21clk: renesas: Deduplicate gen3_clk_get_rate64() PLL handlingMarek Vasut
2021-05-21clk: renesas: Add register pointers into struct cpg_mssr_infoHai Pham
2021-05-21clk: renesas: Introduce enum clk_reg_layoutHai Pham
2021-05-21clk: renesas: Pass struct cpg_mssr_info to renesas_clk_endisable()Hai Pham
2021-05-21clk: renesas: Make reset controller modemr register offset configurableMarek Vasut
2021-05-21clk: renesas: Add support for RPCD2 clockHai Pham
2021-05-21clk: renesas: Fix Realtime Module Stop Control Register offsetsHai Pham
2021-05-21clk: renesas: Fix incorrect return RPC clk_get_rateHai Pham
2021-05-21clk: renesas: Reinstate RPC clock on R-Car D3/E3Marek Vasut
2021-05-21clk: renesas: Synchronize R-Car Gen3 tables with Linux 5.12Marek Vasut
2021-05-21clk: renesas: Synchronize R-Car Gen2 tables with Linux 5.12Marek Vasut
2021-05-21clk: renesas: Synchronize RZ/G2 tables with Linux 5.12Marek Vasut
2021-05-20net: mvpp2: add explicit sgmii-2500 supportMarcin Wojtas
2021-05-20net: mvpp2: allow MDIO registration for fixed linksStefan Chulski
2021-05-20net: mvpp2: fix missing switch case breakBen Peled
2021-05-20net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REGBen Peled
2021-05-20net: mvpp2: AN Bypass in 1000 and 2500 basex modeBen Peled
2021-05-20net: mvpp2: Fix 2.5G GMII_SPEED configurationsStefan Chulski
2021-05-20net: mvpp2: remove redundant SMI address configurationMarcin Wojtas
2021-05-20net: mvpp2: add 1000BaseX and 2500BaseX ppv2 supportStefan Chulski
2021-05-20net: mvpp2: add CP115 port1 10G/5G SFI supportStefan Chulski
2021-05-18Merge branch '2021-05-17-assorted-fixes'Tom Rini