/openbmc/linux/drivers/usb/phy/ |
H A D | phy-fsl-usb.h | 9473e8cf Wed Aug 21 10:43:31 CDT 2013 Anatolij Gustschin <agust@denx.de> usb: phy: fix build breakage
Commit 94ae9843 (usb: phy: rename all phy drivers to phy-$name-usb.c) renamed drivers/usb/phy/otg_fsm.h to drivers/usb/phy/phy-fsm-usb.h but changed drivers/usb/phy/phy-fsm-usb.c to include not existing "phy-otg-fsm.h" instead of new "phy-fsm-usb.h". This breaks building: ... drivers/usb/phy/phy-fsm-usb.c:32:25: fatal error: phy-otg-fsm.h: No such file or directory compilation terminated. make[3]: *** [drivers/usb/phy/phy-fsm-usb.o] Error 1
This commit also missed to modify drivers/usb/phy/phy-fsl-usb.h to include new "phy-fsm-usb.h" instead of "otg_fsm.h" resulting in another build breakage: ... In file included from drivers/usb/phy/phy-fsl-usb.c:46:0: drivers/usb/phy/phy-fsl-usb.h:18:21: fatal error: otg_fsm.h: No such file or directory compilation terminated. make[3]: *** [drivers/usb/phy/phy-fsl-usb.o] Error 1
Fix both issues.
Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: stable@vger.kernel.org Signed-off-by: Felipe Balbi <balbi@ti.com> 52d5b9ab Wed Aug 21 10:43:31 CDT 2013 Anatolij Gustschin <agust@denx.de> usb: phy: fix build breakage
Commit 94ae9843 (usb: phy: rename all phy drivers to phy-$name-usb.c) renamed drivers/usb/phy/otg_fsm.h to drivers/usb/phy/phy-fsm-usb.h but changed drivers/usb/phy/phy-fsm-usb.c to include not existing "phy-otg-fsm.h" instead of new "phy-fsm-usb.h". This breaks building: ... drivers/usb/phy/phy-fsm-usb.c:32:25: fatal error: phy-otg-fsm.h: No such file or directory compilation terminated. make[3]: *** [drivers/usb/phy/phy-fsm-usb.o] Error 1
This commit also missed to modify drivers/usb/phy/phy-fsl-usb.h to include new "phy-fsm-usb.h" instead of "otg_fsm.h" resulting in another build breakage: ... In file included from drivers/usb/phy/phy-fsl-usb.c:46:0: drivers/usb/phy/phy-fsl-usb.h:18:21: fatal error: otg_fsm.h: No such file or directory compilation terminated. make[3]: *** [drivers/usb/phy/phy-fsl-usb.o] Error 1
Fix both issues.
Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: stable <stable@vger.kernel.org> # 3.10+ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 52d5b9ab Wed Aug 21 10:43:31 CDT 2013 Anatolij Gustschin <agust@denx.de> usb: phy: fix build breakage Commit 94ae9843 (usb: phy: rename all phy drivers to phy-$name-usb.c) renamed drivers/usb/phy/otg_fsm.h to drivers/usb/phy/phy-fsm-usb.h but changed drivers/usb/phy/phy-fsm-usb.c to include not existing "phy-otg-fsm.h" instead of new "phy-fsm-usb.h". This breaks building: ... drivers/usb/phy/phy-fsm-usb.c:32:25: fatal error: phy-otg-fsm.h: No such file or directory compilation terminated. make[3]: *** [drivers/usb/phy/phy-fsm-usb.o] Error 1 This commit also missed to modify drivers/usb/phy/phy-fsl-usb.h to include new "phy-fsm-usb.h" instead of "otg_fsm.h" resulting in another build breakage: ... In file included from drivers/usb/phy/phy-fsl-usb.c:46:0: drivers/usb/phy/phy-fsl-usb.h:18:21: fatal error: otg_fsm.h: No such file or directory compilation terminated. make[3]: *** [drivers/usb/phy/phy-fsl-usb.o] Error 1 Fix both issues. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: stable <stable@vger.kernel.org> # 3.10+ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-mv-usb.h | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-ulpi-viewport.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-ulpi.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-isp1301.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-gpio-vbus-usb.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-mv-usb.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-twl6030-usb.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-fsl-usb.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-mxs-usb.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | Makefile | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-ab8500-usb.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | phy-tegra-usb.c | 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used.
Signed-off-by: Felipe Balbi <balbi@ti.com> 94ae9843 Thu Mar 07 09:37:59 CST 2013 Felipe Balbi <balbi@ti.com> usb: phy: rename all phy drivers to phy-$name-usb.c this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>
|