devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add ITE IT5205 Passive MUX
@ 2024-01-19 12:58 AngeloGioacchino Del Regno
  2024-01-19 12:58 ` [PATCH v2 1/2] dt-bindings: usb: Introduce ITE IT5205 Alt. Mode " AngeloGioacchino Del Regno
  2024-01-19 12:58 ` [PATCH v2 2/2] usb: typec: mux: Add ITE IT5205 Alternate Mode Passive MUX driver AngeloGioacchino Del Regno
  0 siblings, 2 replies; 11+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-01-19 12:58 UTC (permalink / raw)
  To: gregkh
  Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, heikki.krogerus,
	matthias.bgg, dmitry.baryshkov, neil.armstrong, andersson, nathan,
	luca.weiss, tianping.fang, linux-usb, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek, kernel,
	AngeloGioacchino Del Regno

This series adds a driver for the ITE IT5205/FN, found on various
MediaTek board designs, including the MT8395Genio 1200 EVB and
others following that.

Changes in v2:
 - Reordered headers and removed unused ones
 - Added a check for altmode in it5205_mux_set()

AngeloGioacchino Del Regno (2):
  dt-bindings: usb: Introduce ITE IT5205 Alt. Mode Passive MUX
  usb: typec: mux: Add ITE IT5205 Alternate Mode Passive MUX driver

 .../devicetree/bindings/usb/ite,it5205.yaml   |  72 +++++
 drivers/usb/typec/mux/Kconfig                 |  10 +
 drivers/usb/typec/mux/Makefile                |   1 +
 drivers/usb/typec/mux/it5205.c                | 294 ++++++++++++++++++
 4 files changed, 377 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/ite,it5205.yaml
 create mode 100644 drivers/usb/typec/mux/it5205.c

-- 
2.43.0


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

end of thread, other threads:[~2024-01-23 11:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-19 12:58 [PATCH v2 0/2] Add ITE IT5205 Passive MUX AngeloGioacchino Del Regno
2024-01-19 12:58 ` [PATCH v2 1/2] dt-bindings: usb: Introduce ITE IT5205 Alt. Mode " AngeloGioacchino Del Regno
2024-01-19 16:18   ` Conor Dooley
2024-01-22 10:27     ` AngeloGioacchino Del Regno
2024-01-22 18:06       ` Conor Dooley
2024-01-23 11:52         ` AngeloGioacchino Del Regno
2024-01-22  9:39   ` Krzysztof Kozlowski
2024-01-19 12:58 ` [PATCH v2 2/2] usb: typec: mux: Add ITE IT5205 Alternate Mode Passive MUX driver AngeloGioacchino Del Regno
2024-01-19 13:12   ` Dmitry Baryshkov
2024-01-20  4:52   ` kernel test robot
2024-01-20 10:58   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).