Hello, This series fixes a v4.19-rc1 regression that results in OMAP EHCI failing to probe (patch 1/3) and then moves on to cleaning up related code (patches 2/3 and 3/3). The first patch is a regression fix and should thus be merged before v4.19. The other two patches can wait until v4.20. Tony, as patch 1/3 fixes a problem introduced by one of your DT changes, could you please review it ? Out of curiosity, is ethernet on the Pandaboard not part of your regression tests ? Lee, could you then please make sure the patch gets to mainline before v4.19 final ? Laurent Pinchart (3): mfd: omap-usb-host: Use regular platform device probe mechanism ARM: OMAP2+: Remove legacy USB initialization code mfd: omap-usb-host: Drop support for non-DT probe arch/arm/mach-omap2/common.h | 2 - arch/arm/mach-omap2/omap_phy_internal.c | 96 +----------------- arch/arm/mach-omap2/usb.h | 71 ------------- drivers/mfd/omap-usb-host.c | 175 +++----------------------------- include/linux/platform_data/usb-omap.h | 4 - 5 files changed, 18 insertions(+), 330 deletions(-) delete mode 100644 arch/arm/mach-omap2/usb.h -- Regards, Laurent Pinchart