All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Auxiliary device support for MFD
@ 2025-05-14 12:24 Raag Jadav
  2025-05-14 12:24 ` [PATCH v5 1/2] driver core: auxiliary bus: Introduce auxiliary device resource management Raag Jadav
  2025-05-14 12:24 ` [PATCH v5 2/2] mfd: core: Support auxiliary device Raag Jadav
  0 siblings, 2 replies; 13+ messages in thread
From: Raag Jadav @ 2025-05-14 12:24 UTC (permalink / raw)
  To: gregkh, david.m.ertman, ira.weiny, lee, andriy.shevchenko,
	mika.westerberg, heikki.krogerus
  Cc: linux-kernel, Raag Jadav

This series adds auxiliary child device support for discoverable MFD and
as a prerequisite, introduces auxiliary device specific resource APIs to
to allow independent resource management.

v2: Introduce a shared struct mfd_aux_device
    Introduce auxiliary device opt-in flag (Greg)

v3: Fix device_type ABI breakage (Andy)
    Aesthetic adjustments (Andy)

v4: s/mfd_aux/maux
    Allow num_resources for child device (Andy)
    Fix build warning (Andy)

v5: Move resource() helpers from MFD to auxiliary subsystem (Lee)

Raag Jadav (2):
  driver core: auxiliary bus: Introduce auxiliary device resource
    management
  mfd: core: Support auxiliary device

 drivers/base/auxiliary.c      | 145 ++++++++++++++++++++++++++
 drivers/mfd/Kconfig           |   2 +-
 drivers/mfd/mfd-core.c        | 185 +++++++++++++++++++++++++---------
 include/linux/auxiliary_bus.h |  18 ++++
 include/linux/mfd/core.h      |   3 +
 5 files changed, 305 insertions(+), 48 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-05-19 11:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-14 12:24 [PATCH v5 0/2] Auxiliary device support for MFD Raag Jadav
2025-05-14 12:24 ` [PATCH v5 1/2] driver core: auxiliary bus: Introduce auxiliary device resource management Raag Jadav
2025-05-14 12:35   ` Greg KH
2025-05-14 15:52     ` Raag Jadav
2025-05-14 12:36   ` Andy Shevchenko
2025-05-15 12:52     ` Raag Jadav
2025-05-15 13:06       ` Andy Shevchenko
2025-05-16 19:20         ` Raag Jadav
2025-05-19 10:44           ` Andy Shevchenko
2025-05-19 11:52             ` Raag Jadav
2025-05-14 15:27   ` kernel test robot
2025-05-14 15:58   ` kernel test robot
2025-05-14 12:24 ` [PATCH v5 2/2] mfd: core: Support auxiliary device Raag Jadav

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.