Re: [PATCH v2 1/6] usb: otg-fsm: add HNP polling operation function.

2014-02-19 Thread Felipe Balbi
Hi, On Wed, Feb 19, 2014 at 05:48:49AM +, Peter Chen wrote: On Mon, Jan 20, 2014 at 10:00:15AM +0800, Li Jun wrote: This patch adds HNP polling operation function for OTG fsm. Signed-off-by: Li Jun b47...@freescale.com --- drivers/usb/phy/phy-fsm-usb.c |2 ++

RE: [PATCH v2 1/6] usb: otg-fsm: add HNP polling operation function.

2014-02-19 Thread Peter Chen
On Wed, Feb 19, 2014 at 05:48:49AM +, Peter Chen wrote: On Mon, Jan 20, 2014 at 10:00:15AM +0800, Li Jun wrote: This patch adds HNP polling operation function for OTG fsm. Signed-off-by: Li Jun b47...@freescale.com --- drivers/usb/phy/phy-fsm-usb.c |2 ++

Re: [PATCH v2 1/6] usb: otg-fsm: add HNP polling operation function.

2014-02-18 Thread Felipe Balbi
On Mon, Jan 20, 2014 at 10:00:15AM +0800, Li Jun wrote: This patch adds HNP polling operation function for OTG fsm. Signed-off-by: Li Jun b47...@freescale.com --- drivers/usb/phy/phy-fsm-usb.c |2 ++ include/linux/usb/otg-fsm.h |9 + 2 files changed, 11 insertions(+), 0

RE: [PATCH v2 1/6] usb: otg-fsm: add HNP polling operation function.

2014-02-18 Thread Peter Chen
On Mon, Jan 20, 2014 at 10:00:15AM +0800, Li Jun wrote: This patch adds HNP polling operation function for OTG fsm. Signed-off-by: Li Jun b47...@freescale.com --- drivers/usb/phy/phy-fsm-usb.c |2 ++ include/linux/usb/otg-fsm.h |9 + 2 files changed, 11

[PATCH v2 1/6] usb: otg-fsm: add HNP polling operation function.

2014-01-19 Thread Li Jun
This patch adds HNP polling operation function for OTG fsm. Signed-off-by: Li Jun b47...@freescale.com --- drivers/usb/phy/phy-fsm-usb.c |2 ++ include/linux/usb/otg-fsm.h |9 + 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/drivers/usb/phy/phy-fsm-usb.c