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

2015-04-28 Thread Pallala, Ramakrishna
Hi Lee Jones, I have agreed to move the AXP288_EXTCON_* macros to driver source file as Choi is going to submit another extcon class driver patch to fix the consumer driver access issue. I will submit the v7 patch now with this change. Thank you for your time. > > This patch adds the extcon sup

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

2015-04-28 Thread Lee Jones
On Wed, 29 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 > --