Re: [PATCH v3 2/7] nvmem: imx-ocotp: Pass parameters via a struct

2017-10-11 Thread Philipp Zabel
Hi Bryan, On Mon, 2017-10-09 at 15:11 +0100, Bryan O'Donoghue wrote: > It will be useful in later patches to know the register access mode and > bit-shift to apply to a given input offset. > > Fixes: 0642bac7da42 ("nvmem: imx-ocotp: add write support") > > Signed-off-by: Bryan O'Donoghue

Re: [PATCH v3 2/7] nvmem: imx-ocotp: Pass parameters via a struct

2017-10-11 Thread Philipp Zabel
Hi Bryan, On Mon, 2017-10-09 at 15:11 +0100, Bryan O'Donoghue wrote: > It will be useful in later patches to know the register access mode and > bit-shift to apply to a given input offset. > > Fixes: 0642bac7da42 ("nvmem: imx-ocotp: add write support") > > Signed-off-by: Bryan O'Donoghue > ---

[PATCH v3 2/7] nvmem: imx-ocotp: Pass parameters via a struct

2017-10-09 Thread Bryan O'Donoghue
It will be useful in later patches to know the register access mode and bit-shift to apply to a given input offset. Fixes: 0642bac7da42 ("nvmem: imx-ocotp: add write support") Signed-off-by: Bryan O'Donoghue --- drivers/nvmem/imx-ocotp.c | 32

[PATCH v3 2/7] nvmem: imx-ocotp: Pass parameters via a struct

2017-10-09 Thread Bryan O'Donoghue
It will be useful in later patches to know the register access mode and bit-shift to apply to a given input offset. Fixes: 0642bac7da42 ("nvmem: imx-ocotp: add write support") Signed-off-by: Bryan O'Donoghue --- drivers/nvmem/imx-ocotp.c | 32 ++-- 1 file changed,