Re: [PATCH v2 2/2] nvmem: Add Spreadtrum SC27XX efuse support

2018-07-09 Thread Baolin Wang
On 9 July 2018 at 17:41, Srinivas Kandagatla wrote: > > > On 09/07/18 10:26, Baolin Wang wrote: >> >> Hi Srinivas, >> >> On 25 June 2018 at 14:31, Baolin Wang wrote: >>> >>> From: Freeman Liu >>> >>> This patch add the efuse driver which is embeded in Spreadtrum SC27XX >>> series PMICs. The sc27x

Re: [PATCH v2 2/2] nvmem: Add Spreadtrum SC27XX efuse support

2018-07-09 Thread Srinivas Kandagatla
On 09/07/18 10:26, Baolin Wang wrote: Hi Srinivas, On 25 June 2018 at 14:31, Baolin Wang wrote: From: Freeman Liu This patch add the efuse driver which is embeded in Spreadtrum SC27XX series PMICs. The sc27xx efuse contains 32 blocks and each block's data width is 16 bits. Signed-off-by:

Re: [PATCH v2 2/2] nvmem: Add Spreadtrum SC27XX efuse support

2018-07-09 Thread Baolin Wang
Hi Srinivas, On 25 June 2018 at 14:31, Baolin Wang wrote: > From: Freeman Liu > > This patch add the efuse driver which is embeded in Spreadtrum SC27XX > series PMICs. The sc27xx efuse contains 32 blocks and each block's > data width is 16 bits. > > Signed-off-by: Freeman Liu > Signed-off-by: B

[PATCH v2 2/2] nvmem: Add Spreadtrum SC27XX efuse support

2018-06-24 Thread Baolin Wang
From: Freeman Liu This patch add the efuse driver which is embeded in Spreadtrum SC27XX series PMICs. The sc27xx efuse contains 32 blocks and each block's data width is 16 bits. Signed-off-by: Freeman Liu Signed-off-by: Baolin Wang --- Changes since v1: - Fix one typo. --- drivers/nvmem/Kcon