-
- Downloads
Add auxiliary bus support
Add support for the Auxiliary Bus, auxiliary_device and auxiliary_driver. It enables drivers to create an auxiliary_device and bind an auxiliary_driver to it. The bus supports probe/remove shutdown and suspend/resume callbacks. Each auxiliary_device has a unique string based id; driver binds to an auxiliary_device based on this id through the bus. Co-developed-by:Kiran Patil <kiran.patil@intel.com> Co-developed-by:
Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Co-developed-by:
Fred Oh <fred.oh@linux.intel.com> Co-developed-by:
Leon Romanovsky <leonro@nvidia.com> Signed-off-by:
Kiran Patil <kiran.patil@intel.com> Signed-off-by:
Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by:
Fred Oh <fred.oh@linux.intel.com> Signed-off-by:
Leon Romanovsky <leonro@nvidia.com> Signed-off-by:
Dave Ertman <david.m.ertman@intel.com> Reviewed-by:
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by:
Shiraz Saleem <shiraz.saleem@intel.com> Reviewed-by:
Parav Pandit <parav@mellanox.com> Reviewed-by:
Dan Williams <dan.j.williams@intel.com> Reviewed-by:
Martin Habets <mhabets@solarflare.com> Link: https://lore.kernel.org/r/20201113161859.1775473-2-david.m.ertman@intel.com Signed-off-by:
Dan Williams <dan.j.williams@intel.com> Link: https://lore.kernel.org/r/160695681289.505290.8978295443574440604.stgit@dwillia2-desk3.amr.corp.intel.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- Documentation/driver-api/auxiliary_bus.rst 234 additions, 0 deletionsDocumentation/driver-api/auxiliary_bus.rst
- Documentation/driver-api/index.rst 1 addition, 0 deletionsDocumentation/driver-api/index.rst
- drivers/base/Kconfig 3 additions, 0 deletionsdrivers/base/Kconfig
- drivers/base/Makefile 1 addition, 0 deletionsdrivers/base/Makefile
- drivers/base/auxiliary.c 268 additions, 0 deletionsdrivers/base/auxiliary.c
- include/linux/auxiliary_bus.h 78 additions, 0 deletionsinclude/linux/auxiliary_bus.h
- include/linux/mod_devicetable.h 8 additions, 0 deletionsinclude/linux/mod_devicetable.h
- scripts/mod/devicetable-offsets.c 3 additions, 0 deletionsscripts/mod/devicetable-offsets.c
- scripts/mod/file2alias.c 8 additions, 0 deletionsscripts/mod/file2alias.c
Loading
Please register or sign in to comment