All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: AngeloGioacchino Del Regno  <angelogioacchino.delregno@collabora.com>
Cc: krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
	matthias.bgg@gmail.com, chen.zhong@mediatek.com,
	linux-input@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v2 0/2] MediaTek PMIC Keys - DT schema conversion
Date: Wed, 14 Sep 2022 11:13:27 -0700	[thread overview]
Message-ID: <YyIZx9j6HCluvRW+@google.com> (raw)
In-Reply-To: <20220914103021.43593-1-angelogioacchino.delregno@collabora.com>

On Wed, Sep 14, 2022 at 12:30:19PM +0200, AngeloGioacchino Del Regno wrote:
> This series converts the old mtk-pmic-keys.txt binding to DT schema,
> documents the missing support for key press/release interrupts and
> adds a compatible for the newly introduced MT6331 keys.
> 
> Changes in v2:
>  - Removed tests leftover interrupts/interrupt-names from examples
> 
> AngeloGioacchino Del Regno (2):
>   dt-bindings: input: Convert mtk-pmic-keys to DT schema
>   dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6331 keys
> 
>  .../bindings/input/mediatek,pmic-keys.yaml    | 114 ++++++++++++++++++
>  .../bindings/input/mtk-pmic-keys.txt          |  46 -------
>  2 files changed, 114 insertions(+), 46 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
>  delete mode 100644 Documentation/devicetree/bindings/input/mtk-pmic-keys.txt

Applied the lot, thank you.

-- 
Dmitry

WARNING: multiple messages have this Message-ID (diff)
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: krzysztof.kozlowski+dt@linaro.org, robh+dt@kernel.org,
	matthias.bgg@gmail.com, chen.zhong@mediatek.com,
	linux-input@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v2 0/2] MediaTek PMIC Keys - DT schema conversion
Date: Wed, 14 Sep 2022 11:13:27 -0700	[thread overview]
Message-ID: <YyIZx9j6HCluvRW+@google.com> (raw)
In-Reply-To: <20220914103021.43593-1-angelogioacchino.delregno@collabora.com>

On Wed, Sep 14, 2022 at 12:30:19PM +0200, AngeloGioacchino Del Regno wrote:
> This series converts the old mtk-pmic-keys.txt binding to DT schema,
> documents the missing support for key press/release interrupts and
> adds a compatible for the newly introduced MT6331 keys.
> 
> Changes in v2:
>  - Removed tests leftover interrupts/interrupt-names from examples
> 
> AngeloGioacchino Del Regno (2):
>   dt-bindings: input: Convert mtk-pmic-keys to DT schema
>   dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6331 keys
> 
>  .../bindings/input/mediatek,pmic-keys.yaml    | 114 ++++++++++++++++++
>  .../bindings/input/mtk-pmic-keys.txt          |  46 -------
>  2 files changed, 114 insertions(+), 46 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
>  delete mode 100644 Documentation/devicetree/bindings/input/mtk-pmic-keys.txt

Applied the lot, thank you.

-- 
Dmitry

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

  parent reply	other threads:[~2022-09-14 18:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-14 10:30 [PATCH v2 0/2] MediaTek PMIC Keys - DT schema conversion AngeloGioacchino Del Regno
2022-09-14 10:30 ` AngeloGioacchino Del Regno
2022-09-14 10:30 ` [PATCH v2 1/2] dt-bindings: input: Convert mtk-pmic-keys to DT schema AngeloGioacchino Del Regno
2022-09-14 10:30   ` AngeloGioacchino Del Regno
2022-09-14 16:02   ` Mattijs Korpershoek
2022-09-14 16:02     ` Mattijs Korpershoek
2022-09-14 16:27   ` Rob Herring
2022-09-14 16:27     ` Rob Herring
2022-09-14 10:30 ` [PATCH v2 2/2] dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6331 keys AngeloGioacchino Del Regno
2022-09-14 10:30   ` AngeloGioacchino Del Regno
2022-09-14 16:03   ` Mattijs Korpershoek
2022-09-14 16:03     ` Mattijs Korpershoek
2022-09-14 16:27   ` Rob Herring
2022-09-14 16:27     ` Rob Herring
2022-09-14 18:13 ` Dmitry Torokhov [this message]
2022-09-14 18:13   ` [PATCH v2 0/2] MediaTek PMIC Keys - DT schema conversion Dmitry Torokhov

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=YyIZx9j6HCluvRW+@google.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=chen.zhong@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@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.