RE: Re: [PATCH] Documentation: extcon: add documentation for Extcon subsystem
From: MyungJoo Ham
Date: Sat Nov 16 2024 - 00:21:45 EST
>Hello Myungjoo/Chanwoo,
>
>Wondering if you have any comments?
Nope. It looks good to me.
Acked-by: MyungJoo Ham <myungjoo.ham@xxxxxxxxxxx>
>
>On Sat, Nov 2, 2024 at 7:54 PM anish kumar <yesanishhere@xxxxxxxxx> wrote:
>>
>> The Extcon (External Connector) subsystem driver lacked proper
>> documentation. This commit adds comprehensive documentation
>> explaining the purpose, key components, and usage of the Extcon
>> framework.
>>
>> The new documentation includes:
>> - An overview of the Extcon subsystem
>> - Descriptions of key structures
>> - Explanations of core functions
>> - Information on the sysfs interface
>> - A usage example for driver developers
>>
>> Signed-off-by: anish kumar <yesanishhere@xxxxxxxxx>
>> ---