Re: [RESEND][PATCH 4/7] nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated function

2017-10-05 Thread Philipp Zabel
On Wed, 2017-10-04 at 23:25 +0100, Bryan O'Donoghue wrote: > The i.MX7S/D has a different set of timing requirements, as a pre- > cursor to > adding the i.MX7 timing parameters, move the i.MX6 stuff to a > dedicated > function. > > Fixes: 0642bac7da42 ("nvmem: imx-ocotp: add write support") > >

Re: [RESEND][PATCH 4/7] nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated function

2017-10-05 Thread Philipp Zabel
On Wed, 2017-10-04 at 23:25 +0100, Bryan O'Donoghue wrote: > The i.MX7S/D has a different set of timing requirements, as a pre- > cursor to > adding the i.MX7 timing parameters, move the i.MX6 stuff to a > dedicated > function. > > Fixes: 0642bac7da42 ("nvmem: imx-ocotp: add write support") > >

[RESEND][PATCH 4/7] nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated function

2017-10-04 Thread Bryan O'Donoghue
The i.MX7S/D has a different set of timing requirements, as a pre-cursor to adding the i.MX7 timing parameters, move the i.MX6 stuff to a dedicated function. Fixes: 0642bac7da42 ("nvmem: imx-ocotp: add write support") Signed-off-by: Bryan O'Donoghue ---

[RESEND][PATCH 4/7] nvmem: imx-ocotp: Move i.MX6 write clock setup to dedicated function

2017-10-04 Thread Bryan O'Donoghue
The i.MX7S/D has a different set of timing requirements, as a pre-cursor to adding the i.MX7 timing parameters, move the i.MX6 stuff to a dedicated function. Fixes: 0642bac7da42 ("nvmem: imx-ocotp: add write support") Signed-off-by: Bryan O'Donoghue --- drivers/nvmem/imx-ocotp.c | 47