[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <29565f20-400e-b64d-148f-b1e958b052e3@gmail.com>
Date: Sat, 16 Jul 2022 03:15:03 +0900
From: Chanwoo Choi <cwchoi00@...il.com>
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 5.20
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(-)
Powered by blists - more mailing lists