2023-10-26 14:20:52

by Chanwoo Choi

[permalink] [raw]
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


2023-10-27 09:48:39

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] extcon next for 6.7

On Thu, Oct 26, 2023 at 11:20:09PM +0900, Chanwoo Choi wrote:
> 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

Pulled and pushed out, thanks.

greg k-h