Message ID | 20220615145357.2370044-1-sravanhome@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for mp2733 battery charger | expand |
Hello Lee, May I know what is the plan for merge this change-set ! On 15/06/22 16:53, Saravanan Sekar wrote: > 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 > > I do not see a cover letter, but FWIW, > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > for all patches except DT binding > Note, some of the comments regarding spelling were given, I believe > you are going to address them in v3. > > > add support for mp2733 Battery charger control driver for Monolithic > Power System's MP2733 chipset > > Saravanan Sekar (6): > iio: adc: mp2629: fix wrong comparison of channel > dt-bindings: mfd: Add mp2733 compatible > 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 ++ > .../devicetree/bindings/mfd/mps,mp2629.yaml | 4 +- > drivers/iio/adc/mp2629_adc.c | 5 +- > drivers/mfd/mp2629.c | 5 +- > drivers/power/supply/mp2629_charger.c | 208 +++++++++++++++--- > include/linux/mfd/mp2629.h | 6 + > 6 files changed, 212 insertions(+), 32 deletions(-) > Thanks, Saravanan
On Thu, 21 Jul 2022, saravanan sekar wrote: > On 15/06/22 16:53, Saravanan Sekar wrote: > > 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 > > > > I do not see a cover letter, but FWIW, > > Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> > > for all patches except DT binding > > Note, some of the comments regarding spelling were given, I believe > > you are going to address them in v3. > > > > > > add support for mp2733 Battery charger control driver for Monolithic > > Power System's MP2733 chipset > > > > Saravanan Sekar (6): > > iio: adc: mp2629: fix wrong comparison of channel > > dt-bindings: mfd: Add mp2733 compatible > > 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 ++ > > .../devicetree/bindings/mfd/mps,mp2629.yaml | 4 +- > > drivers/iio/adc/mp2629_adc.c | 5 +- > > drivers/mfd/mp2629.c | 5 +- > > drivers/power/supply/mp2629_charger.c | 208 +++++++++++++++--- > > include/linux/mfd/mp2629.h | 6 + > > 6 files changed, 212 insertions(+), 32 deletions(-) > May I know what is the plan for merge this change-set ! It's due for v5.21. If you're not planning on making any more changes, please collect all of your tags and submit a [RESEND].
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 I do not see a cover letter, but FWIW, Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> for all patches except DT binding Note, some of the comments regarding spelling were given, I believe you are going to address them in v3. add support for mp2733 Battery charger control driver for Monolithic Power System's MP2733 chipset Saravanan Sekar (6): iio: adc: mp2629: fix wrong comparison of channel dt-bindings: mfd: Add mp2733 compatible 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 ++ .../devicetree/bindings/mfd/mps,mp2629.yaml | 4 +- drivers/iio/adc/mp2629_adc.c | 5 +- drivers/mfd/mp2629.c | 5 +- drivers/power/supply/mp2629_charger.c | 208 +++++++++++++++--- include/linux/mfd/mp2629.h | 6 + 6 files changed, 212 insertions(+), 32 deletions(-)