linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property
@ 2019-09-19  6:39 Pragnesh Patel
  2019-09-19 21:01 ` Rob Herring
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Pragnesh Patel @ 2019-09-19  6:39 UTC (permalink / raw)
  To: lgirdwood, broonie
  Cc: Pragnesh Patel, Rob Herring, Mark Rutland, linux-kernel, devicetree

Compatible property is not of type 'string', so remove const:
from it.

Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
---
 Documentation/devicetree/bindings/regulator/fixed-regulator.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
index a78150c..f324169 100644
--- a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
@@ -30,8 +30,8 @@ if:
 properties:
   compatible:
     enum:
-      - const: regulator-fixed
-      - const: regulator-fixed-clock
+      - regulator-fixed
+      - regulator-fixed-clock
 
   regulator-name: true
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property
  2019-09-19  6:39 [PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property Pragnesh Patel
@ 2019-09-19 21:01 ` Rob Herring
  2019-09-20 10:55 ` Mark Brown
  2019-10-01 11:40 ` Applied "fixed-regulator: dt-bindings: Fixed building error for compatible property" to the regulator tree Mark Brown
  2 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2019-09-19 21:01 UTC (permalink / raw)
  To: Pragnesh Patel
  Cc: Liam Girdwood, Mark Brown, Mark Rutland, linux-kernel, devicetree

On Thu, Sep 19, 2019 at 1:39 AM Pragnesh Patel
<pragnesh.patel@sifive.com> wrote:
>
> Compatible property is not of type 'string', so remove const:
> from it.
>
> Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
> ---
>  Documentation/devicetree/bindings/regulator/fixed-regulator.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property
  2019-09-19  6:39 [PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property Pragnesh Patel
  2019-09-19 21:01 ` Rob Herring
@ 2019-09-20 10:55 ` Mark Brown
  2019-10-01 11:40 ` Applied "fixed-regulator: dt-bindings: Fixed building error for compatible property" to the regulator tree Mark Brown
  2 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2019-09-20 10:55 UTC (permalink / raw)
  To: Pragnesh Patel
  Cc: lgirdwood, Rob Herring, Mark Rutland, linux-kernel, devicetree

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

On Thu, Sep 19, 2019 at 12:09:04PM +0530, Pragnesh Patel wrote:
> Compatible property is not of type 'string', so remove const:
> from it.

Please use subject lines matching the style for the subsystem.  This
makes it easier for people to identify relevant patches.  There's no
need to resubmit to fix this alone.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Applied "fixed-regulator: dt-bindings: Fixed building error for compatible property" to the regulator tree
  2019-09-19  6:39 [PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property Pragnesh Patel
  2019-09-19 21:01 ` Rob Herring
  2019-09-20 10:55 ` Mark Brown
@ 2019-10-01 11:40 ` Mark Brown
  2019-10-02 19:23   ` Rob Herring
  2 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2019-10-01 11:40 UTC (permalink / raw)
  To: Pragnesh Patel
  Cc: broonie, devicetree, lgirdwood, linux-kernel, Mark Brown,
	Mark Rutland, Rob Herring, Rob Herring

The patch

   fixed-regulator: dt-bindings: Fixed building error for compatible property

has been applied to the regulator tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.5

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From 04a99ce605a780c275e2e9d2547d43fbba3f4d24 Mon Sep 17 00:00:00 2001
From: Pragnesh Patel <pragnesh.patel@sifive.com>
Date: Thu, 19 Sep 2019 12:09:04 +0530
Subject: [PATCH] fixed-regulator: dt-bindings: Fixed building error for
 compatible property

Compatible property is not of type 'string', so remove const:
from it.

Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1568875145-2864-1-git-send-email-pragnesh.patel@sifive.com
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 .../devicetree/bindings/regulator/fixed-regulator.yaml        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
index a78150c47aa2..f32416968197 100644
--- a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
@@ -30,8 +30,8 @@ if:
 properties:
   compatible:
     enum:
-      - const: regulator-fixed
-      - const: regulator-fixed-clock
+      - regulator-fixed
+      - regulator-fixed-clock
 
   regulator-name: true
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: Applied "fixed-regulator: dt-bindings: Fixed building error for compatible property" to the regulator tree
  2019-10-01 11:40 ` Applied "fixed-regulator: dt-bindings: Fixed building error for compatible property" to the regulator tree Mark Brown
@ 2019-10-02 19:23   ` Rob Herring
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2019-10-02 19:23 UTC (permalink / raw)
  To: Mark Brown
  Cc: Pragnesh Patel, devicetree, Liam Girdwood, linux-kernel, Mark Rutland

On Tue, Oct 1, 2019 at 6:41 AM Mark Brown <broonie@kernel.org> wrote:
>
> The patch
>
>    fixed-regulator: dt-bindings: Fixed building error for compatible property
>
> has been applied to the regulator tree at
>
>    https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-5.5

This needs to go into 5.4 fixes.

Rob

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-02 19:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19  6:39 [PATCH] fixed-regulator: dt-bindings: Fixed building error for compatible property Pragnesh Patel
2019-09-19 21:01 ` Rob Herring
2019-09-20 10:55 ` Mark Brown
2019-10-01 11:40 ` Applied "fixed-regulator: dt-bindings: Fixed building error for compatible property" to the regulator tree Mark Brown
2019-10-02 19:23   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).