Re: [PATCH v2] Documentation/auxiliary_bus: Clarify auxiliary_device creation

From: Greg Kroah-Hartman
Date: Fri Nov 26 2021 - 11:19:09 EST


On Tue, Nov 02, 2021 at 03:53:10PM -0700, ira.weiny@xxxxxxxxx wrote:
> From: Ira Weiny <ira.weiny@xxxxxxxxx>
>
> The documentation for creating an auxiliary device is a 3 step not a 2
> step process. Specifically the requirements of setting the name, id,
> dev.release, and dev.parent fields was not clear as a precursor to the '2
> step' process documented.
>
> Clarify by declaring this a 3 step process starting with setting the
> fields of struct auxiliary_device correctly.
>
> Also add some sample code and tie the change into the rest of the
> documentation.
>
> Reviewed-by: Dave Jiang <dave.jiang@xxxxxxxxx>
> Signed-off-by: Ira Weiny <ira.weiny@xxxxxxxxx>
>
> ---
> Changes from V1:
> From Jonathan
> Fix auxiliary spelling
> ---
> Documentation/driver-api/auxiliary_bus.rst | 77 +++++++++++++++++-----
> 1 file changed, 59 insertions(+), 18 deletions(-)

Can you please resend the whole series, trying to just resend one patch
in the middle is horrible for our tools and to try to figure this out.

Would you like to have to unwind this? Please make it simple for
maintainers to review and if ok, apply your changes.

thanks,

greg k-h