linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] nvmem: core: fix regmap accessor usage.
@ 2016-04-13 17:39 Srinivas Kandagatla
  2016-04-13 17:39 ` [PATCH v1 1/3] regmap: add regmap_can_raw_read() api Srinivas Kandagatla
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Srinivas Kandagatla @ 2016-04-13 17:39 UTC (permalink / raw)
  To: Mark Brown, Greg Kroah-Hartman
  Cc: Srinivas Kandagatla, Maxime Ripard, linux-kernel, rjendra

With recent patch 922a9f936e40 ("regmap: mmio: Convert to regmap_bus
and fix accessor usage") nvmem providers based on regmap-mmio stopped
working, as nvmem core was using raw accessors.

This patch series adds new regmap_can_raw_read() api to check
if the regmap supports raw access. And the follow on nvmem patch uses
this api to fix the issue with nvmem providers based on regmap mmio.

Thanks,
srini

Srinivas Kandagatla (3):
  regmap: add regmap_can_raw_read() api
  regmap: add dummy regmap_can_raw_write() to header
  nvmem: core: fix regmap accessor usage

 drivers/base/regmap/regmap.c | 13 ++++++-
 drivers/nvmem/core.c         | 90 ++++++++++++++++++++++++++++++++++++++++----
 include/linux/regmap.h       | 13 +++++++
 3 files changed, 107 insertions(+), 9 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-04-14 16:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-13 17:39 [PATCH v1 0/3] nvmem: core: fix regmap accessor usage Srinivas Kandagatla
2016-04-13 17:39 ` [PATCH v1 1/3] regmap: add regmap_can_raw_read() api Srinivas Kandagatla
2016-04-14  5:58   ` Mark Brown
2016-04-13 17:39 ` [PATCH v1 2/3] regmap: add dummy regmap_can_raw_write() to header Srinivas Kandagatla
2016-04-14  6:45   ` Mark Brown
2016-04-13 17:39 ` [PATCH v1 3/3] nvmem: core: fix regmap accessor usage Srinivas Kandagatla
2016-04-14  6:42   ` Mark Brown
2016-04-14 12:35     ` Srinivas Kandagatla
2016-04-14 15:18       ` Mark Brown
2016-04-14 16:48         ` Srinivas Kandagatla

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).