-
- Downloads
drivers: base: Unified device connection lookup
Several frameworks - clk, gpio, phy, pmw, etc. - maintain lookup tables for describing connections and provide custom API for handling them. This introduces a single generic lookup table and API for the connections. The motivation for this commit is centralizing the connection lookup, but the goal is to ultimately extract the connection descriptions also from firmware by using the fwnode_graph_* functions and other mechanisms that are available. Reviewed-by:Hans de Goede <hdegoede@redhat.com> Reviewed-by:
Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by:
Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- Documentation/driver-api/device_connection.rst 43 additions, 0 deletionsDocumentation/driver-api/device_connection.rst
- drivers/base/Makefile 2 additions, 1 deletiondrivers/base/Makefile
- drivers/base/devcon.c 136 additions, 0 deletionsdrivers/base/devcon.c
- include/linux/device.h 22 additions, 0 deletionsinclude/linux/device.h
Loading
Please register or sign in to comment