/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_msm.c | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | otg_fsm.c | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | debug.c | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | ci.h | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | host.c | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | ci_hdrc_imx.c | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | core.c | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
H A D | udc.c | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
/openbmc/linux/include/linux/usb/ |
H A D | chipidea.h | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|
/openbmc/linux/drivers/usb/core/ |
H A D | hcd.c | diff ef44cb4226d132146e44f8ea562a16b27ff61126 Thu Oct 30 12:41:16 CDT 2014 Antoine Tenart <antoine.tenart@free-electrons.com> usb: allow to supply the PHY in the drivers when using HCD
This patch modify the generic code handling PHYs to allow them to be supplied from the drivers. This adds checks to ensure no PHY was already there when looking for one in the generic code. This also makes sure we do not modify its state in the generic HCD functions, it was provided by the driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>
|