summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-09usb: ehci-mx6: add support for i.MXRTGiulio Benetti2-7/+8
2021-06-09clk: imx: clk-imxrt1050: introduce IMXRT1050_CLK_USBOH3Giulio Benetti1-0/+2
2021-06-09clk: imx: clk-imxrt1050: introduce LCDIF_PIX and rename LCDIF to LCDIF_APBGiulio Benetti1-2/+4
2021-06-09video: mxsfb: add enabling of "disp_axi" clockGiulio Benetti1-0/+11
2021-06-09video: mxsfb: add enabling of "axi" clock other than "per" clockGiulio Benetti1-7/+18
2021-06-09timer: imx-gpt: Add timer support for i.MX SoCs familyGiulio Benetti3-0/+170
2021-06-07pinctrl: renesas: Synchronize R-Car Gen2/Gen3 tables with Linux 5.12Marek Vasut12-1115/+1834
2021-06-05net: luton: remove address translation after ofnode_read_resourcePatrick Delaunay1-4/+1
2021-06-05pwm: cros_ec: Rename "priv_auto_alloc_size" to "priv_auto"Alper Nebi Yasak1-1/+1
2021-06-05of: addr: Remove call to dev_count_cells() in of_get_address()Bin Meng1-6/+0
2021-06-05of: addr: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'Bin Meng1-1/+5
2021-06-04arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár1-1/+157
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár1-1/+1
2021-06-04arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár1-0/+6
2021-06-04arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár1-5/+0
2021-05-31drivers: pci: pcie_dw_common: fix Werror compilation errorGreen Wan1-25/+29
2021-05-31board: sifive: add HiFive Unmatched board supportGreen Wan1-1/+1
2021-05-31drivers: pci: add pcie support for fu740Green Wan3-0/+518
2021-05-31drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan3-49/+50
2021-05-31drivers: clk: add fu740 supportGreen Wan9-754/+1287
2021-05-28reset: stm32: Fix bank and offset computationPatrice Chotard1-4/+4
2021-05-28dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay1-1/+3
2021-05-27Merge tag 'ti-v2021.07-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-0/+3
2021-05-27firmware: ti_sci: Update ti_sci_msg_req_reboot to include domainDave Gerlach2-0/+3
2021-05-27pinctrl: single: Fix probe failure getting register area sizeVignesh Raghavendra1-8/+2
2021-05-25net: Remove ne2000 driverTom Rini6-1576/+0
2021-05-24ata: ahci: fix ahci_link_up() type mismatch for LTOMarek Behún1-1/+1
2021-05-24ARM: fix LTO for apf27Marek Behún1-1/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún11-14/+14
2021-05-24regmap: fix a serious pointer casting bugMarek Behún1-2/+57
2021-05-23Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini25-377/+452
2021-05-21pinctrl: renesas: Implement unlock register masksMarek Vasut2-21/+20
2021-05-21pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut1-5/+5
2021-05-21pinctrl: renesas: Deduplicate KconfigMarek Vasut1-69/+5
2021-05-21gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut1-7/+6
2021-05-21clk: renesas: Deduplicate gen3_clk_get_rate64() PLL handlingMarek Vasut1-43/+43
2021-05-21clk: renesas: Add register pointers into struct cpg_mssr_infoHai Pham3-45/+65
2021-05-21clk: renesas: Introduce enum clk_reg_layoutHai Pham1-0/+6
2021-05-21clk: renesas: Pass struct cpg_mssr_info to renesas_clk_endisable()Hai Pham4-6/+8
2021-05-21clk: renesas: Make reset controller modemr register offset configurableMarek Vasut20-5/+21
2021-05-21clk: renesas: Add support for RPCD2 clockHai Pham2-5/+17
2021-05-21clk: renesas: Fix Realtime Module Stop Control Register offsetsHai Pham1-1/+1
2021-05-21clk: renesas: Fix incorrect return RPC clk_get_rateHai Pham1-1/+1
2021-05-21clk: renesas: Reinstate RPC clock on R-Car D3/E3Marek Vasut2-0/+18
2021-05-21clk: renesas: Synchronize R-Car Gen3 tables with Linux 5.12Marek Vasut7-163/+212
2021-05-21clk: renesas: Synchronize R-Car Gen2 tables with Linux 5.12Marek Vasut5-9/+6
2021-05-21clk: renesas: Synchronize RZ/G2 tables with Linux 5.12Marek Vasut3-5/+26
2021-05-20net: mvpp2: add explicit sgmii-2500 supportMarcin Wojtas1-16/+12
2021-05-20net: mvpp2: allow MDIO registration for fixed linksStefan Chulski1-4/+13
2021-05-20net: mvpp2: fix missing switch case breakBen Peled1-0/+2