Re: [PATCH 2/3] nvmem: rockchip-efuse: implement eFuse driver

2015-08-10 Thread Srinivas Kandagatla
Hi Shunqian, On 10/08/15 04:22, Shunqian Zheng wrote: From: ZhengShunQian There are some SoC specified values store in eFuse, such as the cpu_leakage and cpu_version, this driver can expose these values to /sys base on nvmem. Also add the docs of efuse bindings and the rk3288's efuse config.

[PATCH 2/3] nvmem: rockchip-efuse: implement eFuse driver

2015-08-09 Thread Shunqian Zheng
From: ZhengShunQian There are some SoC specified values store in eFuse, such as the cpu_leakage and cpu_version, this driver can expose these values to /sys base on nvmem. Also add the docs of efuse bindings and the rk3288's efuse config. Signed-off-by: Caesar Wang Signed-off-by: ZhengShunQian