RE: [PATCH v1 1/2] mfd/axp20x: add support for extcon cell

2015-04-02 Thread Pallala, Ramakrishna
> > > > diff --git a/include/linux/mfd/axp20x.h > > > > b/include/linux/mfd/axp20x.h index dfabd6d..4ed8071 100644 > > > > --- a/include/linux/mfd/axp20x.h > > > > +++ b/include/linux/mfd/axp20x.h > > > > @@ -275,4 +275,9 @@ struct axp20x_fg_pdata { > > > > int

Re: [PATCH v1 1/2] mfd/axp20x: add support for extcon cell

2015-04-02 Thread Lee Jones
On Thu, 02 Apr 2015, Pallala, Ramakrishna wrote: > Hi, > > > > diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h > > > index dfabd6d..4ed8071 100644 > > > --- a/include/linux/mfd/axp20x.h > > > +++ b/include/linux/mfd/axp20x.h > > > @@ -275,4 +275,9 @@ struct axp20x_fg_pdata {

RE: [PATCH v1 1/2] mfd/axp20x: add support for extcon cell

2015-04-02 Thread Pallala, Ramakrishna
Hi, > > diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h > > index dfabd6d..4ed8071 100644 > > --- a/include/linux/mfd/axp20x.h > > +++ b/include/linux/mfd/axp20x.h > > @@ -275,4 +275,9 @@ struct axp20x_fg_pdata { > > int thermistor_curve[MAX_THERM_CURVE_SIZE][2]; > > };

Re: [PATCH v1 1/2] mfd/axp20x: add support for extcon cell

2015-04-02 Thread Lee Jones
On Thu, 02 Apr 2015, Ramakrishna Pallala wrote: > This patch adds the mfd cell info for axp288 extcon device. > > Signed-off-by: Ramakrishna Pallala > --- > drivers/mfd/axp20x.c | 28 > include/linux/mfd/axp20x.h |5 + > 2 files changed, 33

Re: [PATCH v1 1/2] mfd/axp20x: add support for extcon cell

2015-04-02 Thread Lee Jones
On Thu, 02 Apr 2015, Ramakrishna Pallala wrote: This patch adds the mfd cell info for axp288 extcon device. Signed-off-by: Ramakrishna Pallala ramakrishna.pall...@intel.com --- drivers/mfd/axp20x.c | 28 include/linux/mfd/axp20x.h |5 + 2

RE: [PATCH v1 1/2] mfd/axp20x: add support for extcon cell

2015-04-02 Thread Pallala, Ramakrishna
Hi, diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index dfabd6d..4ed8071 100644 --- a/include/linux/mfd/axp20x.h +++ b/include/linux/mfd/axp20x.h @@ -275,4 +275,9 @@ struct axp20x_fg_pdata { int thermistor_curve[MAX_THERM_CURVE_SIZE][2]; }; +struct

Re: [PATCH v1 1/2] mfd/axp20x: add support for extcon cell

2015-04-02 Thread Lee Jones
On Thu, 02 Apr 2015, Pallala, Ramakrishna wrote: Hi, diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index dfabd6d..4ed8071 100644 --- a/include/linux/mfd/axp20x.h +++ b/include/linux/mfd/axp20x.h @@ -275,4 +275,9 @@ struct axp20x_fg_pdata { int

RE: [PATCH v1 1/2] mfd/axp20x: add support for extcon cell

2015-04-02 Thread Pallala, Ramakrishna
diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h index dfabd6d..4ed8071 100644 --- a/include/linux/mfd/axp20x.h +++ b/include/linux/mfd/axp20x.h @@ -275,4 +275,9 @@ struct axp20x_fg_pdata { int thermistor_curve[MAX_THERM_CURVE_SIZE][2]; };