Re: [PATCH V2 1/2] nvmem: imx: scu: support hole region check

2019-10-01 Thread Srinivas Kandagatla
On 27/09/2019 03:23, Peng Fan wrote: From: Peng Fan Introduce HOLE/ECC_REGION flag and in_hole helper to ease the check of hole region. The ECC_REGION is also introduced here which is preparing for programming support. ECC_REGION could only be programmed once, so need take care. Signed-off-

[PATCH V2 1/2] nvmem: imx: scu: support hole region check

2019-09-26 Thread Peng Fan
From: Peng Fan Introduce HOLE/ECC_REGION flag and in_hole helper to ease the check of hole region. The ECC_REGION is also introduced here which is preparing for programming support. ECC_REGION could only be programmed once, so need take care. Signed-off-by: Peng Fan --- V2: Rebased on latest