Messages in this thread |  | | From | Kurt Borja <> | | Subject | [PATCH 0/3] platform/x86: dell-pc: Transition to faux device | | Date | Fri, 11 Apr 2025 11:36:40 -0300 |
| |
Hi all,
In commit
35fa2d88ca94 ("driver core: add a faux bus for use when a simple device/bus is needed")
the new faux bus was introduced. It was designed for cases where a module needs a fake parent device.
When I saw this, dell-pc immediately came to mind so I wrote this small patchset.
Compile tested only.
Signed-off-by: Kurt Borja <kuurtb@gmail.com> --- Kurt Borja (3): platform/x86: dell-pc: Propagate errors when detecting feature support platform/x86: dell-pc: Use non-atomic bitmap operations platform/x86: dell-pc: Transition to faux device
drivers/platform/x86/dell/dell-pc.c | 67 +++++++++++-------------------------- 1 file changed, 19 insertions(+), 48 deletions(-) --- base-commit: 70081121e24cacbef8b3be849cc13bea31f8a158 change-id: 20250327-dell-faux-52e24510a574
Best regards, -- ~ Kurt
|  |