From: Rob Herring <robh@kernel.org>
To: Mithil Bavishi <bavishimithil@gmail.com>
Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
dmitry.torokhov@gmail.com, krzysztof.kozlowski+dt@linaro.org,
lee@kernel.org, sre@kernel.org, tony@atomide.com,
linux@armlinux.org.uk, contact@paulk.fr
Subject: Re: [PATCH 09/10] dt-bindings: input: Rename twl4030-pwrbutton to twl-pwrbutton
Date: Mon, 22 Aug 2022 14:26:09 -0500 [thread overview]
Message-ID: <20220822192609.GA310932-robh@kernel.org> (raw)
In-Reply-To: <20220820071659.1215-10-bavishimithil@gmail.com>
On Sat, Aug 20, 2022 at 12:46:59PM +0530, Mithil Bavishi wrote:
> This changes the Documentation of the twl4030-pwrbutton to
> make it more generic as it can support other chips than
> twl4030 as well.
This should be part of patch 4.
>
> Signed-off-by: Mithil Bavishi <bavishimithil@gmail.com>
> ---
> .../input/{twl4030-pwrbutton.txt => twl-pwrbutton.txt} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename Documentation/devicetree/bindings/input/{twl4030-pwrbutton.txt => twl-pwrbutton.txt} (81%)
>
> diff --git a/Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt b/Documentation/devicetree/bindings/input/twl-pwrbutton.txt
> similarity index 81%
> rename from Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt
> rename to Documentation/devicetree/bindings/input/twl-pwrbutton.txt
> index 9a0b765d3..43addc04d 100644
> --- a/Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt
> +++ b/Documentation/devicetree/bindings/input/twl-pwrbutton.txt
> @@ -1,6 +1,6 @@
> -Texas Instruments TWL family (twl4030) pwrbutton module
> +Texas Instruments TWL family pwrbutton module
>
> -This module is part of the TWL4030. For more details about the whole
> +This module is part of a TWL chip. For more details about the whole
> chip see Documentation/devicetree/bindings/mfd/twl-family.txt.
>
> This module provides a simple power button event via an Interrupt.
> --
> 2.25.1
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Mithil Bavishi <bavishimithil@gmail.com>
Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
dmitry.torokhov@gmail.com, krzysztof.kozlowski+dt@linaro.org,
lee@kernel.org, sre@kernel.org, tony@atomide.com,
linux@armlinux.org.uk, contact@paulk.fr
Subject: Re: [PATCH 09/10] dt-bindings: input: Rename twl4030-pwrbutton to twl-pwrbutton
Date: Mon, 22 Aug 2022 14:26:09 -0500 [thread overview]
Message-ID: <20220822192609.GA310932-robh@kernel.org> (raw)
In-Reply-To: <20220820071659.1215-10-bavishimithil@gmail.com>
On Sat, Aug 20, 2022 at 12:46:59PM +0530, Mithil Bavishi wrote:
> This changes the Documentation of the twl4030-pwrbutton to
> make it more generic as it can support other chips than
> twl4030 as well.
This should be part of patch 4.
>
> Signed-off-by: Mithil Bavishi <bavishimithil@gmail.com>
> ---
> .../input/{twl4030-pwrbutton.txt => twl-pwrbutton.txt} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename Documentation/devicetree/bindings/input/{twl4030-pwrbutton.txt => twl-pwrbutton.txt} (81%)
>
> diff --git a/Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt b/Documentation/devicetree/bindings/input/twl-pwrbutton.txt
> similarity index 81%
> rename from Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt
> rename to Documentation/devicetree/bindings/input/twl-pwrbutton.txt
> index 9a0b765d3..43addc04d 100644
> --- a/Documentation/devicetree/bindings/input/twl4030-pwrbutton.txt
> +++ b/Documentation/devicetree/bindings/input/twl-pwrbutton.txt
> @@ -1,6 +1,6 @@
> -Texas Instruments TWL family (twl4030) pwrbutton module
> +Texas Instruments TWL family pwrbutton module
>
> -This module is part of the TWL4030. For more details about the whole
> +This module is part of a TWL chip. For more details about the whole
> chip see Documentation/devicetree/bindings/mfd/twl-family.txt.
>
> This module provides a simple power button event via an Interrupt.
> --
> 2.25.1
>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-08-22 19:32 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-20 7:16 [PATCH 00/10] Add TWL6030 power off and powerbutton support Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-08-20 7:16 ` [PATCH 01/10] power: reset: Move TWL4030 power driver from mfd Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-09-06 15:13 ` Lee Jones
2022-09-06 15:13 ` Lee Jones
2022-08-20 7:16 ` [PATCH 02/10] dt-bindings: power: reset: Move twl4030-power from mfd to power/reset Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-08-22 19:23 ` Rob Herring
2022-08-22 19:23 ` Rob Herring
2022-09-06 15:13 ` Lee Jones
2022-09-06 15:13 ` Lee Jones
2022-08-20 7:16 ` [PATCH 03/10] power: reset: Add TWL6030 power driver, with minimal support for power off Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-09-11 12:55 ` Sebastian Reichel
2022-09-11 12:55 ` Sebastian Reichel
2022-08-20 7:16 ` [PATCH 04/10] dt-bindings: input: twl-pwrbutton: Add support for twl6030-pwrbutton Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-08-22 19:25 ` Rob Herring
2022-08-22 19:25 ` Rob Herring
2022-08-20 7:16 ` [PATCH 05/10] dt-bindings: power: reset: Add bindings for twl6030-power Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-08-22 19:24 ` Rob Herring
2022-08-22 19:24 ` Rob Herring
2022-08-20 7:16 ` [PATCH 06/10] ARM: OMAP2+: Only select TWL4030_POWER for OMAP3 Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-08-20 7:16 ` [PATCH 07/10] ARM: OMAP2+: Select TWL6030_POWER for OMAP4 Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-08-20 7:16 ` [PATCH 08/10] input: misc: Rename twl4030_pwrbutton to twl_pwrbutton Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-08-20 7:16 ` [PATCH 09/10] dt-bindings: input: Rename twl4030-pwrbutton to twl-pwrbutton Mithil Bavishi
2022-08-20 7:16 ` Mithil Bavishi
2022-08-22 19:26 ` Rob Herring [this message]
2022-08-22 19:26 ` Rob Herring
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=20220822192609.GA310932-robh@kernel.org \
--to=robh@kernel.org \
--cc=bavishimithil@gmail.com \
--cc=contact@paulk.fr \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=sre@kernel.org \
--cc=tony@atomide.com \
/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.