Re: [PATCH 0/3] Improve Auxiliary Device documentation
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-11-03 07:58:41
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-11-03 07:58:41
Also in:
lkml
On Tue, Nov 02, 2021 at 02:53:14PM -0700, ira.weiny@intel.com wrote:
From: Ira Weiny <ira.weiny@intel.com> The auxiliary device documentation was not wrong but it was a bit difficult to follow. Add clarifications to ensure that details are not missed. Ira Weiny (3): Documentation/auxiliary_bus: Clarify auxiliary_device creation Documentation/auxiliary_bus: Clarify match_name Documentation/auxiliary_bus: Update Auxiliary device lifespan Documentation/driver-api/auxiliary_bus.rst | 136 ++++++++++++++++-----
Any chance that we can move this documentation into the .c file itself to make it easier to maintain and keep up to date over time? I think the v4l2 and drm subsystems do this pretty well, right? thanks, greg k-h