Re: [PATCH v0] nvmem: core: Export nvmem cell info to userspace

2019-03-26 Thread Gaurav Kohli
On 3/25/2019 4:28 PM, Srinivas Kandagatla wrote: On 24/03/2019 15:25, Gaurav Kohli wrote: On 3/22/2019 8:53 PM, Srinivas Kandagatla wrote: On 20/03/2019 05:53, Gaurav Kohli wrote: From: Shiraz Hashim Existing nvmem framework export full register space as nvmem binary, but not exportin

Re: [PATCH v0] nvmem: core: Export nvmem cell info to userspace

2019-03-25 Thread Srinivas Kandagatla
On 24/03/2019 15:25, Gaurav Kohli wrote: On 3/22/2019 8:53 PM, Srinivas Kandagatla wrote: On 20/03/2019 05:53, Gaurav Kohli wrote: From: Shiraz Hashim Existing nvmem framework export full register space as nvmem binary, but not exporting child node of nvmem which is nvmem cell. Kernel c

Re: [PATCH v0] nvmem: core: Export nvmem cell info to userspace

2019-03-24 Thread Gaurav Kohli
On 3/22/2019 8:53 PM, Srinivas Kandagatla wrote: On 20/03/2019 05:53, Gaurav Kohli wrote: From: Shiraz Hashim Existing nvmem framework export full register space as nvmem binary, but not exporting child node of nvmem which is nvmem cell. Kernel can read the specific cell by using nvmem_cel

Re: [PATCH v0] nvmem: core: Export nvmem cell info to userspace

2019-03-22 Thread Srinivas Kandagatla
On 20/03/2019 05:53, Gaurav Kohli wrote: From: Shiraz Hashim Existing nvmem framework export full register space as nvmem binary, but not exporting child node of nvmem which is nvmem cell. Kernel can read the specific cell by using nvmem_cell_read but userspace don't have such provision. Ad

[PATCH v0] nvmem: core: Export nvmem cell info to userspace

2019-03-19 Thread Gaurav Kohli
From: Shiraz Hashim Existing nvmem framework export full register space as nvmem binary, but not exporting child node of nvmem which is nvmem cell. Kernel can read the specific cell by using nvmem_cell_read but userspace don't have such provision. Add framework to export nvmem cell as well, So u