From: Raag Jadav <raag.jadav@intel.com>
To: gregkh@linuxfoundation.org, david.m.ertman@intel.com,
ira.weiny@intel.com, lee@kernel.org,
andriy.shevchenko@linux.intel.com,
mika.westerberg@linux.intel.com, heikki.krogerus@linux.intel.com
Cc: linux-kernel@vger.kernel.org, Raag Jadav <raag.jadav@intel.com>
Subject: [PATCH v5 0/2] Auxiliary device support for MFD
Date: Wed, 14 May 2025 17:54:30 +0530 [thread overview]
Message-ID: <20250514122432.4019606-1-raag.jadav@intel.com> (raw)
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
next reply other threads:[~2025-05-14 12:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-14 12:24 Raag Jadav [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250514122432.4019606-1-raag.jadav@intel.com \
--to=raag.jadav@intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=david.m.ertman@intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=ira.weiny@intel.com \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mika.westerberg@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®