RE: [PATCH v5] extcon-axp288: Add axp288 extcon driver support

2015-04-28 Thread Pallala, Ramakrishna
> On Tue, Apr 28, 2015 at 9:17 PM, Pallala, Ramakrishna > wrote: > > Hi Choi, > > > >> On Tue, Apr 28, 2015 at 8:20 PM, Pallala, Ramakrishna > >> >> > > > diff --git a/include/linux/mfd/axp20x.h > >> >> > > > b/include/linux/mfd/axp20x.h index dfabd6d..81152e2 100644 > >> >> > > > --- a/include/li

Re: [PATCH v5] extcon-axp288: Add axp288 extcon driver support

2015-04-28 Thread Chanwoo Choi
Hi Ram, On Tue, Apr 28, 2015 at 9:17 PM, Pallala, Ramakrishna wrote: > Hi Choi, > >> On Tue, Apr 28, 2015 at 8:20 PM, Pallala, Ramakrishna >> >> > > > diff --git a/include/linux/mfd/axp20x.h >> >> > > > b/include/linux/mfd/axp20x.h index dfabd6d..81152e2 100644 >> >> > > > --- a/include/linux/mfd

RE: [PATCH v5] extcon-axp288: Add axp288 extcon driver support

2015-04-28 Thread Pallala, Ramakrishna
Hi Choi, > On Tue, Apr 28, 2015 at 8:20 PM, Pallala, Ramakrishna > >> > > > diff --git a/include/linux/mfd/axp20x.h > >> > > > b/include/linux/mfd/axp20x.h index dfabd6d..81152e2 100644 > >> > > > --- a/include/linux/mfd/axp20x.h > >> > > > +++ b/include/linux/mfd/axp20x.h > >> > > > @@ -275,4 +27

Re: [PATCH v5] extcon-axp288: Add axp288 extcon driver support

2015-04-28 Thread Chanwoo Choi
Hi Ram, On Tue, Apr 28, 2015 at 8:20 PM, Pallala, Ramakrishna wrote: >> On Tue, 28 Apr 2015, Pallala, Ramakrishna 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 switchi

RE: [PATCH v5] extcon-axp288: Add axp288 extcon driver support

2015-04-28 Thread Pallala, Ramakrishna
> On Tue, 28 Apr 2015, Pallala, Ramakrishna 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. > > > > > > > > Signed-o

Re: [PATCH v5] extcon-axp288: Add axp288 extcon driver support

2015-04-28 Thread Lee Jones
On Tue, 28 Apr 2015, Pallala, Ramakrishna 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. > > > > > > Signed-off-by: Ramakri

RE: [PATCH v5] extcon-axp288: Add axp288 extcon driver support

2015-04-28 Thread Pallala, Ramakrishna
> > 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 |

Re: [PATCH v5] extcon-axp288: Add axp288 extcon driver support

2015-04-28 Thread Lee Jones
On Tue, 28 Apr 2015, 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. > > Signed-off-by: Ramakrishna Pallala > --