All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jernej Škrabec" <jernej.skrabec@gmail.com>
To: gregkh@linuxfoundation.org,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: linux-kernel@vger.kernel.org, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Subject: Re: [PATCH 25/40] dt-bindings: nvmem: Drop unneeded quotes
Date: Tue, 04 Apr 2023 19:28:23 +0200	[thread overview]
Message-ID: <2276027.ElGaqSPkdT@jernej-laptop> (raw)
In-Reply-To: <20230404172148.82422-26-srinivas.kandagatla@linaro.org>

Dne torek, 04. april 2023 ob 19:21:33 CEST je Srinivas Kandagatla napisal(a):
> From: Rob Herring <robh@kernel.org>
> 
> Cleanup bindings dropping unneeded quotes. Once all these are fixed,
> checking for this can be enabled in yamllint.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> ---
>  .../devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml      | 2 +-

For Allwinner:
Acked-By: Jernej Skrabec <jernej.skrabec@gmail.com>

Best regards,
Jernej

>  Documentation/devicetree/bindings/nvmem/apple,efuses.yaml       | 2 +-
>  Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml         | 2 +-
>  Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml | 2 +-
>  Documentation/devicetree/bindings/nvmem/imx-iim.yaml            | 2 +-
>  Documentation/devicetree/bindings/nvmem/imx-ocotp.yaml          | 2 +-
>  .../devicetree/bindings/nvmem/ingenic,jz4780-efuse.yaml         | 2 +-
>  Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml     | 2 +-
>  .../devicetree/bindings/nvmem/microchip,sama7g5-otpc.yaml       | 2 +-
>  Documentation/devicetree/bindings/nvmem/mxs-ocotp.yaml          | 2 +-
>  Documentation/devicetree/bindings/nvmem/nintendo-otp.yaml       | 2 +-
>  Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml        | 2 +-
>  Documentation/devicetree/bindings/nvmem/qcom,spmi-sdam.yaml     | 2 +-
>  Documentation/devicetree/bindings/nvmem/rmem.yaml               | 2 +-
>  Documentation/devicetree/bindings/nvmem/rockchip-efuse.yaml     | 2 +-
>  .../devicetree/bindings/nvmem/socionext,uniphier-efuse.yaml     | 2 +-
>  Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml     | 2 +-
>  .../devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml         | 2 +-
>  18 files changed, 18 insertions(+), 18 deletions(-)




  reply	other threads:[~2023-04-04 17:30 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-04 17:21 [PATCH 00/40] nvmem: patches for 6.4 Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 01/40] of: Fix modalias string generation Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 02/40] dt-bindings: nvmem: qcom,spmi-sdam: fix example 'reg' property Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 03/40] nvmem: xilinx: zynqmp: make modular Srinivas Kandagatla
2023-04-04 17:21   ` Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 04/40] dt-bindings: nvmem: convert amlogic-meson-mx-efuse.txt to dt-schema Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 05/40] dt-bindings: nvmem: convert amlogic-efuse.txt " Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 06/40] dt-bindings: nvmem: Fix spelling mistake "platforn" -> "platform" Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 07/40] of: Update of_device_get_modalias() Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 08/40] of: Rename of_modalias_node() Srinivas Kandagatla
2023-04-05 16:23   ` Sebastian Reichel
2023-04-04 17:21 ` [PATCH 09/40] of: Move of_modalias() to module.c Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 10/40] of: Move the request module helper logic " Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 11/40] usb: ulpi: Use of_request_module() Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 12/40] of: device: Kill of_device_request_module() Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 13/40] nvmem: core: introduce NVMEM layouts Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 14/40] nvmem: core: handle the absence of expected layouts Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 15/40] nvmem: core: request layout modules loading Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 16/40] nvmem: core: add per-cell post processing Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 17/40] nvmem: core: allow to modify a cell before adding it Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 18/40] nvmem: imx-ocotp: replace global post processing with layouts Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 19/40] nvmem: cell: drop global cell_post_process Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 20/40] nvmem: core: provide own priv pointer in post process callback Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 21/40] nvmem: layouts: sl28vpd: Add new layout driver Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 22/40] MAINTAINERS: add myself as sl28vpd nvmem " Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 23/40] nvmem: layouts: onie-tlv: Add new " Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 24/40] MAINTAINERS: Add myself as ONIE tlv NVMEM layout maintainer Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 25/40] dt-bindings: nvmem: Drop unneeded quotes Srinivas Kandagatla
2023-04-04 17:28   ` Jernej Škrabec [this message]
2023-04-04 17:21 ` [PATCH 26/40] nvmem: stm32-romem: mark OF related data as maybe unused Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 27/40] nvmem: mtk-efuse: Support postprocessing for GPU speed binning data Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 28/40] dt-bindings: nvmem: Add compatible for SM6350 Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 29/40] dt-bindings: nvmem: Add compatible for SM6375 Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 30/40] nvmem: bcm-ocotp: Use devm_platform_ioremap_resource() Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 31/40] nvmem: nintendo-otp: " Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 32/40] nvmem: vf610-ocotp: Use devm_platform_get_and_ioremap_resource() Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 33/40] dt-bindings: nvmem: u-boot,env: add MAC's #nvmem-cell-cells Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 34/40] nvmem: core: support specifying both: cell raw data & post read lengths Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 35/40] nvmem: u-boot-env: post-process "ethaddr" env variable Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 36/40] nvmem: Add macro to register nvmem layout drivers Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 37/40] nvmem: layouts: sl28vpd: Use module_nvmem_layout_driver() Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 38/40] nvmem: layouts: onie-tlv: " Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 39/40] nvmem: layouts: onie-tlv: Drop wrong module alias Srinivas Kandagatla
2023-04-04 17:21 ` [PATCH 40/40] nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier to static Srinivas Kandagatla

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2276027.ElGaqSPkdT@jernej-laptop \
    --to=jernej.skrabec@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.