[GIT,PULL] extcon next for 6.7

Message ID 461139be-c11a-41c4-b09a-f8f1b7c61ec0@kernel.org
State New
Headers
Series [GIT,PULL] extcon next for 6.7 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-6.7

Message

Chanwoo Choi Oct. 26, 2023, 2:20 p.m. UTC
  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
  

Comments

Greg KH Oct. 27, 2023, 9:40 a.m. UTC | #1
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