>From: Enric Balletbo i Serra <[email protected]> > >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 <[email protected]> >Acked-by: Chanwoo Choi <[email protected]> >Signed-off-by: Gael PORTAY <[email protected]> >--- > >Changes in v3: >- [PATCH v2 1/5] Add Signed-off-by: Gael PORTAY <[email protected]>. > >Changes in v2: >- [PATCH 1/8] Really add Acked-by: Chanwoo Choi <[email protected]>. > >Changes in v1: >- [RFC 1/10] Add Acked-by: Chanwoo Choi <[email protected]> >- [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 <[email protected]>

