Re: [PATCH 1/3] nvmem: core: Add functions to make number reading easy

2021-03-10 Thread Srinivas Kandagatla
On 10/03/2021 15:50, Doug Anderson wrote: Hi, On Wed, Mar 10, 2021 at 2:37 AM Srinivas Kandagatla wrote: On 06/03/2021 00:26, Douglas Anderson wrote: Sometimes the clients of nvmem just want to get a number out of nvmem. They don't want to think about exactly how many bytes the nvmem ce

Re: [PATCH 1/3] nvmem: core: Add functions to make number reading easy

2021-03-10 Thread Doug Anderson
Hi, On Wed, Mar 10, 2021 at 2:37 AM Srinivas Kandagatla wrote: > > > > On 06/03/2021 00:26, Douglas Anderson wrote: > > Sometimes the clients of nvmem just want to get a number out of > > nvmem. They don't want to think about exactly how many bytes the nvmem > > cell took up. They just want the n

Re: [PATCH 1/3] nvmem: core: Add functions to make number reading easy

2021-03-10 Thread Srinivas Kandagatla
On 06/03/2021 00:26, Douglas Anderson wrote: Sometimes the clients of nvmem just want to get a number out of nvmem. They don't want to think about exactly how many bytes the nvmem cell took up. They just want the number. Let's make it easy. In general this concept is useful because nvmem spac

[PATCH 1/3] nvmem: core: Add functions to make number reading easy

2021-03-05 Thread Douglas Anderson
Sometimes the clients of nvmem just want to get a number out of nvmem. They don't want to think about exactly how many bytes the nvmem cell took up. They just want the number. Let's make it easy. In general this concept is useful because nvmem space is precious and usually the fewest bits are allo