All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] platform/x86: dell-pc: Transition to faux device
@ 2025-04-11 14:36 Kurt Borja
  2025-04-11 14:36 ` [PATCH 1/3] platform/x86: dell-pc: Propagate errors when detecting feature support Kurt Borja
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Kurt Borja @ 2025-04-11 14:36 UTC (permalink / raw)
  To: Lyndon Sanche, Hans de Goede, Ilpo Järvinen,
	Mario Limonciello
  Cc: platform-driver-x86, linux-kernel, Kurt Borja

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2025-04-25 11:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11 14:36 [PATCH 0/3] platform/x86: dell-pc: Transition to faux device Kurt Borja
2025-04-11 14:36 ` [PATCH 1/3] platform/x86: dell-pc: Propagate errors when detecting feature support Kurt Borja
2025-04-11 14:36 ` [PATCH 2/3] platform/x86: dell-pc: Use non-atomic bitmap operations Kurt Borja
2025-04-11 14:36 ` [PATCH 3/3] platform/x86: dell-pc: Transition to faux device Kurt Borja
2025-04-23 13:27   ` Ilpo Järvinen
2025-04-23 13:44     ` Hans de Goede
2025-04-23 13:59       ` Greg Kroah-Hartman
2025-04-23 14:12         ` Lyndon Sanche
2025-04-23 16:14       ` Kurt Borja
2025-04-23 17:05         ` Hans de Goede
2025-04-24 11:57           ` Ilpo Järvinen
2025-04-25  7:48             ` Kurt Borja
2025-04-25 11:50               ` Ilpo Järvinen
2025-04-24 14:06 ` [PATCH 0/3] " Ilpo Järvinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.