public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] extcon next for 6.14
@ 2025-01-11 11:55 Chanwoo Choi
  2025-01-12 12:45 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Choi @ 2025-01-11 11:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Linux Kernel Mailing List, Chanwoo Choi, Chanwoo Choi

Dear Greg,

This is extcon-next pull request for v6.14. 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 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7041ed0dde8319991b59003c414f0bda5192b041:

  extcon: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (2024-12-08 21:59:40 +0900)

----------------------------------------------------------------
Update extcon next for v6.14

Detailed description for this pull request:
- Fix null pointer check of memory allocation on extcon-rtk-type-c.c.
- Add EXTCON subsystem documentation including the detailed description/example.
- Drop unneeded init of struct i2c_device_id:driver_data on extcon-fsa9480/pth5150.c.

----------------------------------------------------------------
Charles Han (1):
      extcon: realtek: fix NULL deref check in extcon_rtk_type_c_probe

Uwe Kleine-König (1):
      extcon: Drop explicit initialization of struct i2c_device_id::driver_data to 0

anish kumar (1):
      Documentation: extcon: add documentation for Extcon subsystem

 Documentation/driver-api/extcon.rst | 255 ++++++++++++++++++++++++++++++++++++
 Documentation/driver-api/index.rst  |   1 +
 MAINTAINERS                         |   1 +
 drivers/extcon/extcon-fsa9480.c     |   2 +-
 drivers/extcon/extcon-ptn5150.c     |   2 +-
 drivers/extcon/extcon-rtk-type-c.c  |   2 +
 6 files changed, 261 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/driver-api/extcon.rst

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

* Re: [GIT PULL] extcon next for 6.14
  2025-01-11 11:55 [GIT PULL] extcon next for 6.14 Chanwoo Choi
@ 2025-01-12 12:45 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2025-01-12 12:45 UTC (permalink / raw)
  To: Chanwoo Choi; +Cc: Linux Kernel Mailing List, Chanwoo Choi

On Sat, Jan 11, 2025 at 08:55:56PM +0900, Chanwoo Choi wrote:
> Dear Greg,
> 
> This is extcon-next pull request for v6.14. 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 40384c840ea1944d7c5a392e8975ed088ecf0b37:
> 
>   Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-6.14

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2025-01-12 12:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-11 11:55 [GIT PULL] extcon next for 6.14 Chanwoo Choi
2025-01-12 12:45 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox