1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-23 19:25:21 +01:00
Files
u-boot-megous/drivers
Marek Vasut 35941d3a96 phy: Extend generic_setup_phy() with PHY mode and submode
Extend generic_setup_phy() parameter list with PHY mode and submode and
call generic_phy_set_mode() in generic_setup_phy(), so the generic PHY
setup function can configure the PHY into correct mode before powering
the PHY up.

Update all call sites of generic_setup_phy() as well, all of which are
USB host related, except for DM test which now behaves as a USB host
test.

Note that if the PHY driver does not implement the .set_mode callback,
generic_phy_set_mode() call returns 0 and does not error out, so this
should not break any existing systems.

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
2024-09-09 17:18:04 +02:00
..
2024-08-19 18:24:58 -06:00
2024-08-26 14:05:38 -06:00
2024-08-13 06:12:48 +02:00
2024-08-19 18:24:58 -06:00
2024-06-24 13:34:52 -06:00
2023-11-07 14:50:51 -05:00
2024-08-05 12:17:01 -06:00
2024-08-19 18:24:58 -06:00
2024-04-26 08:28:35 +03:00
2024-08-27 15:37:18 -06:00
2024-07-31 16:51:54 +02:00