mbox series

[v2,0/5] Add new device nodes for Spreadtrum SC9860 platform

Message ID cover.1550060543.git.baolin.wang@linaro.org
Headers show
Series Add new device nodes for Spreadtrum SC9860 platform | expand

Message

(Exiting) Baolin Wang Feb. 13, 2019, 12:32 p.m. UTC
This patch set adds charger and fuel gauge device nodes for Spreadtrum
SC2731 PMIC, it also removes redundant irq trigger setting for PMIC
devices and adds nvmem cells for ADC to calibrate the ADC channel scales.

Moreover we also remove the wildcard compatible string.

Changes from v1:
 - Remove wildcard compatible string.

Baolin Wang (5):
  arm64: dts: sprd: Remove PMIC INTC irq trigger type
  arm64: dts: sprd: Add ADC calibration support
  arm64: dts: sprd: Add SC2731 charger device
  arm64: dts: sprd: Add SC27XX fuel gauge device
  arm64: dts: sprd: Remove wildcard compatible string

 arch/arm64/boot/dts/sprd/sc2731.dtsi      |   56 +++++++++++++++++++++++------
 arch/arm64/boot/dts/sprd/sp9860g-1h10.dts |   16 +++++++++
 2 files changed, 61 insertions(+), 11 deletions(-)

-- 
1.7.9.5

Comments

(Exiting) Baolin Wang Feb. 14, 2019, 1:56 a.m. UTC | #1
On Wed, 13 Feb 2019 at 22:32, Arnd Bergmann <arnd@arndb.de> wrote:
>

> On Wed, Feb 13, 2019 at 1:34 PM Baolin Wang <baolin.wang@linaro.org> wrote:

> >

> > Remove wildcard compatible string.

> >

> > Signed-off-by: Baolin Wang <baolin.wang@linaro.org>

>

>

> Looks good to me. It does break using the new dtb file on older kernels,

> but I suppose this is not a case we care much about yet on your

> platform, given that both the dts file sand the drivers in the

> kernel are still  work in progress.


Right. Thanks for your reviewing.

>

> I had started the other reply I just sent before I saw this new mail.

>

>     Arnd




-- 
Baolin Wang
Best Regards
Arnd Bergmann Feb. 18, 2019, 10:34 a.m. UTC | #2
On Thu, Feb 14, 2019 at 2:56 AM Baolin Wang <baolin.wang@linaro.org> wrote:
>

> On Wed, 13 Feb 2019 at 22:32, Arnd Bergmann <arnd@arndb.de> wrote:

> >

> > On Wed, Feb 13, 2019 at 1:34 PM Baolin Wang <baolin.wang@linaro.org> wrote:

> > >

> > > Remove wildcard compatible string.

> > >

> > > Signed-off-by: Baolin Wang <baolin.wang@linaro.org>

> >

> >

> > Looks good to me. It does break using the new dtb file on older kernels,

> > but I suppose this is not a case we care much about yet on your

> > platform, given that both the dts file sand the drivers in the

> > kernel are still  work in progress.

>

> Right. Thanks for your reviewing.


I have applied patches 1 through 5 now. Thanks,

     Arnd