summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-05-12ram: k3-j721e: lpddr4_address_slice_0_macros: Fix indentation issuesDave Gerlach1-167/+167
2021-05-12mailbox: k3-sec-proxy: Extend valid thread IDsDave Gerlach1-9/+1
2021-05-12mmc: sdhci_am654: Add Support for TI's AM642 SoCDave Gerlach1-0/+18
2021-05-12Revert "fdt: translate address if #size-cells = <0>"Dario Binacchi5-24/+13
2021-05-12clk: ti: am3-dpll: use custom API for memory accessDario Binacchi1-33/+53
2021-05-12clk: ti: gate: use custom API for memory accessDario Binacchi1-11/+12
2021-05-12clk: ti: change clk_ti_latch() signatureDario Binacchi4-24/+28
2021-05-12clk: ti: add custom API for memory accessDario Binacchi2-0/+98
2021-05-07Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-2/+8
2021-05-05atcspi200: Add timeout mechanism in spi_xfer()Dylan Jhong1-2/+8
2021-05-04sysinfo: Add gpio-sysinfo driverSean Anderson3-0/+150
2021-05-04sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson1-1/+28
2021-05-04sysinfo: Use global sysinfo IDs for existing sysinfo driversSean Anderson2-4/+6
2021-05-04dm: gpio: Fix gpio_get_list_count failing with livetreeSean Anderson1-3/+3
2021-04-30Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini7-24/+17
2021-04-29Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini3-6/+3
2021-04-29spi: zynqmp: Remove gd referenceMichal Simek1-3/+0
2021-04-29Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini1-5/+5
2021-04-29Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini10-1280/+335
2021-04-29dm: core: Add size operations on device tree referencesChen Guanqiao1-0/+11
2021-04-29dm: core: Fix uninitialized return value from dm_scan_fdt_nodeSean Anderson1-1/+1
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay5-23/+5
2021-04-29net: phy: xilinx: Break while loop over ethernet phyMichal Simek1-2/+2
2021-04-29arm: a37xx: pci: Fix processing PIO transfersPali Rohár1-14/+28
2021-04-29phy: marvell: utmi: update utmi config which fixes usb2.0 instabilityGrzegorz Jaszczyk2-5/+27
2021-04-29phy: marvell: add support for SFI1Igal Liberman2-7/+9
2021-04-29phy: marvell: fix pll initialization for second utmi portGrzegorz Jaszczyk2-13/+32
2021-04-29phy: marvell: allow to initialize up to 6 USB portsGrzegorz Jaszczyk1-1/+1
2021-04-29phy: marvell: cp110: mark u-boot power-off callsIgal Liberman1-2/+2
2021-04-29phy: marvell: fix handling of unconnected comphyChristine Gharzuzi1-0/+4
2021-04-29phy: marvell: pass sgmii id to firmwareIgal Liberman1-22/+5
2021-04-29phy: marvell: cp110: clean up driver after it was moved to atfGrzegorz Jaszczyk5-777/+0
2021-04-29phy: marvell: cp110: remove both phy and pipe selector configurationGrzegorz Jaszczyk1-94/+0
2021-04-29phy: marvell: cp110: let the firmware perform training for XFIGrzegorz Jaszczyk1-179/+18
2021-04-29phy: marvell: cp110: let the firmware configure comphy for USBGrzegorz Jaszczyk1-124/+9
2021-04-29phy: marvell: cp110: let the firmware configure comphy for RXAUIGrzegorz Jaszczyk1-180/+4
2021-04-29phy: marvell: cp110: remove unused definitionsMarcin Wojtas2-11/+6
2021-04-29phy: marvell: enable comphy info prints for all devicesIgal Liberman1-2/+1
2021-04-29phy: marvell: add RX training commandIgal Liberman4-3/+281
2021-04-29phy: marvell: save comphy_map_data priv structureIgal Liberman2-10/+11
2021-04-29phy: marvell: fix several minor bugs in comphy_probeIgal Liberman1-10/+19
2021-04-29phy: marvell: cp110: utmi: update analog parameters according to latest ETPIgal Liberman2-7/+7
2021-04-29phy: marvell: cp110: initialize only enabled UTMI unitsOmri Itach1-25/+26
2021-04-29phy: marvell: add missing speed during info printsIgal Liberman1-2/+3
2021-04-29phy: marvell: rename comphy related definitions to COMPHY_XXIgal Liberman4-103/+115
2021-04-29phy: marvell: add comphy type PHY_TYPE_USB3jinghua1-1/+1
2021-04-29power: regulator: Add support for regulator-force-boot-offKonstantin Porotchkin1-0/+38
2021-04-29Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-5/+12
2021-04-28net: designware: fix PHY reset with DM_MDIONeil Armstrong1-4/+11
2021-04-28usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHYMarek Vasut1-5/+12