Re: [PATCH v1 00/14] extcon: Core cleanups and documentation fixes

From: Andy Shevchenko
Date: Wed Apr 05 2023 - 04:13:27 EST


On Mon, Apr 03, 2023 at 10:58:20PM +0900, Chanwoo Choi wrote:
> Hi,
>
> I recommend that use the "./scripts/get_maintainer.pl" script
> to get the accurate maintainer list to send the patches.

That's what I'm using. What's wrong in your opinion with the Cc and/or To
lists?

> On 23. 3. 22. 23:39, Andy Shevchenko wrote:
> > A few fixes to the documentation and some cleanups against extcon core
> > module.
> >
> > Andy Shevchenko (14):
> > extcon: Fix kernel doc of property fields to avoid warnings
> > extcon: Fix kernel doc of property capability fields to avoid warnings
> > extcon: Use DECLARE_BITMAP() to declare bit arrays
> > extcon: use sysfs_emit() to instead of sprintf()
> > extcon: Amend kernel documentation of struct extcon_dev
> > extcon: Allow name to be assigned outside of the framework
> > extcon: Use unique number for the extcon device ID
> > extcon: Switch to use kasprintf_strarray()
> > extcon: Use device_match_of_node() helper
> > extcon: use dev_of_node(dev) instead of dev->of_node
> > extcon: Remove dup device name in the message and unneeded error check
> > extcon: Use sizeof(*pointer) instead of sizeof(type)
> > extcon: Drop unneeded assignments
> > extcon: Use positive conditional in ternary operator

--
With Best Regards,
Andy Shevchenko