Re: [PATCH 2/2] regulator: uniphier: add regulator driver for UniPhier SoC

2018-07-01 Thread Kunihiko Hayashi
Hi Mark, Thank you for your comments. On Fri, 29 Jun 2018 12:03:41 +0100 wrote: > On Fri, Jun 29, 2018 at 05:22:13PM +0900, Kunihiko Hayashi wrote: > > > +++ b/drivers/regulator/uniphier-regulator.c > > @@ -0,0 +1,251 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +/* > > + * Regulator

Re: [PATCH 2/2] regulator: uniphier: add regulator driver for UniPhier SoC

2018-07-01 Thread Kunihiko Hayashi
Hi Mark, Thank you for your comments. On Fri, 29 Jun 2018 12:03:41 +0100 wrote: > On Fri, Jun 29, 2018 at 05:22:13PM +0900, Kunihiko Hayashi wrote: > > > +++ b/drivers/regulator/uniphier-regulator.c > > @@ -0,0 +1,251 @@ > > +// SPDX-License-Identifier: GPL-2.0 > > +/* > > + * Regulator

Re: [PATCH 2/2] regulator: uniphier: add regulator driver for UniPhier SoC

2018-06-29 Thread Mark Brown
On Fri, Jun 29, 2018 at 05:22:13PM +0900, Kunihiko Hayashi wrote: > +++ b/drivers/regulator/uniphier-regulator.c > @@ -0,0 +1,251 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Regulator controller driver for UniPhier SoC > + * Copyright 2018 Socionext Inc. > + * Author: Kunihiko Hayashi

Re: [PATCH 2/2] regulator: uniphier: add regulator driver for UniPhier SoC

2018-06-29 Thread Mark Brown
On Fri, Jun 29, 2018 at 05:22:13PM +0900, Kunihiko Hayashi wrote: > +++ b/drivers/regulator/uniphier-regulator.c > @@ -0,0 +1,251 @@ > +// SPDX-License-Identifier: GPL-2.0 > +/* > + * Regulator controller driver for UniPhier SoC > + * Copyright 2018 Socionext Inc. > + * Author: Kunihiko Hayashi

[PATCH 2/2] regulator: uniphier: add regulator driver for UniPhier SoC

2018-06-29 Thread Kunihiko Hayashi
Initial commit to add support for regulators implemented in UniPhier SoCs. This supports USB VBUS only. Signed-off-by: Kunihiko Hayashi --- drivers/regulator/Kconfig | 8 ++ drivers/regulator/Makefile | 1 + drivers/regulator/uniphier-regulator.c | 251

[PATCH 2/2] regulator: uniphier: add regulator driver for UniPhier SoC

2018-06-29 Thread Kunihiko Hayashi
Initial commit to add support for regulators implemented in UniPhier SoCs. This supports USB VBUS only. Signed-off-by: Kunihiko Hayashi --- drivers/regulator/Kconfig | 8 ++ drivers/regulator/Makefile | 1 + drivers/regulator/uniphier-regulator.c | 251