Re: [RESEND PATCH] mfd: sc27xx: Use SoC compatible string for PMIC devices

2019-04-02 Thread Baolin Wang
On Tue, 2 Apr 2019 at 12:58, Lee Jones wrote: > > On Mon, 18 Mar 2019, Baolin Wang wrote: > > > We should use SoC compatible string in stead of wildcard string for > > PMIC child devices. > > > > Signed-off-by: Baolin Wang > > --- > > Hi Lee, > > > > Could you merge this patch into v5.1-rc if no

Re: [RESEND PATCH] mfd: sc27xx: Use SoC compatible string for PMIC devices

2019-04-01 Thread Lee Jones
On Mon, 18 Mar 2019, Baolin Wang wrote: > We should use SoC compatible string in stead of wildcard string for > PMIC child devices. > > Signed-off-by: Baolin Wang > --- > Hi Lee, > > Could you merge this patch into v5.1-rc if no objection from you? > Since our DTS patches had been merged into v

[RESEND PATCH] mfd: sc27xx: Use SoC compatible string for PMIC devices

2019-03-17 Thread Baolin Wang
We should use SoC compatible string in stead of wildcard string for PMIC child devices. Signed-off-by: Baolin Wang --- Hi Lee, Could you merge this patch into v5.1-rc if no objection from you? Since our DTS patches had been merged into v5.1, our PMIC can not work without this patch. Thanks. ---

Re: [PATCH] mfd: sc27xx: Use SoC compatible string for PMIC devices

2019-02-24 Thread Baolin Wang
Hi Lee, On Wed, 13 Feb 2019 at 20:57, Baolin Wang wrote: > > We should use SoC compatible string in stead of wildcard string for > PMIC child devices. > > Signed-off-by: Baolin Wang > --- Could you apply this patch if you have no other issues? Thanks. > drivers/mfd/sprd-sc27xx-spi.c | 42 >

Re: [PATCH] mfd: sc27xx: Use SoC compatible string for PMIC devices

2019-02-13 Thread Baolin Wang
On Wed, 13 Feb 2019 at 22:28, Arnd Bergmann wrote: > > On Wed, Feb 13, 2019 at 1:57 PM Baolin Wang wrote: > > > > We should use SoC compatible string in stead of wildcard string for > > PMIC child devices. > > > > Signed-off-by: Baolin Wang > > Looks good. I had a look at arch/arm64/boot/dts/spr

Re: [PATCH] mfd: sc27xx: Use SoC compatible string for PMIC devices

2019-02-13 Thread Arnd Bergmann
On Wed, Feb 13, 2019 at 1:57 PM Baolin Wang wrote: > > We should use SoC compatible string in stead of wildcard string for > PMIC child devices. > > Signed-off-by: Baolin Wang Looks good. I had a look at arch/arm64/boot/dts/sprd/sc2731.dtsi as well, which contains lines such as compatible = "sp

[PATCH] mfd: sc27xx: Use SoC compatible string for PMIC devices

2019-02-13 Thread Baolin Wang
We should use SoC compatible string in stead of wildcard string for PMIC child devices. Signed-off-by: Baolin Wang --- drivers/mfd/sprd-sc27xx-spi.c | 42 - 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/drivers/mfd/sprd-sc27xx-spi.c b/d