Re: [PATCH v6 09/22] iommu/mediatek: Refine protect memory definition

2019-02-19 Thread Evan Green
On Sun, Feb 17, 2019 at 1:08 AM Yong Wu wrote: > > The protect memory setting is a little different in the different SoCs. > In the register REG_MMU_CTRL_REG(0x110), the TF_PROT(translation fault > protect) shift bit is normally 4 while it shift 5 bits only in the > mt8173. This patch delete the c

[PATCH v6 09/22] iommu/mediatek: Refine protect memory definition

2019-02-17 Thread Yong Wu
The protect memory setting is a little different in the different SoCs. In the register REG_MMU_CTRL_REG(0x110), the TF_PROT(translation fault protect) shift bit is normally 4 while it shift 5 bits only in the mt8173. This patch delete the complex MACRO and use a common if-else instead. Signed-off