summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | clk: renesas: Synchronize Gen2 MSTP teardown tablesMarek Vasut2021-04-283-6/+6
| * | | clk: renesas: Only ever access documented bits in clock driver teardownMarek Vasut2021-04-287-81/+81
| * | | net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara2021-04-281-2/+6
| * | | scsi: Add ata_swap_buf_le16() to support big-endian platformsStefan Roese2021-04-281-0/+6
| * | | ata: ahci: Fix usage on big-endian platformsStefan Roese2021-04-281-12/+11
| * | | sata: ahci_mvebu.c: Enable AHCI/SATA driver for MIPS OcteonStefan Roese2021-04-282-2/+3
| * | | serial: serial_octeon_bootcmd.c: Add PCI remote console supportStefan Roese2021-04-283-0/+194
| * | | serial: serial_octeon_pcie_console.c: Add PCI remote console supportStefan Roese2021-04-283-0/+379
| * | | mips: octeon: Add Octeon PCIe host controller driverStefan Roese2021-04-283-0/+166
| * | | mips: octeon: Misc changes required because of the newly added headersStefan Roese2021-04-282-28/+22
* | | | Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2021-04-281-5/+12
|\ \ \ \
| * | | | usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHYMarek Vasut2021-04-281-5/+12
| | |/ / | |/| |
* / | | net: designware: fix PHY reset with DM_MDIONeil Armstrong2021-04-281-4/+11
|/ / /
* | | Merge branch '2021-04-27-assorted-fixes'Tom Rini2021-04-272-3/+12
|\ \ \
| * | | reset: fix reset_get_by_index_nodev index handlingNeil Armstrong2021-04-271-1/+1
| * | | pinctrl: single: fix a never true comparisonDario Binacchi2021-04-271-2/+2
| * | | pinctrl: single: check function mask to be non-zeroDario Binacchi2021-04-271-0/+9
* | | | allow opting out of WATCHDOG_RESET() from timer interruptRasmus Villemoes2021-04-271-1/+1
* | | | timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOGRasmus Villemoes2021-04-271-1/+5
* | | | watchdog: use time_after_eq() in watchdog_reset()Rasmus Villemoes2021-04-271-1/+1
|/ / /
* | | Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini2021-04-2610-87/+87
|\ \ \
| * | | clk: renesas: Synchronize Gen2 MSTP teardown tablesMarek Vasut2021-04-253-6/+6
| * | | clk: renesas: Only ever access documented bits in clock driver teardownMarek Vasut2021-04-257-81/+81
| |/ /
* | | net: sun8i-emac: Fix pinmux setup for Allwinner H5Andre Przywara2021-04-261-2/+6
* | | Merge tag 'mips-pull-2021-04-24' of https://source.denx.de/u-boot/custodians/...Tom Rini2021-04-2413-42/+781
|\ \ \ | |/ / |/| |
| * | scsi: Add ata_swap_buf_le16() to support big-endian platformsStefan Roese2021-04-231-0/+6
| * | ata: ahci: Fix usage on big-endian platformsStefan Roese2021-04-231-12/+11
| * | sata: ahci_mvebu.c: Enable AHCI/SATA driver for MIPS OcteonStefan Roese2021-04-232-2/+3
| * | serial: serial_octeon_bootcmd.c: Add PCI remote console supportStefan Roese2021-04-233-0/+194
| * | serial: serial_octeon_pcie_console.c: Add PCI remote console supportStefan Roese2021-04-233-0/+379
| * | mips: octeon: Add Octeon PCIe host controller driverStefan Roese2021-04-233-0/+166
| * | mips: octeon: Misc changes required because of the newly added headersStefan Roese2021-04-232-28/+22
* | | video: sunxi: de2: switch to public uclass functionsJernej Skrabec2021-04-241-19/+10
* | | video: sunxi: dw-hdmi: read source_id laterJernej Skrabec2021-04-241-4/+2
* | | video: sunxi: Remove TV probe from DE2Jernej Skrabec2021-04-241-14/+1
* | | video: sunxi: Remove check for ddc-i2c-bus propertyJernej Skrabec2021-04-241-3/+0