All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <chanwoo@kernel.org>
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>
Subject: [GIT PULL] extcon next for 6.14
Date: Sat, 11 Jan 2025 20:55:56 +0900	[thread overview]
Message-ID: <f2123f6e-f121-43c2-9326-76e3177e759f@kernel.org> (raw)

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

             reply	other threads:[~2025-01-11 11:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11 11:55 Chanwoo Choi [this message]
2025-01-12 12:45 ` [GIT PULL] extcon next for 6.14 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=f2123f6e-f121-43c2-9326-76e3177e759f@kernel.org \
    --to=chanwoo@kernel.org \
    --cc=cw00.choi@samsung.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 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.