linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/3] Add new reg_update_bits() support
@ 2020-04-13  6:13 Baolin Wang
  2020-04-13  6:13 ` [RFC PATCH v2 1/3] mfd: syscon: Support physical regmap bus Baolin Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Baolin Wang @ 2020-04-13  6:13 UTC (permalink / raw)
  To: lee.jones, arnd, broonie
  Cc: baolin.wang7, orsonzhai, zhang.lyra, linux-kernel

The Spreadtrum platform uses a special set/clear method to update
registers' bits, thus this patch set registers a physical regmap
bus into syscon core to support this feature instead of using the
MMIO bus, which is not a physical regmap bus.

Any comments are welcome. Thanks.

Changes from RFC v1:
 - Add new helper to registers a physical regmap bus instead of
 using the MMIO bus.

Baolin Wang (3):
  mfd: syscon: Support physical regmap bus
  regmap: Add bus reg_update_bits() support
  soc: sprd: Add Spreadtrum special bits updating support

 drivers/base/regmap/regmap.c   |  1 +
 drivers/mfd/syscon.c           | 16 ++++++-
 drivers/soc/Kconfig            |  1 +
 drivers/soc/Makefile           |  1 +
 drivers/soc/sprd/Kconfig       | 16 +++++++
 drivers/soc/sprd/Makefile      |  2 +
 drivers/soc/sprd/sprd_syscon.c | 76 ++++++++++++++++++++++++++++++++++
 include/linux/mfd/syscon.h     |  7 ++++
 8 files changed, 118 insertions(+), 2 deletions(-)
 create mode 100644 drivers/soc/sprd/Kconfig
 create mode 100644 drivers/soc/sprd/Makefile
 create mode 100644 drivers/soc/sprd/sprd_syscon.c

-- 
2.17.1


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

end of thread, other threads:[~2020-04-17  1:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13  6:13 [RFC PATCH v2 0/3] Add new reg_update_bits() support Baolin Wang
2020-04-13  6:13 ` [RFC PATCH v2 1/3] mfd: syscon: Support physical regmap bus Baolin Wang
2020-04-13  6:13 ` [RFC PATCH v2 2/3] regmap: Add bus reg_update_bits() support Baolin Wang
2020-04-14 15:37   ` Applied "regmap: Add bus reg_update_bits() support" to the regmap tree Mark Brown
2020-04-14 17:12   ` [RFC PATCH v2 2/3] regmap: Add bus reg_update_bits() support Mark Brown
2020-04-13  6:13 ` [RFC PATCH v2 3/3] soc: sprd: Add Spreadtrum special bits updating support Baolin Wang
2020-04-15 15:36   ` Arnd Bergmann
2020-04-16  3:49     ` Baolin Wang
2020-04-16 12:54       ` Arnd Bergmann
2020-04-16 13:49         ` Baolin Wang
2020-04-16 14:38           ` Arnd Bergmann
2020-04-17  1:20             ` Baolin Wang
2020-04-15 12:59 ` [RFC PATCH v2 0/3] Add new reg_update_bits() support Baolin Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).