Re: [PATCH] memory: pl353: fix macro definition of ecc page_size for arm pl353 static memory controller

2021-04-05 Thread Krzysztof Kozlowski
On Wed, 31 Mar 2021 11:10:56 +0800, gexueyuan wrote: > the macro "PL353_SMC_ECC_MEMCFG_PGSIZE_MASK" should be 0x3, > according to the datasheet of pl353 smc Applied, with fixes in commit msg and adding Fixes tag. Please do not forget about Fixes tag and start new sentences with capital

[PATCH] memory: pl353: fix macro definition of ecc page_size for arm pl353 static memory controller

2021-03-30 Thread gexueyuan
the macro "PL353_SMC_ECC_MEMCFG_PGSIZE_MASK" should be 0x3, according to the datasheet of pl353 smc Signed-off-by: gexueyuan --- drivers/memory/pl353-smc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/memory/pl353-smc.c b/drivers/memory/pl353-smc.c index