[GIT PULL] extcon next for 5.20

From: Chanwoo Choi
Date: Fri Jul 15 2022 - 14:15:17 EST


Dear Greg,

This is extcon-next pull request for v5.20. 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 32346491ddf24599decca06190ebca03ff9de7f8:

Linux 5.19-rc6 (2022-07-10 14:40:51 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3a06ed80265fa62eecaf519d92f1633e4f9510c7:

extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDP (2022-07-15 11:37:41 +0900)

----------------------------------------------------------------
Update extcon next for v5.20

Detailed description for this pull request:
1. Add new connector type of both EXTCON_DISP_CVBS and EXTCON_DISP_EDP
- Add both EXTCON_DISP_CVBS for Composite Video Broadcast Signal[1] and
EXTCON_DISP_EDP for Embedded Display Port[2].
[1] https://en.wikipedia.org/wiki/Composite_video
[2] https://en.wikipedia.org/wiki/DisplayPort#eDP

2. Fix the minor issues of extcon provider driver
- Drop unused remove function on extcon-fsa9480.c
- Remove extraneous space before a debug message on extcon-palmas.c
- Remove duplicate word in the comment
- Drop useless mask_invert flag on irqchip on extcon-sm5502.c
- Drop useless mask_invert flag on irqchip on extcon-rt8973a.c

----------------------------------------------------------------
Aidan MacDonald (2):
extcon: sm5502: Drop useless mask_invert flag on irqchip
extcon: rt8973a: Drop useless mask_invert flag on irqchip

Colin Ian King (1):
extcon: Remove extraneous space before a debug message

Jiang Jian (1):
extcon: Drop unexpected word "the" in the comments

Michael Wu (1):
extcon: Add EXTCON_DISP_CVBS and EXTCON_DISP_EDP

Uwe Kleine-König (1):
extcon: fsa9480: Drop no-op remove function

drivers/extcon/extcon-fsa9480.c | 6 ------
drivers/extcon/extcon-palmas.c | 2 +-
drivers/extcon/extcon-rt8973a.c | 1 -
drivers/extcon/extcon-sm5502.c | 2 --
drivers/extcon/extcon.c | 12 +++++++++++-
include/linux/extcon.h | 2 ++
6 files changed, 14 insertions(+), 11 deletions(-)