Re: [PATCH v3 2/2] extcon-axp288: Add axp288 extcon driver support

2015-04-27 Thread Chanwoo Choi
On Mon, Apr 27, 2015 at 10:19 PM, Pallala, Ramakrishna wrote: > Hi Choi, > > Please see my response below. > >> >> >> >>> + ret = PTR_ERR(info->otg); >> >>> + return ret; >> >>> + } >> >>> + >> >>> + for (i = 0; i < EXTCON_IRQ_END; i++) { >> >>> + pirq = platform_get_irq(pd

RE: [PATCH v3 2/2] extcon-axp288: Add axp288 extcon driver support

2015-04-27 Thread Pallala, Ramakrishna
Hi Choi, Please see my response below. > >> > >>> + ret = PTR_ERR(info->otg); > >>> + return ret; > >>> + } > >>> + > >>> + for (i = 0; i < EXTCON_IRQ_END; i++) { > >>> + pirq = platform_get_irq(pdev, i); > >>> + info->irq[i] = regmap_irq_get_virq(info->regmap_irqc

Re: [PATCH v3 2/2] extcon-axp288: Add axp288 extcon driver support

2015-04-27 Thread Chanwoo Choi
Hi Pallala, On 04/27/2015 07:44 PM, Pallala, Ramakrishna wrote: > Hi Choi, > > Please find my response below. > >> On 04/09/2015 02:12 AM, Ramakrishna Pallala wrote: >>> This patch adds the extcon support for AXP288 PMIC which has the BC1.2 >>> charger detection capability. Additionally it also

RE: [PATCH v3 2/2] extcon-axp288: Add axp288 extcon driver support

2015-04-27 Thread Pallala, Ramakrishna
Hi Choi, Please find my response below. > On 04/09/2015 02:12 AM, Ramakrishna Pallala wrote: > > This patch adds the extcon support for AXP288 PMIC which has the BC1.2 > > charger detection capability. Additionally it also adds the USB mux > > switching support b/w SOC and PMIC based on GPIO con

Re: [PATCH v3 2/2] extcon-axp288: Add axp288 extcon driver support

2015-04-23 Thread Chanwoo Choi
Hi Ramakrishna, I'm sorry for late reply. On 04/09/2015 02:12 AM, Ramakrishna Pallala wrote: > This patch adds the extcon support for AXP288 PMIC which > has the BC1.2 charger detection capability. Additionally > it also adds the USB mux switching support b/w SOC and PMIC > based on GPIO control.

[PATCH v3 2/2] extcon-axp288: Add axp288 extcon driver support

2015-04-08 Thread Ramakrishna Pallala
This patch adds the extcon support for AXP288 PMIC which has the BC1.2 charger detection capability. Additionally it also adds the USB mux switching support b/w SOC and PMIC based on GPIO control. Signed-off-by: Ramakrishna Pallala --- drivers/extcon/Kconfig |7 + drivers/extcon/Make