summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | pci: Update the highest subordinate bus number for bridge setupMasami Hiramatsu2021-05-021-0/+3
* | | DM: DM_MMC migration is now mandatory for non-SPLTom Rini2021-05-111-0/+2
* | | ata: Make LIBATA means AHCI is enabled mandatory.Tom Rini2021-05-111-2/+4
| |/ |/|
* | Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-05-071-2/+8
|\ \
| * | atcspi200: Add timeout mechanism in spi_xfer()Dylan Jhong2021-05-051-2/+8
| |/
* | sysinfo: Add gpio-sysinfo driverSean Anderson2021-05-043-0/+150
* | sysinfo: Require that sysinfo_detect be called before other methodsSean Anderson2021-05-041-1/+28
* | sysinfo: Use global sysinfo IDs for existing sysinfo driversSean Anderson2021-05-042-4/+6
* | dm: gpio: Fix gpio_get_list_count failing with livetreeSean Anderson2021-05-041-3/+3
|/
* Merge tag 'dm-pull-29apr21' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-04-297-24/+17
|\
| * dm: core: Add size operations on device tree referencesChen Guanqiao2021-04-291-0/+11
| * dm: core: Fix uninitialized return value from dm_scan_fdt_nodeSean Anderson2021-04-291-1/+1
| * dm: core: Add address translation in fdt_get_resourcePatrick Delaunay2021-04-295-23/+5
* | Merge tag 'xilinx-for-v2021.07-rc2' of https://source.denx.de/u-boot/custodia...Tom Rini2021-04-293-6/+3
|\ \
| * | spi: zynqmp: Remove gd referenceMichal Simek2021-04-291-3/+0
| * | net: phy: xilinx: Break while loop over ethernet phyMichal Simek2021-04-291-2/+2
| * | clk: Fix typo in Zynq Kconfig symbol descriptionMichal Simek2021-04-231-1/+1
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini2021-04-291-5/+5
|\ \ \
| * | | mtd: cfi: Fix PPB lock status readoutMarek Vasut2021-04-281-5/+5
| | |/ | |/|
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-04-2910-1280/+335
|\ \ \
| * | | arm: a37xx: pci: Fix processing PIO transfersPali Rohár2021-04-291-14/+28
| * | | phy: marvell: utmi: update utmi config which fixes usb2.0 instabilityGrzegorz Jaszczyk2021-04-292-5/+27
| * | | phy: marvell: add support for SFI1Igal Liberman2021-04-292-7/+9
| * | | phy: marvell: fix pll initialization for second utmi portGrzegorz Jaszczyk2021-04-292-13/+32
| * | | phy: marvell: allow to initialize up to 6 USB portsGrzegorz Jaszczyk2021-04-291-1/+1
| * | | phy: marvell: cp110: mark u-boot power-off callsIgal Liberman2021-04-291-2/+2
| * | | phy: marvell: fix handling of unconnected comphyChristine Gharzuzi2021-04-291-0/+4
| * | | phy: marvell: pass sgmii id to firmwareIgal Liberman2021-04-291-22/+5
| * | | phy: marvell: cp110: clean up driver after it was moved to atfGrzegorz Jaszczyk2021-04-295-777/+0
| * | | phy: marvell: cp110: remove both phy and pipe selector configurationGrzegorz Jaszczyk2021-04-291-94/+0
| * | | phy: marvell: cp110: let the firmware perform training for XFIGrzegorz Jaszczyk2021-04-291-179/+18
| * | | phy: marvell: cp110: let the firmware configure comphy for USBGrzegorz Jaszczyk2021-04-291-124/+9
| * | | phy: marvell: cp110: let the firmware configure comphy for RXAUIGrzegorz Jaszczyk2021-04-291-180/+4
| * | | phy: marvell: cp110: remove unused definitionsMarcin Wojtas2021-04-292-11/+6
| * | | phy: marvell: enable comphy info prints for all devicesIgal Liberman2021-04-291-2/+1
| * | | phy: marvell: add RX training commandIgal Liberman2021-04-294-3/+281
| * | | phy: marvell: save comphy_map_data priv structureIgal Liberman2021-04-292-10/+11
| * | | phy: marvell: fix several minor bugs in comphy_probeIgal Liberman2021-04-291-10/+19
| * | | phy: marvell: cp110: utmi: update analog parameters according to latest ETPIgal Liberman2021-04-292-7/+7
| * | | phy: marvell: cp110: initialize only enabled UTMI unitsOmri Itach2021-04-291-25/+26
| * | | phy: marvell: add missing speed during info printsIgal Liberman2021-04-291-2/+3
| * | | phy: marvell: rename comphy related definitions to COMPHY_XXIgal Liberman2021-04-294-103/+115
| * | | phy: marvell: add comphy type PHY_TYPE_USB3jinghua2021-04-291-1/+1
| * | | power: regulator: Add support for regulator-force-boot-offKonstantin Porotchkin2021-04-291-0/+38
| * | | reset: fix reset_get_by_index_nodev index handlingNeil Armstrong2021-04-281-1/+1
| * | | pinctrl: single: fix a never true comparisonDario Binacchi2021-04-281-2/+2
| * | | pinctrl: single: check function mask to be non-zeroDario Binacchi2021-04-281-0/+9
| * | | allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes2021-04-281-1/+1
| * | | timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOGRasmus Villemoes2021-04-281-1/+5
| * | | watchdog: use time_after_eq() in watchdog_reset()Rasmus Villemoes2021-04-281-1/+1