Re: [V2 PATCH 20/27] usb: gadget: mv_udc: add extern chip support

2013-01-10 Thread Felipe Balbi
On Tue, Nov 27, 2012 at 10:06:19PM -0500, Chao Xie wrote: > Because arch-mmp will make use of irq domain for irq > allocation, the irqs allocated for PMIC is dynamical. > The vbus/idpin irqs from PMIC can not be passed by platform data. > Using the extern chip APIs provides by PHY driver can solve

Re: [V2 PATCH 20/27] usb: gadget: mv_udc: add extern chip support

2013-01-10 Thread Felipe Balbi
On Tue, Nov 27, 2012 at 10:06:19PM -0500, Chao Xie wrote: > Because arch-mmp will make use of irq domain for irq > allocation, the irqs allocated for PMIC is dynamical. > The vbus/idpin irqs from PMIC can not be passed by platform data. > Using the extern chip APIs provides by PHY driver can solve

[V2 PATCH 20/27] usb: gadget: mv_udc: add extern chip support

2012-11-27 Thread Chao Xie
Because arch-mmp will make use of irq domain for irq allocation, the irqs allocated for PMIC is dynamical. The vbus/idpin irqs from PMIC can not be passed by platform data. Using the extern chip APIs provides by PHY driver can solve this problem. Marvell usb PHY driver provides a middle layer. The