Re: [PATCH -next] regulator: rt4831: Fix return value check in rt4831_regulator_probe()

2021-03-10 Thread
Many thanks to fix it. I didn't notice this fault. > dev_err(&pdev->dev, "Failed to init regmap\n"); > -return PTR_ERR(regmap); > +return -ENODEV; > } > > /* Configure DSV mode to normal by default */ > * Email Confidentiality Notice The information contained in

Re: [PATCH v4 2/3] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight

2020-12-14 Thread
On Mon, Dec 14, 2020 at 10:40:55PM +0800, ChiYuan Huang wrote: > > Hi, > > Daniel Thompson 於 2020年12月14日 週一 > 下午5:59寫道: > > > > > > Hi CY > > > > On Sat, Dec 12, 2020 at 12:33:43AM +0800, cy_huang wrote: > > > > > > From: ChiYuan Huang > > > > > > Adds DT binding document for Richtek RT4831 backl

Re: [PATCH v4 2/3] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight

2020-12-14 Thread
> On Sat, Dec 12, 2020 at 12:33:43AM +0800, cy_huang wrote: > > > > From: ChiYuan Huang > > > > Adds DT binding document for Richtek RT4831 backlight. > > > > Signed-off-by: ChiYuan Huang > > --- > > since v3 > > - Move inlcude/dt-bindings/leds/rt4831-backlight.h from v3 mfd > > binding patch to