[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230511091342.26604-1-aidanmacdonald.0x0@gmail.com>
Date: Thu, 11 May 2023 10:13:38 +0100
From: Aidan MacDonald <aidanmacdonald.0x0@...il.com>
To: broonie@...nel.org
Cc: gregkh@...uxfoundation.org, rafael@...nel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/4] regmap-irq: Cleanups and remove unused functionality
v1->v2:
Rebase patches against for-6.5 branch of broonie/regmap.git.
- 1/4 and 2/4 remove unused, deprecated functionality
- 3/4 makes the behavior of .handle_mask_sync() a bit more consistent
w.r.t. mask and unmask registers, to aid maintainability.
- 4/4 removes now-unused "inverted mask/unmask" compatibility code.
v1:
This is a straightforward patch series, mostly just removing a bunch
of old features that were only used by a handful of drivers.
Link: https://lore.kernel.org/all/20230509110100.3980123-1-aidanmacdonald.0x0@gmail.com
Aidan MacDonald (4):
regmap-irq: Remove type registers
regmap-irq: Remove support for not_fixed_stride
regmap-irq: Minor adjustments to .handle_mask_sync()
regmap-irq: Drop backward compatibility for inverted mask/unmask
drivers/base/regmap/regmap-irq.c | 222 +++++++------------------------
include/linux/regmap.h | 16 ---
2 files changed, 47 insertions(+), 191 deletions(-)
--
2.39.2
Powered by blists - more mailing lists