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

2015-04-28 Thread Pallala, Ramakrishna
> > Only a license nit. > > On Tue, 2015-04-28 at 04:02 +0530, Ramakrishna Pallala wrote: > > --- /dev/null > > +++ b/drivers/extcon/extcon-axp288.c > > > + * This program is free software; you can redistribute it and/or > > + modify > > + * it under the terms of the GNU General Public License

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

2015-04-28 Thread Paul Bolle
Only a license nit. On Tue, 2015-04-28 at 04:02 +0530, Ramakrishna Pallala wrote: > --- /dev/null > +++ b/drivers/extcon/extcon-axp288.c > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the

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

2015-04-28 Thread Pallala, Ramakrishna
Only a license nit. On Tue, 2015-04-28 at 04:02 +0530, Ramakrishna Pallala wrote: --- /dev/null +++ b/drivers/extcon/extcon-axp288.c + * This program is free software; you can redistribute it and/or + modify + * it under the terms of the GNU General Public License as published

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

2015-04-28 Thread Paul Bolle
Only a license nit. On Tue, 2015-04-28 at 04:02 +0530, Ramakrishna Pallala wrote: --- /dev/null +++ b/drivers/extcon/extcon-axp288.c + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free

[PATCH v4] extcon-axp288: Add axp288 extcon driver support

2015-04-27 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 +

[PATCH v4] extcon-axp288: Add axp288 extcon driver support

2015-04-27 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 ramakrishna.pall...@intel.com --- drivers/extcon/Kconfig