[PATCH 08/28] staging: most: use readl and writel functions

2015-12-22 Thread Christian Gromm
This patch makes use of functions readl and writel instead of the __raw_* variants. Signed-off-by: Christian Gromm --- This patch has been resent on behalf of Greg Kroah-Hartman drivers/staging/most/hdm-dim2/dim2_hdm.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a

[PATCH 08/28] staging: most: use readl and writel functions

2015-11-18 Thread Christian Gromm
This patch makes use of functions readl and writel instead of the __raw_* variants. Signed-off-by: Christian Gromm --- drivers/staging/most/hdm-dim2/dim2_hdm.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/most/hdm-dim2/dim2_hdm.c b/drivers/staging/m