devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Romain Gantois <romain.gantois@bootlin.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	 Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	 Heikki Krogerus <heikki.krogerus@linux.intel.com>,
	 Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	 linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-kernel@vger.kernel.org,
	Romain Gantois <romain.gantois@bootlin.com>,
	 Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH v2 0/2] Add support for the TUSB1046-DCI Type-C crosspoint switch
Date: Thu, 24 Oct 2024 10:54:15 +0200	[thread overview]
Message-ID: <20241024-tusb1046-v2-0-d031b1a43e6d@bootlin.com> (raw)

Hello everyone,

This is version two of my series which adds support for a Type-C linear
redriver crosspoint switch which can function as a Type-C switch and
DisplayPort altmode multiplexer.

Best Regards,

Romain Gantois

Signed-off-by: Romain Gantois <romain.gantois@bootlin.com>
---
Changes in v2:
- Fixed indentation in dt binding.
- Added locking and svid checking to TUSB1046 driver.
- Link to v1: https://lore.kernel.org/r/20241018-tusb1046-v1-0-a38312f18691@bootlin.com

---
Romain Gantois (2):
      dt-bindings: usb: Describe TUSB1046 crosspoint switch
      usb: typec: mux: Add support for the TUSB1046 crosspoint switch

 .../devicetree/bindings/usb/ti,tusb1046.yaml       |  49 ++++++
 MAINTAINERS                                        |   7 +
 drivers/usb/typec/mux/Kconfig                      |   9 +
 drivers/usb/typec/mux/Makefile                     |   1 +
 drivers/usb/typec/mux/tusb1046.c                   | 196 +++++++++++++++++++++
 5 files changed, 262 insertions(+)
---
base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
change-id: 20241014-tusb1046-ebd08264789d

Best regards,
-- 
Romain Gantois <romain.gantois@bootlin.com>


             reply	other threads:[~2024-10-24  8:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-24  8:54 Romain Gantois [this message]
2024-10-24  8:54 ` [PATCH v2 1/2] dt-bindings: usb: Describe TUSB1046 crosspoint switch Romain Gantois
2024-10-24  8:54 ` [PATCH v2 2/2] usb: typec: mux: Add support for the " Romain Gantois
2024-10-25  6:39   ` Dmitry Baryshkov
2024-10-25  7:09     ` Romain Gantois
2024-10-25 10:29       ` Dmitry Baryshkov
2024-10-29 11:51   ` Heikki Krogerus

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=20241024-tusb1046-v2-0-d031b1a43e6d@bootlin.com \
    --to=romain.gantois@bootlin.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=thomas.petazzoni@bootlin.com \
    /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 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).