All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Chris Morgan <macroalpha82@gmail.com>
Cc: linux-rockchip@lists.infradead.org, lee.jones@linaro.org,
	heiko@sntech.de, sre@kernel.org, maccraft123mc@gmail.com,
	devicetree@vger.kernel.org, linux-pm@vger.kernel.org,
	Chris Morgan <macromorgan@hotmail.com>
Subject: Re: [PATCH v4 RESEND 1/4] dt-bindings: Add Rockchip rk817 battery charger support
Date: Wed, 22 Sep 2021 14:19:12 -0500	[thread overview]
Message-ID: <YUuBsN1sjGI0Xc61@robh.at.kernel.org> (raw)
In-Reply-To: <20210916194208.10387-2-macroalpha82@gmail.com>

On Thu, Sep 16, 2021 at 02:42:05PM -0500, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Create dt-binding documentation to document rk817 battery and charger
> usage. New device-tree properties have been added.
> 
> - rockchip,resistor-sense-micro-ohms: The value in microohms of the
>                                       sample resistor.
> - rockchip,sleep-enter-current-microamp: The value in microamps of the
>                                          sleep enter current.
> - rockchip,sleep-filter-current: The value in microamps of the sleep
>                                  filter current.
> 
> Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
> Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
> ---
>  .../devicetree/bindings/mfd/rk808.txt         | 38 +++++++++++++++++++
>  1 file changed, 38 insertions(+)

You've also submitted converting this to schema. Please make the 
dependencies explicit. 

Rob


WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Chris Morgan <macroalpha82@gmail.com>
Cc: linux-rockchip@lists.infradead.org, lee.jones@linaro.org,
	heiko@sntech.de, sre@kernel.org, maccraft123mc@gmail.com,
	devicetree@vger.kernel.org, linux-pm@vger.kernel.org,
	Chris Morgan <macromorgan@hotmail.com>
Subject: Re: [PATCH v4 RESEND 1/4] dt-bindings: Add Rockchip rk817 battery charger support
Date: Wed, 22 Sep 2021 14:19:12 -0500	[thread overview]
Message-ID: <YUuBsN1sjGI0Xc61@robh.at.kernel.org> (raw)
In-Reply-To: <20210916194208.10387-2-macroalpha82@gmail.com>

On Thu, Sep 16, 2021 at 02:42:05PM -0500, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Create dt-binding documentation to document rk817 battery and charger
> usage. New device-tree properties have been added.
> 
> - rockchip,resistor-sense-micro-ohms: The value in microohms of the
>                                       sample resistor.
> - rockchip,sleep-enter-current-microamp: The value in microamps of the
>                                          sleep enter current.
> - rockchip,sleep-filter-current: The value in microamps of the sleep
>                                  filter current.
> 
> Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
> Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
> ---
>  .../devicetree/bindings/mfd/rk808.txt         | 38 +++++++++++++++++++
>  1 file changed, 38 insertions(+)

You've also submitted converting this to schema. Please make the 
dependencies explicit. 

Rob


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  reply	other threads:[~2021-09-22 19:19 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-16 19:42 [PATCH v4 RESEND 0/4] power: supply: Add Support for RK817 Charger Chris Morgan
2021-09-16 19:42 ` Chris Morgan
2021-09-16 19:42 ` [PATCH v4 RESEND 1/4] dt-bindings: Add Rockchip rk817 battery charger support Chris Morgan
2021-09-16 19:42   ` Chris Morgan
2021-09-22 19:19   ` Rob Herring [this message]
2021-09-22 19:19     ` Rob Herring
2021-09-16 19:42 ` [PATCH v4 RESEND 2/4] mfd: " Chris Morgan
2021-09-16 19:42   ` Chris Morgan
2021-09-16 19:42 ` [PATCH v4 RESEND 3/4] power: supply: Add charger driver for Rockchip RK817 Chris Morgan
2021-09-16 19:42   ` Chris Morgan
2021-10-13 17:40   ` Sebastian Reichel
2021-10-13 17:40     ` Sebastian Reichel
2022-01-27 23:27     ` Peter Geis
2022-01-27 23:27       ` Peter Geis
2022-01-28 22:14       ` Chris Morgan
2021-09-16 19:42 ` [PATCH v4 RESEND 4/4] arm64: dts: rockchip: add rk817 charger to Odroid Go Advance Chris Morgan
2021-09-16 19:42   ` Chris Morgan
2021-11-30  2:03 ` [PATCH v4 RESEND 0/4] power: supply: Add Support for RK817 Charger Nicolas Frattaroli
2021-11-30  2:03   ` Nicolas Frattaroli
2021-11-30 16:10   ` Chris Morgan
2021-11-30 18:12     ` Nicolas Frattaroli
2021-11-30 18:12       ` Nicolas Frattaroli
2021-11-30 18:33       ` Chris Morgan
2021-11-30 19:16         ` Nicolas Frattaroli
2021-11-30 19:16           ` Nicolas Frattaroli
2022-01-27  8:23 ` Dan Johansen

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=YUuBsN1sjGI0Xc61@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=lee.jones@linaro.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=maccraft123mc@gmail.com \
    --cc=macroalpha82@gmail.com \
    --cc=macromorgan@hotmail.com \
    --cc=sre@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.