Searched hist:"8 dd256bae653311db57fd117833ac952c2885b60" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/phy/allwinner/ |
H A D | phy-sun4i-usb.c | diff 8dd256bae653311db57fd117833ac952c2885b60 Mon Jan 09 02:22:23 CET 2023 Andre Przywara <andre.przywara@arm.com> phy: sun4i-usb: Replace types with explicit quirk flags
So far we were assigning some crude "type" (SoC name, really) to each Allwinner USB PHY model, then guarding certain quirks based on this. This does not only look weird, but gets more or more cumbersome to maintain.
Remove the bogus type names altogether, instead introduce flags for each quirk, and explicitly check for them. This improves readability, and simplifies future extensions.
Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20230109012223.4079299-4-andre.przywara@arm.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
|