mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-05 09:08:10 -04:00
Merge tag 'v7.0-rc5' into driver-core-next
We need the driver-core fixes in here as well to build on top of. Signed-off-by: Danilo Krummrich <dakr@kernel.org>
This commit is contained in:
@@ -65,6 +65,9 @@ struct fwnode_handle;
|
||||
* this bus.
|
||||
* @pm: Power management operations of this bus, callback the specific
|
||||
* device driver's pm-ops.
|
||||
* @driver_override: Set to true if this bus supports the driver_override
|
||||
* mechanism, which allows userspace to force a specific
|
||||
* driver to bind to a device via a sysfs attribute.
|
||||
* @need_parent_lock: When probing or removing a device on this bus, the
|
||||
* device core should lock the device's parent.
|
||||
*
|
||||
@@ -106,6 +109,7 @@ struct bus_type {
|
||||
|
||||
const struct dev_pm_ops *pm;
|
||||
|
||||
bool driver_override;
|
||||
bool need_parent_lock;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user