From: Chanwoo Choi <cwchoi00@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Chanwoo Choi <cw00.choi@samsung.com>,
Chanwoo Choi <chanwoo@kernel.org>,
MyungJoo Ham <myungjoo.ham@samsung.com>
Subject: [GIT PULL] extcon next for 5.20
Date: Sat, 16 Jul 2022 03:15:03 +0900 [thread overview]
Message-ID: <29565f20-400e-b64d-148f-b1e958b052e3@gmail.com> (raw)
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(-)
next reply other threads:[~2022-07-15 18:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-15 18:15 Chanwoo Choi [this message]
2022-07-16 5:25 ` [GIT PULL] extcon next for 5.20 Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=29565f20-400e-b64d-148f-b1e958b052e3@gmail.com \
--to=cwchoi00@gmail.com \
--cc=chanwoo@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox