The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT PULL] extcon next for 6.7
@ 2023-10-26 14:20 Chanwoo Choi
  2023-10-27  9:40 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Choi @ 2023-10-26 14:20 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Linux Kernel Mailing List, Chanwoo Choi, Chanwoo Choi,
	MyungJoo Ham

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] extcon next for 6.7
  2023-10-26 14:20 [GIT PULL] extcon next for 6.7 Chanwoo Choi
@ 2023-10-27  9:40 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2023-10-27  9:40 UTC (permalink / raw)
  To: Chanwoo Choi; +Cc: Linux Kernel Mailing List, Chanwoo Choi, MyungJoo Ham

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-27  9:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 14:20 [GIT PULL] extcon next for 6.7 Chanwoo Choi
2023-10-27  9:40 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox