From: Shawn Guo <shengchao.guo@oss.qualcomm.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Heikki Krogerus" <heikki.krogerus@linux.intel.com>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Bartosz Golaszewski" <brgl@kernel.org>,
"Krishna Kurapati" <krishna.kurapati@oss.qualcomm.com>,
"Uwe Kleine-König" <u.kleine-koenig@baylibre.com>,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
"Shawn Guo" <shengchao.guo@oss.qualcomm.com>
Subject: [PATCH v2 RESEND 0/2] usb: typec: Add onsemi FUSB15201 support
Date: Fri, 11 Sep 2026 15:34:12 +0800 [thread overview]
Message-ID: <20260911073414.16711-1-shengchao.guo@oss.qualcomm.com> (raw)
[ Resend to drop v1 Link tag from both patches ]
The series adds a driver/binding for onsemi FUSB15201 which can be found
on Qualcomm Nord reference design boards as a dual-port USB Type-C
controller.
Changes for v2:
- Drop include of <linux/mod_devicetable.h>
- Link to v1: https://lore.kernel.org/all/20260902045938.184221-1-shengchao.guo@oss.qualcomm.com/
Shawn Guo (2):
dt-bindings: usb: Add onsemi FUSB15201 Type-C and PD controller
usb: typec: Add onsemi FUSB15201 driver
.../bindings/usb/onnn,fusb15201.yaml | 152 +++++
drivers/usb/typec/Kconfig | 17 +
drivers/usb/typec/Makefile | 1 +
drivers/usb/typec/fusb15201.c | 580 ++++++++++++++++++
4 files changed, 750 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/onnn,fusb15201.yaml
create mode 100644 drivers/usb/typec/fusb15201.c
--
2.43.0
next reply other threads:[~2026-09-11 7:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-11 7:34 Shawn Guo [this message]
2026-09-11 7:34 ` [PATCH v2 RESEND 1/2] dt-bindings: usb: Add onsemi FUSB15201 Type-C and PD controller Shawn Guo
2026-09-11 7:34 ` [PATCH v2 RESEND 2/2] usb: typec: Add onsemi FUSB15201 driver Shawn Guo
2026-09-11 7:47 ` sashiko-bot
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=20260911073414.16711-1-shengchao.guo@oss.qualcomm.com \
--to=shengchao.guo@oss.qualcomm.com \
--cc=brgl@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=krishna.kurapati@oss.qualcomm.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=robh@kernel.org \
--cc=u.kleine-koenig@baylibre.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