mbox series

[v6,0/7] Add support for mp2733 battery charger

Message ID 20221123175425.564042-1-sravanhome@gmail.com (mailing list archive)
Headers show
Series Add support for mp2733 battery charger | expand

Message

saravanan sekar Nov. 23, 2022, 5:54 p.m. UTC
changes in v6:
  - splitted chip id to v6-0003 and support of mp2733 to v6-0004 patch
  - fixed commit message English grammar

changes in v5:
  - fixed commit message on v5-0002 and v5-0004

changes in v4:
  - fixed attributes groups review comments in v3
  - added new bug fix patches v4-0007 and v4-0008 

changes in v3:
  - fixed dt_binding_check error
  - fixed spelling usb->USB

changes in v2:
  - fixed spelling
  - revert back probe to probe_new in mfd driver

add support for mp2733 Battery charger control driver for Monolithic
Power System's MP2733 chipset 

Saravanan Sekar (7):
  mfd: mp2629: fix failed to get iio channel by device name
  power: supply: fix wrong interpretation of register value
  mfd: mp2629: introduce chip id machanism to distinguish chip
  mfd: mp2629: Add support for mps mp2733 battery charger
  iio: adc: mp2629: restrict input voltage mask for mp2629
  power: supply: Add support for mp2733 battery charger
  power: supply: mp2629: Add USB fast charge settings

 .../ABI/testing/sysfs-class-power-mp2629      |  16 ++
 drivers/iio/adc/mp2629_adc.c                  |   5 +-
 drivers/mfd/mp2629.c                          |   7 +-
 drivers/power/supply/mp2629_charger.c         | 229 +++++++++++++++---
 include/linux/mfd/mp2629.h                    |   6 +
 5 files changed, 226 insertions(+), 37 deletions(-)

Comments

saravanan sekar Dec. 6, 2022, 4:05 p.m. UTC | #1
On 23/11/22 18:54, Saravanan Sekar wrote:
> changes in v6:
>    - splitted chip id to v6-0003 and support of mp2733 to v6-0004 patch
>    - fixed commit message English grammar
> 
> changes in v5:
>    - fixed commit message on v5-0002 and v5-0004
> 
> changes in v4:
>    - fixed attributes groups review comments in v3
>    - added new bug fix patches v4-0007 and v4-0008
> 
> changes in v3:
>    - fixed dt_binding_check error
>    - fixed spelling usb->USB
> 
> changes in v2:
>    - fixed spelling
>    - revert back probe to probe_new in mfd driver
> 
> add support for mp2733 Battery charger control driver for Monolithic
> Power System's MP2733 chipset
> 
> Saravanan Sekar (7):
>    mfd: mp2629: fix failed to get iio channel by device name
>    power: supply: fix wrong interpretation of register value
>    mfd: mp2629: introduce chip id machanism to distinguish chip
>    mfd: mp2629: Add support for mps mp2733 battery charger
>    iio: adc: mp2629: restrict input voltage mask for mp2629
>    power: supply: Add support for mp2733 battery charger
>    power: supply: mp2629: Add USB fast charge settings
> 
>   .../ABI/testing/sysfs-class-power-mp2629      |  16 ++
>   drivers/iio/adc/mp2629_adc.c                  |   5 +-
>   drivers/mfd/mp2629.c                          |   7 +-
>   drivers/power/supply/mp2629_charger.c         | 229 +++++++++++++++---
>   include/linux/mfd/mp2629.h                    |   6 +
>   5 files changed, 226 insertions(+), 37 deletions(-)
> 

Hi,

Can someone give me share the plan for this series?

Thanks,
Saravanan
Jonathan Cameron Dec. 11, 2022, 11:50 a.m. UTC | #2
On Tue, 6 Dec 2022 17:05:26 +0100
saravanan sekar <sravanhome@gmail.com> wrote:

> On 23/11/22 18:54, Saravanan Sekar wrote:
> > changes in v6:
> >    - splitted chip id to v6-0003 and support of mp2733 to v6-0004 patch
> >    - fixed commit message English grammar
> > 
> > changes in v5:
> >    - fixed commit message on v5-0002 and v5-0004
> > 
> > changes in v4:
> >    - fixed attributes groups review comments in v3
> >    - added new bug fix patches v4-0007 and v4-0008
> > 
> > changes in v3:
> >    - fixed dt_binding_check error
> >    - fixed spelling usb->USB
> > 
> > changes in v2:
> >    - fixed spelling
> >    - revert back probe to probe_new in mfd driver
> > 
> > add support for mp2733 Battery charger control driver for Monolithic
> > Power System's MP2733 chipset
> > 
> > Saravanan Sekar (7):
> >    mfd: mp2629: fix failed to get iio channel by device name
> >    power: supply: fix wrong interpretation of register value
> >    mfd: mp2629: introduce chip id machanism to distinguish chip
> >    mfd: mp2629: Add support for mps mp2733 battery charger
> >    iio: adc: mp2629: restrict input voltage mask for mp2629
> >    power: supply: Add support for mp2733 battery charger
> >    power: supply: mp2629: Add USB fast charge settings
> > 
> >   .../ABI/testing/sysfs-class-power-mp2629      |  16 ++
> >   drivers/iio/adc/mp2629_adc.c                  |   5 +-
> >   drivers/mfd/mp2629.c                          |   7 +-
> >   drivers/power/supply/mp2629_charger.c         | 229 +++++++++++++++---
> >   include/linux/mfd/mp2629.h                    |   6 +
> >   5 files changed, 226 insertions(+), 37 deletions(-)
> >   
> 
> Hi,
> 
> Can someone give me share the plan for this series?

Given some cross dependencies I think the whole lot should go through
mfd.  Lee?

Thanks,

Jonathan
> 
> Thanks,
> Saravanan
Lee Jones Jan. 3, 2023, 12:37 p.m. UTC | #3
On Sun, 11 Dec 2022, Jonathan Cameron wrote:

> On Tue, 6 Dec 2022 17:05:26 +0100
> saravanan sekar <sravanhome@gmail.com> wrote:
> 
> > On 23/11/22 18:54, Saravanan Sekar wrote:
> > > changes in v6:
> > >    - splitted chip id to v6-0003 and support of mp2733 to v6-0004 patch
> > >    - fixed commit message English grammar
> > > 
> > > changes in v5:
> > >    - fixed commit message on v5-0002 and v5-0004
> > > 
> > > changes in v4:
> > >    - fixed attributes groups review comments in v3
> > >    - added new bug fix patches v4-0007 and v4-0008
> > > 
> > > changes in v3:
> > >    - fixed dt_binding_check error
> > >    - fixed spelling usb->USB
> > > 
> > > changes in v2:
> > >    - fixed spelling
> > >    - revert back probe to probe_new in mfd driver
> > > 
> > > add support for mp2733 Battery charger control driver for Monolithic
> > > Power System's MP2733 chipset
> > > 
> > > Saravanan Sekar (7):
> > >    mfd: mp2629: fix failed to get iio channel by device name
> > >    power: supply: fix wrong interpretation of register value
> > >    mfd: mp2629: introduce chip id machanism to distinguish chip
> > >    mfd: mp2629: Add support for mps mp2733 battery charger
> > >    iio: adc: mp2629: restrict input voltage mask for mp2629
> > >    power: supply: Add support for mp2733 battery charger
> > >    power: supply: mp2629: Add USB fast charge settings
> > > 
> > >   .../ABI/testing/sysfs-class-power-mp2629      |  16 ++
> > >   drivers/iio/adc/mp2629_adc.c                  |   5 +-
> > >   drivers/mfd/mp2629.c                          |   7 +-
> > >   drivers/power/supply/mp2629_charger.c         | 229 +++++++++++++++---
> > >   include/linux/mfd/mp2629.h                    |   6 +
> > >   5 files changed, 226 insertions(+), 37 deletions(-)
> > >   
> > 
> > Hi,
> > 
> > Can someone give me share the plan for this series?
> 
> Given some cross dependencies I think the whole lot should go through
> mfd.  Lee?

That's fine by me.

I have some serious catching up to do though.

Please bear with me.