lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Apr 2016 18:39:11 +0100
From:	Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To:	Mark Brown <broonie@...nel.org>,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
	Maxime Ripard <maxime.ripard@...e-electrons.com>,
	linux-kernel@...r.kernel.org, rjendra@....qualcomm.com
Subject: [PATCH v1 0/3] nvmem: core: fix regmap accessor usage.

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ