All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] extcon next for 5.20
@ 2022-07-15 18:15 Chanwoo Choi
  2022-07-16  5:25 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Choi @ 2022-07-15 18:15 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 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(-)

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

* Re: [GIT PULL] extcon next for 5.20
  2022-07-15 18:15 [GIT PULL] extcon next for 5.20 Chanwoo Choi
@ 2022-07-16  5:25 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2022-07-16  5:25 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: Linux Kernel Mailing List, Chanwoo Choi, Chanwoo Choi, MyungJoo Ham

On Sat, Jul 16, 2022 at 03:15:03AM +0900, Chanwoo Choi wrote:
> 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

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2022-07-16  5:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15 18:15 [GIT PULL] extcon next for 5.20 Chanwoo Choi
2022-07-16  5:25 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.