nvmem: sunxi: Move the SID driver to the nvmem framework
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Jul 2015 11:17:09 +0000 (12:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 20:44:24 +0000 (13:44 -0700)
commit3d0b16a66c8a9d10294572c6f79df4f15a27825d
tree9eb585783d0ae4fe8fa82e5b386f04e8b1bf7bf8
parentb470d6d7a5dfe41112d55c39eac67ddc5afac80d
nvmem: sunxi: Move the SID driver to the nvmem framework

Now that we have the nvmem framework, we can consolidate the common
driver code. Move the driver to the framework, and hopefully, it will
fix the sysfs file creation race.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
[srinivas.kandagatla: Moved to regmap based EEPROM framework]
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Tested-by: Philipp Zabel <p.zabel@pengutronix.de>
Tested-by: Rajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/ABI/testing/sysfs-driver-sunxi-sid [deleted file]
Documentation/devicetree/bindings/misc/allwinner,sunxi-sid.txt [deleted file]
Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt [new file with mode: 0644]
drivers/misc/eeprom/Kconfig
drivers/misc/eeprom/Makefile
drivers/misc/eeprom/sunxi_sid.c [deleted file]
drivers/nvmem/Kconfig
drivers/nvmem/Makefile
drivers/nvmem/sunxi_sid.c [new file with mode: 0644]