[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1637330431.git.matti.vaittinen@fi.rohmeurope.com>
Date: Mon, 22 Nov 2021 13:03:01 +0200
From: Matti Vaittinen <matti.vaittinen@...rohmeurope.com>
To: Matti Vaittinen <mazziesaccount@...il.com>,
Matti Vaittinen <matti.vaittinen@...rohmeurope.com>
Cc: Matti Vaittinen <matti.vaittinen@...rohmeurope.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Jiri Kosina <trivial@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Yury Norov <yury.norov@...il.com>,
Kumar Kartikeya Dwivedi <memxor@...il.com>,
Rasmus Villemoes <linux@...musvillemoes.dk>,
Geert Uytterhoeven <geert+renesas@...der.be>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] Provide event map helper for regulator drivers
Misc regulator fixes.
This series provides a trivial event map helper for regulator drivers,
new single_bit_set() (needed by the event map helper) and a fix to
regulator IRQ helper parameters.
Regulators which provide trivial notification IRQs can use generic IRQ
mapper. Trivial in this context means the IRQ only informs one type of
event, for one regulator.
The series also provides a bitop helper which checks if there is only
one bit set in given mask. This was believed to be useful also for
others outside the regulator framework.
Last patch is a fix for IRQ helper removing an unused struct member.
---
Matti Vaittinen (4):
bitops: Add single_bit_set()
regulators: Add regulator_err2notif() helper
regulators: irq_helper: Provide helper for trivial IRQ notifications
regulator: Drop unnecessary struct member
drivers/regulator/irq_helpers.c | 42 +++++++++++++++++++++++++++++++-
include/linux/bitops.h | 20 +++++++++++++++
include/linux/regulator/driver.h | 37 +++++++++++++++++++++++++++-
3 files changed, 97 insertions(+), 2 deletions(-)
--
2.31.1
--
Matti Vaittinen, Linux device drivers
ROHM Semiconductors, Finland SWDC
Kiviharjunlenkki 1E
90220 OULU
FINLAND
~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~
Simon says - in Latin please.
~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~
Thanks to Simon Glass for the translation =]
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists