All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Jacky Bai <ping.bai@nxp.com>
Cc: shawnguo@kernel.org, a.zummo@towertech.it, lee@kernel.org,
	alexandre.belloni@bootlin.com, linux-input@vger.kernel.org,
	linux-rtc@vger.kernel.org, festevam@gmail.com,
	dmitry.torokhov@gmail.com, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, linux-imx@nxp.com,
	s.hauer@pengutronix.de, krzysztof.kozlowski+dt@linaro.org,
	kernel@pengutronix.de, robh+dt@kernel.org
Subject: Re: [PATCH v4 1/4] dt-bindings: mfd: Add nxp bbnsm
Date: Mon, 30 Jan 2023 16:09:58 -0600	[thread overview]
Message-ID: <167511659739.3615531.14629886482934237177.robh@kernel.org> (raw)
In-Reply-To: <20230129070823.1945489-2-ping.bai@nxp.com>


On Sun, 29 Jan 2023 15:08:20 +0800, Jacky Bai wrote:
> Add binding for NXP BBNSM(Battery-Backed Non-Secure Module).
> 
> Signed-off-by: Jacky Bai <ping.bai@nxp.com>
> ---
>   - v2 changes:
>     - remove the redundant 'bindings' string
>     - add ref to rtc.yaml
>     - add start-year property
>     - rename 'regmap' to 'nxp,bbnsm-regmap' and add description & type define
>     - add header files including in the example and correct the indentation
> 
>   -v3 changes:
>     - remove the 'nxp,bbnsm-regmap' property, get the regmap directly from the
>       parent node in rtc/pwrkey driver
> 
>   - v4 changes:
>     - update the compatible string to include the soc id as Rob suggested
> ---
>  .../devicetree/bindings/mfd/nxp,bbnsm.yaml    | 101 ++++++++++++++++++
>  1 file changed, 101 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/mfd/nxp,bbnsm.yaml
> 

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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Jacky Bai <ping.bai@nxp.com>
Cc: shawnguo@kernel.org, a.zummo@towertech.it, lee@kernel.org,
	alexandre.belloni@bootlin.com, linux-input@vger.kernel.org,
	linux-rtc@vger.kernel.org, festevam@gmail.com,
	dmitry.torokhov@gmail.com, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, linux-imx@nxp.com,
	s.hauer@pengutronix.de, krzysztof.kozlowski+dt@linaro.org,
	kernel@pengutronix.de, robh+dt@kernel.org
Subject: Re: [PATCH v4 1/4] dt-bindings: mfd: Add nxp bbnsm
Date: Mon, 30 Jan 2023 16:09:58 -0600	[thread overview]
Message-ID: <167511659739.3615531.14629886482934237177.robh@kernel.org> (raw)
In-Reply-To: <20230129070823.1945489-2-ping.bai@nxp.com>


On Sun, 29 Jan 2023 15:08:20 +0800, Jacky Bai wrote:
> Add binding for NXP BBNSM(Battery-Backed Non-Secure Module).
> 
> Signed-off-by: Jacky Bai <ping.bai@nxp.com>
> ---
>   - v2 changes:
>     - remove the redundant 'bindings' string
>     - add ref to rtc.yaml
>     - add start-year property
>     - rename 'regmap' to 'nxp,bbnsm-regmap' and add description & type define
>     - add header files including in the example and correct the indentation
> 
>   -v3 changes:
>     - remove the 'nxp,bbnsm-regmap' property, get the regmap directly from the
>       parent node in rtc/pwrkey driver
> 
>   - v4 changes:
>     - update the compatible string to include the soc id as Rob suggested
> ---
>  .../devicetree/bindings/mfd/nxp,bbnsm.yaml    | 101 ++++++++++++++++++
>  1 file changed, 101 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/mfd/nxp,bbnsm.yaml
> 

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-01-30 22:10 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29  7:08 [PATCH v4 0/4] Add nxp bbnsm module support Jacky Bai
2023-01-29  7:08 ` Jacky Bai
2023-01-29  7:08 ` [PATCH v4 1/4] dt-bindings: mfd: Add nxp bbnsm Jacky Bai
2023-01-29  7:08   ` Jacky Bai
2023-01-30 22:09   ` Rob Herring [this message]
2023-01-30 22:09     ` Rob Herring
2023-01-31  9:15   ` Lee Jones
2023-01-31  9:15     ` Lee Jones
2023-01-29  7:08 ` [PATCH v4 2/4] input: bbnsm_pwrkey: Add bbnsm power key support Jacky Bai
2023-01-29  7:08   ` Jacky Bai
2023-02-03 15:03   ` Mattijs Korpershoek
2023-02-03 15:03     ` Mattijs Korpershoek
2023-02-03 20:11   ` Dmitry Torokhov
2023-02-03 20:11     ` Dmitry Torokhov
2023-02-10  7:11     ` Jacky Bai
2023-02-10  7:11       ` Jacky Bai
2023-01-29  7:08 ` [PATCH v4 3/4] rtc: bbnsm: Add the bbnsm rtc support Jacky Bai
2023-01-29  7:08   ` Jacky Bai
2023-01-29  7:08 ` [PATCH v4 4/4] arm64: dts: imx93: Add the bbnsm dts node Jacky Bai
2023-01-29  7:08   ` Jacky Bai

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=167511659739.3615531.14629886482934237177.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=ping.bai@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.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.