driver model: Remove device_sem
This was only used to add/remove device from parent's list of children, which we can easily replace with a write lock on the device subsys's rwsem.
Showing
Please register or sign in to comment
This was only used to add/remove device from parent's list of children, which we can easily replace with a write lock on the device subsys's rwsem.