Add struct bus_type platform_bus and document its intentions.
The platform bus is a pseudo-bus meant to group legacy devices. Not only does it give legacy devices a common parent and bus type, it provides the necessary infrastructure to allow for firmware-based enumeration of the system's devices (using the platform's add() callback).
Showing
drivers/base/platform.c
0 → 100644
Please register or sign in to comment