mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1 0/6] regmap-irq: Cleanups and remove unused functionality
@ 2023-05-09 11:00 Aidan MacDonald
  2023-05-09 11:00 ` [PATCH v1 1/6] regmap-irq: Fix typo in documentation for .get_irq_reg() Aidan MacDonald
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Aidan MacDonald @ 2023-05-09 11:00 UTC (permalink / raw)
  To: broonie; +Cc: gregkh, rafael, linux-kernel

This is a straightforward patch series, mostly just removing a bunch
of old features that were only used by a handful of drivers.

- 1/6 is a documentation fix
- 2/6, 3/6, and 4/6 remove unused, deprecated functionality
- 5/6 makes the behavior of .handle_mask_sync() a bit more consistent
  w.r.t. mask and unmask registers, to aid maintainability.
- 6/6 removes now-unused "inverted mask/unmask" compatibility code.

Aidan MacDonald (6):
  regmap-irq: Fix typo in documentation for .get_irq_reg()
  regmap-irq: Remove virtual registers
  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 | 269 ++++++-------------------------
 include/linux/regmap.h           |  30 +---
 2 files changed, 48 insertions(+), 251 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-05-11  9:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09 11:00 [PATCH v1 0/6] regmap-irq: Cleanups and remove unused functionality Aidan MacDonald
2023-05-09 11:00 ` [PATCH v1 1/6] regmap-irq: Fix typo in documentation for .get_irq_reg() Aidan MacDonald
2023-05-09 11:00 ` [PATCH v1 2/6] regmap-irq: Remove virtual registers Aidan MacDonald
2023-05-09 11:00 ` [PATCH v1 3/6] regmap-irq: Remove type registers Aidan MacDonald
2023-05-11  1:24   ` Mark Brown
2023-05-11  9:09     ` Aidan MacDonald
2023-05-09 11:00 ` [PATCH v1 4/6] regmap-irq: Remove support for not_fixed_stride Aidan MacDonald
2023-05-09 11:00 ` [PATCH v1 5/6] regmap-irq: Minor adjustments to .handle_mask_sync() Aidan MacDonald
2023-05-09 11:01 ` [PATCH v1 6/6] regmap-irq: Drop backward compatibility for inverted mask/unmask Aidan MacDonald
2023-05-11  5:43 ` [PATCH v1 0/6] regmap-irq: Cleanups and remove unused functionality Mark Brown

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®