All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mfd: syscon: Cleanup, fix race condition and remove platform driver
@ 2024-12-17 18:11 Rob Herring (Arm)
  2024-12-17 18:11 ` [PATCH v2 1/3] mfd: syscon: Fix race in device_node_get_regmap() Rob Herring (Arm)
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Rob Herring (Arm) @ 2024-12-17 18:11 UTC (permalink / raw)
  To: Lee Jones, Arnd Bergmann, Pankaj Dubey, Heiko Stuebner,
	Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi
  Cc: Peter Griffin, Will McVicker, John Madieu, Krzysztof Kozlowski,
	linux-kernel, linux-arm-kernel

Questions from Krzysztof and a syscon related binding review got me 
looking at the syscon "driver". This series is the result.

This short series drops the stale platform driver part of syscon 
support, fixes a race condition in device_node_get_regmap()
which is used by all the lookup functions, and allows for registering 
nodes without "syscon" compatibles.

Compile tested only. Testing on Tensor, the one user of 
of_syscon_register_regmap(), would be helpful.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
Changes in v2:
- Fix patch 3 logic when a syscon is found in list to not return an 
  error
- Add tags
- Link to v1: https://lore.kernel.org/r/20241211-syscon-fixes-v1-0-b5ac8c219e96@kernel.org

---
Rob Herring (Arm) (3):
      mfd: syscon: Fix race in device_node_get_regmap()
      mfd: syscon: Remove the platform driver support
      mfd: syscon: Allow syscon nodes without a "syscon" compatible

 drivers/mfd/syscon.c                 | 95 ++++++------------------------------
 drivers/mfd/vexpress-sysreg.c        |  1 -
 include/linux/platform_data/syscon.h |  9 ----
 3 files changed, 15 insertions(+), 90 deletions(-)
---
base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37
change-id: 20241211-syscon-fixes-9f35ecb9bfbe

Best regards,
-- 
Rob Herring (Arm) <robh@kernel.org>



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

end of thread, other threads:[~2025-10-12 13:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 18:11 [PATCH v2 0/3] mfd: syscon: Cleanup, fix race condition and remove platform driver Rob Herring (Arm)
2024-12-17 18:11 ` [PATCH v2 1/3] mfd: syscon: Fix race in device_node_get_regmap() Rob Herring (Arm)
2024-12-17 19:35   ` William McVicker
2024-12-23  2:11   ` Pankaj Dubey
2024-12-23  2:14   ` Pankaj Dubey
2024-12-17 18:11 ` [PATCH v2 2/3] mfd: syscon: Remove the platform driver support Rob Herring (Arm)
2024-12-17 19:36   ` William McVicker
2024-12-18 10:10   ` Liviu Dudau
2024-12-23  2:13   ` Pankaj Dubey
2024-12-23 14:59   ` Krzysztof Kozlowski
2025-10-12 13:33   ` Janne Grunau
2024-12-17 18:11 ` [PATCH v2 3/3] mfd: syscon: Allow syscon nodes without a "syscon" compatible Rob Herring (Arm)
2024-12-17 19:37   ` William McVicker
2024-12-23  2:16   ` Pankaj Dubey
2024-12-23 15:02   ` Krzysztof Kozlowski
2025-01-22  9:43   ` Vaishnav Achath
2025-01-24 20:03     ` Rob Herring
2025-01-09 11:12 ` [PATCH v2 0/3] mfd: syscon: Cleanup, fix race condition and remove platform driver Lee Jones

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.