[v3,0/3] extcon: Core cleanups and documentation fixes

Message ID 20230411114824.82960-1-andriy.shevchenko@linux.intel.com
Headers
Series extcon: Core cleanups and documentation fixes |

Message

Andy Shevchenko April 11, 2023, 11:48 a.m. UTC
  A few fixes and some cleanups against extcon core module.

Changelog v3:
- dropped NAKed patches
- added missing tag (Chanwoo)
- dropped unrelated change in patch 2 (Chanwoo)
- dropped misplaced tags (Chanwoo)

Changelog v2:
- dropped applied patches
- completely rewrote the patch to handle name field
- dropped kasprintf_strarray() patch for now (Chanwoo)
- used new IDA APIs (Chanwoo)
- added tag (Bumwoo) to the patches that haven't changed

Cc: Chanwoo Choi <cwchoi00@gmail.com>

Note, MAINTAINERS shows what it has and hence the above Cc is manually
added. If the database has issues it should be updated, but it's out of
scope of this series.

Andy Shevchenko (3):
  extcon: Use unique number for the extcon device ID
  extcon: Use sizeof(*pointer) instead of sizeof(type)
  extcon: Drop unneeded assignments

 drivers/extcon/extcon.c | 35 +++++++++++++++++++++--------------
 drivers/extcon/extcon.h |  2 ++
 2 files changed, 23 insertions(+), 14 deletions(-)
  

Comments

Chanwoo Choi April 16, 2023, 3:28 p.m. UTC | #1
On 23. 4. 11. 20:48, Andy Shevchenko wrote:
> A few fixes and some cleanups against extcon core module.
> 
> Changelog v3:
> - dropped NAKed patches
> - added missing tag (Chanwoo)
> - dropped unrelated change in patch 2 (Chanwoo)
> - dropped misplaced tags (Chanwoo)
> 
> Changelog v2:
> - dropped applied patches
> - completely rewrote the patch to handle name field
> - dropped kasprintf_strarray() patch for now (Chanwoo)
> - used new IDA APIs (Chanwoo)
> - added tag (Bumwoo) to the patches that haven't changed
> 
> Cc: Chanwoo Choi <cwchoi00@gmail.com>
> 
> Note, MAINTAINERS shows what it has and hence the above Cc is manually
> added. If the database has issues it should be updated, but it's out of
> scope of this series.
> 
> Andy Shevchenko (3):
>   extcon: Use unique number for the extcon device ID
>   extcon: Use sizeof(*pointer) instead of sizeof(type)
>   extcon: Drop unneeded assignments
> 
>  drivers/extcon/extcon.c | 35 +++++++++++++++++++++--------------
>  drivers/extcon/extcon.h |  2 ++
>  2 files changed, 23 insertions(+), 14 deletions(-)
> 

Applied them. Thanks for your clean-up.