[<prev] [next>] [day] [month] [year] [list]
Message-ID: <f2123f6e-f121-43c2-9326-76e3177e759f@kernel.org>
Date: Sat, 11 Jan 2025 20:55:56 +0900
From: Chanwoo Choi <chanwoo@...nel.org>
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>
Subject: [GIT PULL] extcon next for 6.14
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
Powered by blists - more mailing lists