All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johnson Wang <johnson.wang@mediatek.com>
To: <robh+dt@kernel.org>, <matthias.bgg@gmail.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	 <angelogioacchino.delregno@collabora.com>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	Johnson Wang <johnson.wang@mediatek.com>
Subject: [PATCH v2 0/2] Add PMIC wrapper support for Mediatek MT8186 SoC IC
Date: Fri, 7 Jan 2022 18:46:31 +0800	[thread overview]
Message-ID: <20220107104633.7500-1-johnson.wang@mediatek.com> (raw)

This series add PMIC wrapper support for Mediatek MT8186 SoC IC

Changes since v1:
- Fix the conditional logic in pwrap_probe() function.

Johnson Wang (2):
  soc: mediatek: pwrap: add pwrap driver for MT8186 SoC
  dt-bindings: mediatek: add compatible for MT8186 pwrap

 .../bindings/soc/mediatek/pwrap.txt           |  1 +
 drivers/soc/mediatek/mtk-pmic-wrap.c          | 72 +++++++++++++++++++
 2 files changed, 73 insertions(+)

-- 
2.18.0


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

WARNING: multiple messages have this Message-ID (diff)
From: Johnson Wang <johnson.wang@mediatek.com>
To: <robh+dt@kernel.org>, <matthias.bgg@gmail.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	 <angelogioacchino.delregno@collabora.com>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	Johnson Wang <johnson.wang@mediatek.com>
Subject: [PATCH v2 0/2] Add PMIC wrapper support for Mediatek MT8186 SoC IC
Date: Fri, 7 Jan 2022 18:46:31 +0800	[thread overview]
Message-ID: <20220107104633.7500-1-johnson.wang@mediatek.com> (raw)

This series add PMIC wrapper support for Mediatek MT8186 SoC IC

Changes since v1:
- Fix the conditional logic in pwrap_probe() function.

Johnson Wang (2):
  soc: mediatek: pwrap: add pwrap driver for MT8186 SoC
  dt-bindings: mediatek: add compatible for MT8186 pwrap

 .../bindings/soc/mediatek/pwrap.txt           |  1 +
 drivers/soc/mediatek/mtk-pmic-wrap.c          | 72 +++++++++++++++++++
 2 files changed, 73 insertions(+)

-- 
2.18.0


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

WARNING: multiple messages have this Message-ID (diff)
From: Johnson Wang <johnson.wang@mediatek.com>
To: <robh+dt@kernel.org>, <matthias.bgg@gmail.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<angelogioacchino.delregno@collabora.com>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	Johnson Wang <johnson.wang@mediatek.com>
Subject: [PATCH v2 0/2] Add PMIC wrapper support for Mediatek MT8186 SoC IC
Date: Fri, 7 Jan 2022 18:46:31 +0800	[thread overview]
Message-ID: <20220107104633.7500-1-johnson.wang@mediatek.com> (raw)

This series add PMIC wrapper support for Mediatek MT8186 SoC IC

Changes since v1:
- Fix the conditional logic in pwrap_probe() function.

Johnson Wang (2):
  soc: mediatek: pwrap: add pwrap driver for MT8186 SoC
  dt-bindings: mediatek: add compatible for MT8186 pwrap

 .../bindings/soc/mediatek/pwrap.txt           |  1 +
 drivers/soc/mediatek/mtk-pmic-wrap.c          | 72 +++++++++++++++++++
 2 files changed, 73 insertions(+)

-- 
2.18.0


             reply	other threads:[~2022-01-07 10:47 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-07 10:46 Johnson Wang [this message]
2022-01-07 10:46 ` [PATCH v2 0/2] Add PMIC wrapper support for Mediatek MT8186 SoC IC Johnson Wang
2022-01-07 10:46 ` Johnson Wang
2022-01-07 10:46 ` [PATCH v2 1/2] soc: mediatek: pwrap: add pwrap driver for MT8186 SoC Johnson Wang
2022-01-07 10:46   ` Johnson Wang
2022-01-07 10:46   ` Johnson Wang
2022-01-07 11:11   ` AngeloGioacchino Del Regno
2022-01-07 11:11     ` AngeloGioacchino Del Regno
2022-01-07 11:11     ` AngeloGioacchino Del Regno
2022-01-14 15:46   ` Matthias Brugger
2022-01-14 15:46     ` Matthias Brugger
2022-01-14 15:46     ` Matthias Brugger
2022-01-18  9:25     ` Johnson Wang
2022-01-18  9:25       ` Johnson Wang
2022-01-18  9:25       ` Johnson Wang
2022-01-18 13:17       ` Matthias Brugger
2022-01-18 13:17         ` Matthias Brugger
2022-01-18 13:17         ` Matthias Brugger
2022-01-25 12:51         ` Johnson Wang
2022-01-25 12:51           ` Johnson Wang
2022-01-25 12:51           ` Johnson Wang
2022-01-14 16:08   ` Matthias Brugger
2022-01-14 16:08     ` Matthias Brugger
2022-01-14 16:08     ` Matthias Brugger
2022-01-07 10:46 ` [PATCH v2 2/2] dt-bindings: mediatek: add compatible for MT8186 pwrap Johnson Wang
2022-01-07 10:46   ` Johnson Wang
2022-01-07 10:46   ` Johnson Wang
2022-01-12  1:49   ` Rob Herring
2022-01-12  1:49     ` Rob Herring
2022-01-12  1:49     ` 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=20220107104633.7500-1-johnson.wang@mediatek.com \
    --to=johnson.wang@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.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.