Re: [PATCH v2] nvmem: qfprom: Allow single byte accesses for read/write

2017-01-04 Thread Vivek Gautam
On Wed, Jan 4, 2017 at 7:37 PM, Srinivas Kandagatla wrote: > Thanks for the Patch, > > I will queue this up!! Thanks Srinivas. [snip] -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

Re: [PATCH v2] nvmem: qfprom: Allow single byte accesses for read/write

2017-01-04 Thread Vivek Gautam
On Wed, Jan 4, 2017 at 7:37 PM, Srinivas Kandagatla wrote: > Thanks for the Patch, > > I will queue this up!! Thanks Srinivas. [snip] -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project

Re: [PATCH v2] nvmem: qfprom: Allow single byte accesses for read/write

2017-01-04 Thread Srinivas Kandagatla
Thanks for the Patch, I will queue this up!! On 17/11/16 05:59, Vivek Gautam wrote: The nvmem core driver supports to read and write single byte. So, allow qfprom to support this feature. This change helps in extracting a required value based on bit-offset and number of bits for the required

Re: [PATCH v2] nvmem: qfprom: Allow single byte accesses for read/write

2017-01-04 Thread Srinivas Kandagatla
Thanks for the Patch, I will queue this up!! On 17/11/16 05:59, Vivek Gautam wrote: The nvmem core driver supports to read and write single byte. So, allow qfprom to support this feature. This change helps in extracting a required value based on bit-offset and number of bits for the required

[PATCH v2] nvmem: qfprom: Allow single byte accesses for read/write

2016-11-16 Thread Vivek Gautam
The nvmem core driver supports to read and write single byte. So, allow qfprom to support this feature. This change helps in extracting a required value based on bit-offset and number of bits for the required value in the nvmem cell. Signed-off-by: Vivek Gautam Cc:

[PATCH v2] nvmem: qfprom: Allow single byte accesses for read/write

2016-11-16 Thread Vivek Gautam
The nvmem core driver supports to read and write single byte. So, allow qfprom to support this feature. This change helps in extracting a required value based on bit-offset and number of bits for the required value in the nvmem cell. Signed-off-by: Vivek Gautam Cc: Srinivas Kandagatla ---