K 10 svn:author V 4 manu K 8 svn:date V 27 2020-06-19T18:27:22.006862Z K 7 svn:log V 652 MFC r360013, r360018, r360021 r360013: arm: Fix duplicate ehci DRIVER_MODULE Name each ehci driver uniquely. This remove the warning printed at each arm boot : module_register: cannot register simplebus/ehci from kernel; already loaded from kernel A similar fix was done in r333074 but imx_ehci wasn't renamed and generic_ehci wasn't present at that time. r360018: arm: Fix duplicate pcib DRIVER_MODULE Name each pcib driver uniquely. This remove the warning printed at each arm boot : module_register: cannot register simplebus/pcib from kernel; already loaded from kernel r360021: arm: nvidia: pcie: Rename class name to pcib Reported by: jhb END