RE: [PATCH v2 14/21] mmc: dwmmc: socfpga: Secure register access in MMC driver

2020-02-21 Thread Ang, Chee Hong
> From: Chee Hong Ang > > Allow MMC driver to access System Manager's SDMMC control register in non- > secure mode (EL2). > > Signed-off-by: Chee Hong Ang > --- > drivers/mmc/socfpga_dw_mmc.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git

[PATCH v2 14/21] mmc: dwmmc: socfpga: Secure register access in MMC driver

2020-02-19 Thread chee . hong . ang
From: Chee Hong Ang Allow MMC driver to access System Manager's SDMMC control register in non-secure mode (EL2). Signed-off-by: Chee Hong Ang --- drivers/mmc/socfpga_dw_mmc.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/socfpga_dw_mmc.c