Re: [PATCH 1/2] dt-bindings: regulator: Add pf8x00 regulator

2020-12-11 Thread Mark Brown
On Thu, Dec 10, 2020 at 11:24:17PM +0100, Adrien Grassein wrote: > Le lun. 7 déc. 2020 à 14:55, Mark Brown a écrit : > > On Sun, Dec 06, 2020 at 01:26:28AM +0100, Adrien Grassein wrote: > > > Add dt-bindings for the pf8x00 driver. > > Please submit patches using subject lines reflecting the

Re: [PATCH 1/2] dt-bindings: regulator: Add pf8x00 regulator

2020-12-10 Thread Adrien Grassein
Hi, Thanks for reviewing my patches. Le lun. 7 déc. 2020 à 14:55, Mark Brown a écrit : > > On Sun, Dec 06, 2020 at 01:26:28AM +0100, Adrien Grassein wrote: > > Add dt-bindings for the pf8x00 driver. > > Please submit patches using subject lines reflecting the style for the > subsystem, this

Re: [PATCH 1/2] dt-bindings: regulator: Add pf8x00 regulator

2020-12-09 Thread Rob Herring
On Sun, Dec 06, 2020 at 01:26:28AM +0100, Adrien Grassein wrote: > Add dt-bindings for the pf8x00 driver. > > Signed-off-by: Adrien Grassein > --- > .../regulator/nxp,pf8x00-regulator.yaml | 223 ++ > MAINTAINERS | 6 + > 2 files

Re: [PATCH 1/2] dt-bindings: regulator: Add pf8x00 regulator

2020-12-07 Thread Mark Brown
On Sun, Dec 06, 2020 at 01:26:28AM +0100, Adrien Grassein wrote: > Add dt-bindings for the pf8x00 driver. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area

[PATCH 1/2] dt-bindings: regulator: Add pf8x00 regulator

2020-12-05 Thread Adrien Grassein
Add dt-bindings for the pf8x00 driver. Signed-off-by: Adrien Grassein --- .../regulator/nxp,pf8x00-regulator.yaml | 223 ++ MAINTAINERS | 6 + 2 files changed, 229 insertions(+) create mode 100644

Re: [PATCH 1/2] dt-bindings: regulator: Add pf8x00 regulator bindings

2020-11-30 Thread Mark Brown
On Mon, 30 Nov 2020 16:53:28 +0530, Jagan Teki wrote: > Add NXP PF8100/PF8121A/PF8200 regulators bindings. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/2] regulator: Add pf8x00 regulator bindings commit:

[PATCH 1/2] dt-bindings: regulator: Add pf8x00 regulator bindings

2020-11-30 Thread Jagan Teki
Add NXP PF8100/PF8121A/PF8200 regulators bindings. Signed-off-by: Jagan Teki --- .../regulator/nxp,pf8x00-regulator.yaml | 211 ++ 1 file changed, 211 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/nxp,pf8x00-regulator.yaml diff --git