devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes
@ 2023-06-09 14:06 ` Krzysztof Kozlowski
  2023-06-09 14:33   ` Alim Akhtar
                     ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-06-09 14:06 UTC (permalink / raw)
  To: Alim Akhtar, Avri Altman, Bart Van Assche, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-scsi, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel
  Cc: Krzysztof Kozlowski

Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml b/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml
index a9988798898d..88cc1e3a0c88 100644
--- a/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml
+++ b/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml
@@ -54,7 +54,7 @@ properties:
     const: ufs-phy
 
   samsung,sysreg:
-    $ref: '/schemas/types.yaml#/definitions/phandle-array'
+    $ref: /schemas/types.yaml#/definitions/phandle-array
     description: Should be phandle/offset pair. The phandle to the syscon node
                  which indicates the FSYSx sysreg interface and the offset of
                  the control register for UFS io coherency setting.
-- 
2.34.1


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

* RE: [PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes
  2023-06-09 14:06 ` [PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes Krzysztof Kozlowski
@ 2023-06-09 14:33   ` Alim Akhtar
  2023-06-15  1:31   ` Martin K. Petersen
  2023-06-22  1:26   ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Alim Akhtar @ 2023-06-09 14:33 UTC (permalink / raw)
  To: 'Krzysztof Kozlowski', 'Avri Altman',
	'Bart Van Assche', 'Rob Herring',
	'Krzysztof Kozlowski', 'Conor Dooley', linux-scsi,
	devicetree, linux-arm-kernel, linux-samsung-soc, linux-kernel

Hi Krzysztof

> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Friday, June 9, 2023 7:37 PM
> To: Alim Akhtar <alim.akhtar@samsung.com>; Avri Altman
> <avri.altman@wdc.com>; Bart Van Assche <bvanassche@acm.org>; Rob
> Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; linux-scsi@vger.kernel.org;
> devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-
> samsung-soc@vger.kernel.org; linux-kernel@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes
> 
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Thanks!

Acked-by: Alim Akhtar <alim.akhtar@samsung.com>

>  Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/ufs/samsung,exynos-
> ufs.yaml b/Documentation/devicetree/bindings/ufs/samsung,exynos-
> ufs.yaml
> index a9988798898d..88cc1e3a0c88 100644
> --- a/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml
> +++ b/Documentation/devicetree/bindings/ufs/samsung,exynos-ufs.yaml
> @@ -54,7 +54,7 @@ properties:
>      const: ufs-phy
> 
>    samsung,sysreg:
> -    $ref: '/schemas/types.yaml#/definitions/phandle-array'
> +    $ref: /schemas/types.yaml#/definitions/phandle-array
>      description: Should be phandle/offset pair. The phandle to the syscon
> node
>                   which indicates the FSYSx sysreg interface and the
offset of
>                   the control register for UFS io coherency setting.
> --
> 2.34.1



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

* Re: [PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes
  2023-06-09 14:06 ` [PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes Krzysztof Kozlowski
  2023-06-09 14:33   ` Alim Akhtar
@ 2023-06-15  1:31   ` Martin K. Petersen
  2023-06-22  1:26   ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2023-06-15  1:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Alim Akhtar, Avri Altman, Bart Van Assche, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-scsi, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel


Krzysztof,

> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.

Applied to 6.5/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes
  2023-06-09 14:06 ` [PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes Krzysztof Kozlowski
  2023-06-09 14:33   ` Alim Akhtar
  2023-06-15  1:31   ` Martin K. Petersen
@ 2023-06-22  1:26   ` Martin K. Petersen
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2023-06-22  1:26 UTC (permalink / raw)
  To: Alim Akhtar, Avri Altman, Bart Van Assche, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-scsi, devicetree,
	linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Krzysztof Kozlowski
  Cc: Martin K . Petersen

On Fri, 09 Jun 2023 16:06:51 +0200, Krzysztof Kozlowski wrote:

> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> 

Applied to 6.5/scsi-queue, thanks!

[1/1] dt-bindings: ufs: samsung,exynos: drop unneeded quotes
      https://git.kernel.org/mkp/scsi/c/e246514ae698

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2023-06-22  1:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20230609140700epcas5p39500e13a887cbbcf0f79f7b3a5b3789d@epcas5p3.samsung.com>
2023-06-09 14:06 ` [PATCH] dt-bindings: ufs: samsung,exynos: drop unneeded quotes Krzysztof Kozlowski
2023-06-09 14:33   ` Alim Akhtar
2023-06-15  1:31   ` Martin K. Petersen
2023-06-22  1:26   ` Martin K. Petersen

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).