mbox series

[v3,0/2] Add PMIC wrapper support for Mediatek MT8186 SoC IC

Message ID 20220207083034.15327-1-johnson.wang@mediatek.com (mailing list archive)
Headers show
Series Add PMIC wrapper support for Mediatek MT8186 SoC IC | expand

Message

Johnson Wang Feb. 7, 2022, 8:30 a.m. UTC
This series add PMIC wrapper support for Mediatek MT8186 SoC IC

Changes since v2:
- Replace meaningless suffix _V2 with _MT8186 because
  these IPs are only for MT8186 SoC.
- Remove not used capability PWRAP_CAP_MONITOR_V2. 

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          | 71 +++++++++++++++++++
 2 files changed, 72 insertions(+)

Comments

Matthias Brugger March 1, 2022, 7:52 a.m. UTC | #1
On 07/02/2022 09:30, Johnson Wang wrote:
> This series add PMIC wrapper support for Mediatek MT8186 SoC IC
> 
> Changes since v2:
> - Replace meaningless suffix _V2 with _MT8186 because
>    these IPs are only for MT8186 SoC.
> - Remove not used capability PWRAP_CAP_MONITOR_V2.
> 
> 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          | 71 +++++++++++++++++++
>   2 files changed, 72 insertions(+)
> 

Series applied, thanks!