Re: [PATCH 1/5] drm/stm: ltdc: switch to regmap

2022-01-13 Thread Raphael Gallais-Pou
On 12/15/21 10:47 PM, Yannick Fertre wrote: > Replace the legacy register access by regmap API. > > Signed-off-by: Yannick Fertre > --- > drivers/gpu/drm/stm/ltdc.c | 138 ++--- > drivers/gpu/drm/stm/ltdc.h | 1 + > 2 files changed, 68 insertions(+), 71

Re: [PATCH 1/5] drm/stm: ltdc: switch to regmap

2022-01-04 Thread Philippe CORNU
On 12/15/21 10:47 PM, Yannick Fertre wrote: Replace the legacy register access by regmap API. Signed-off-by: Yannick Fertre --- drivers/gpu/drm/stm/ltdc.c | 138 ++--- drivers/gpu/drm/stm/ltdc.h | 1 + 2 files changed, 68 insertions(+), 71 deletions(-)

[PATCH 1/5] drm/stm: ltdc: switch to regmap

2021-12-15 Thread Yannick Fertre
Replace the legacy register access by regmap API. Signed-off-by: Yannick Fertre --- drivers/gpu/drm/stm/ltdc.c | 138 ++--- drivers/gpu/drm/stm/ltdc.h | 1 + 2 files changed, 68 insertions(+), 71 deletions(-) diff --git a/drivers/gpu/drm/stm/ltdc.c