All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/2] Mediatek pinctrl patch on mt8195
@ 2021-06-23  9:37 ` Zhiyong Tao
  0 siblings, 0 replies; 11+ messages in thread
From: Zhiyong Tao @ 2021-06-23  9:37 UTC (permalink / raw)
  To: robh+dt, linus.walleij, mark.rutland, matthias.bgg, sean.wang
  Cc: srv_heupstream, zhiyong.tao, hui.liu, Rex-BC.chen, biao.huang,
	hongzhou.yang, erin.lo, sean.wang, seiya.wang, sj.huang,
	devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	linux-gpio

This series includes 1 patches:
1.add rsel define
2.add pinctrl rsel setting on MT8195.

Changes in patch v8:
1)add rsel define patch
2)avoid  CamelCase
3)add pinctrl rsel setting patch which is another resistance selection
  solution for I2C on MT8195.

Changes in patch v7:
1)add version in patch and fix spelling mistakes.

Changes in patch v6:
1)add "pintcrl: mediatek" as prefix.

Changes in patch v5:
1)document and driver patch are apploed.
2)change '-EOPNOTSUPP' to '-ENOTSUPP'

Changes in patch v4:
1)fix pinctrl-mt8195.yaml warning error.
2)remove pinctrl device node patch which is based on "mt8195.dtsi".

Changes in patch v3:
1)change '^pins' to '-pins$'.
2)change 'state_0_node_a' to 'gpio_pin' which is defined in dts.
3)change 'state_0_node_b' to 'i2c0_pin' which is defined in dts.
4)reorder this series patches. change pinctrl file and binding document
together in one patch.

There are no changes in v1 & v2.

Zhiyong Tao (2):
  dt-bindings: pinctrl: mt8195: add rsel define
  pinctrl: mediatek: add rsel setting on MT8195

 drivers/pinctrl/mediatek/pinctrl-mt8195.c     |  96 +++++++++++++
 .../pinctrl/mediatek/pinctrl-mtk-common-v2.c  | 135 +++++++++++++++---
 .../pinctrl/mediatek/pinctrl-mtk-common-v2.h  |  10 +-
 drivers/pinctrl/mediatek/pinctrl-paris.c      |  23 ++-
 drivers/pinctrl/mediatek/pinctrl-paris.h      |   2 +-
 include/dt-bindings/pinctrl/mt65xx.h          |   9 ++
 6 files changed, 248 insertions(+), 27 deletions(-)

--
2.18.0



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-06-23 11:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23  9:37 [PATCH v8 0/2] Mediatek pinctrl patch on mt8195 Zhiyong Tao
2021-06-23  9:37 ` Zhiyong Tao
2021-06-23  9:37 ` Zhiyong Tao
2021-06-23  9:37 ` [PATCH v8 1/2] dt-bindings: pinctrl: mt8195: add rsel define Zhiyong Tao
2021-06-23  9:37   ` Zhiyong Tao
2021-06-23  9:37   ` Zhiyong Tao
2021-06-23  9:37 ` [PATCH v8 2/2] pinctrl: mediatek: add rsel setting on MT8195 Zhiyong Tao
2021-06-23  9:37   ` Zhiyong Tao
2021-06-23  9:37   ` Zhiyong Tao
2021-06-23 10:44   ` kernel test robot
2021-06-23 11:54   ` kernel test robot

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.