[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <461139be-c11a-41c4-b09a-f8f1b7c61ec0@kernel.org>
Date: Thu, 26 Oct 2023 23:20:09 +0900
From: Chanwoo Choi <chanwoo@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Chanwoo Choi <cw00.choi@...sung.com>,
Chanwoo Choi <chanwoo@...nel.org>,
MyungJoo Ham <myungjoo.ham@...sung.com>
Subject: [GIT PULL] extcon next for 6.7
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
Powered by blists - more mailing lists