From: Chanwoo Choi <chanwoo@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Chanwoo Choi <cw00.choi@samsung.com>,
Chanwoo Choi <chanwoo@kernel.org>,
MyungJoo Ham <myungjoo.ham@samsung.com>
Subject: [GIT PULL] extcon next for 6.7
Date: Thu, 26 Oct 2023 23:20:09 +0900 [thread overview]
Message-ID: <461139be-c11a-41c4-b09a-f8f1b7c61ec0@kernel.org> (raw)
Dear Greg,
This is extcon-next pull request for v6.7. I add detailed description of
this pull request on below. Please pull extcon with following updates.
Best Regards,
Chanwoo Choi
The following changes since commit 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa:
Linux 6.6-rc4 (2023-10-01 14:15:13 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-6.7
for you to fetch changes up to b3edc3463d64bc469162138a6bec6913fbeef931:
extcon: realtek: add the error handler for nvmem_cell_read (2023-10-17 17:38:57 +0900)
----------------------------------------------------------------
Update extcon next for v6.7
Detailed description for this pull request:
- Add new Realtek DHC(Digital Home Hub) RTD SoC external connector driver
: Detect USB Type C cable detection for USB and USB_HOST cable
and support USB Type-C connector class. The extcon-rtk-type-c.c driver
supports the following Realtek RTD SoC:
- realtek,rtd1295-type-c
- realtek,rtd1312c-type-c
- realtek,rtd1315e-type-c
- realtek,rtd1319-type-c
- realtek,rtd1319d-type-c
- realtek,rtd1395-type-c
- realtek,rtd1619-type-c
- realtek,rtd1619b-type-c
- Add device-tree compatible string for extcon-max77693 and extcon-77843.c.
----------------------------------------------------------------
Marek Szyprowski (2):
extcon: max77693: add device-tree compatible string
extcon: max77843: add device-tree compatible string
Stanley Chang (3):
extcon: add Realtek DHC RTD SoC Type-C driver
dt-bindings: usb: Add Realtek DHC RTD SoC Type-C
extcon: realtek: add the error handler for nvmem_cell_read
.../bindings/usb/realtek,rtd-type-c.yaml | 82 +
drivers/extcon/Kconfig | 11 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-max77693.c | 7 +
drivers/extcon/extcon-max77843.c | 7 +
drivers/extcon/extcon-rtk-type-c.c | 1794 ++++++++++++++++++++
6 files changed, 1902 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/realtek,rtd-type-c.yaml
create mode 100644 drivers/extcon/extcon-rtk-type-c.c
next reply other threads:[~2023-10-26 14:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-26 14:20 Chanwoo Choi [this message]
2023-10-27 9:40 ` [GIT PULL] extcon next for 6.7 Greg Kroah-Hartman
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=461139be-c11a-41c4-b09a-f8f1b7c61ec0@kernel.org \
--to=chanwoo@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.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