nvmem: imx-ocotp: add support for the unaliged word count
authorPeng Fan <peng.fan@nxp.com>
Fri, 27 Nov 2020 10:28:37 +0000 (10:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Nov 2020 15:10:07 +0000 (16:10 +0100)
commit3311bf18467272388039922a5e29c4925b291f73
treed7dd1b0f9535b116bb519aefa8c5abf66529aaf5
parent044ee8f85267599a9b0112911f5c16d4548b4289
nvmem: imx-ocotp: add support for the unaliged word count

When offset is not 4 bytes aligned, directly shift righty by 2 bits
will cause reading out wrong data. Since imx ocotp only supports
4 bytes reading once, we need handle offset is not 4 bytes aligned
and enlarge the bytes to 4 bytes aligned. After reading finished,
copy the needed data from buffer to caller and free buffer.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20201127102837.19366-6-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvmem/imx-ocotp.c