>From: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx> > >Some rk3399 GRF (Generic Register Files) definitions can be used for >different drivers. Move these definitions to a common include so we >don't need to duplicate these definitions. > >Signed-off-by: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx> >Acked-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx> >Signed-off-by: Gael PORTAY <gael.portay@xxxxxxxxxxxxx> >--- > >Changes in v3: >- [PATCH v2 1/5] Add Signed-off-by: Gael PORTAY <gael.portay@xxxxxxxxxxxxx>. > >Changes in v2: >- [PATCH 1/8] Really add Acked-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx>. > >Changes in v1: >- [RFC 1/10] Add Acked-by: Chanwoo Choi <cw00.choi@xxxxxxxxxxx> >- [RFC 1/10] s/Generic/General/ (Robin Murphy) >- [RFC 4/10] Removed from the series. I did not found a use case where not holding the mutex causes the issue. >- [RFC 7/10] Removed from the series. I did not found a use case where this matters. > > drivers/devfreq/event/rockchip-dfi.c | 23 +++++++---------------- > include/soc/rockchip/rk3399_grf.h | 21 +++++++++++++++++++++ > 2 files changed, 28 insertions(+), 16 deletions(-) > create mode 100644 include/soc/rockchip/rk3399_grf.h > Acked-by: MyungJoo Ham <myungjoo.ham@xxxxxxxxxxx>