diff mbox series

[v2,04/14] dt-bindings: reset: mt8195: Move reset controller constants into common location

Message ID 20210722094551.15255-5-nancy.lin@mediatek.com (mailing list archive)
State New, archived
Headers show
Series Add MediaTek SoC DRM (vdosys1) support for mt8195 | expand

Commit Message

Nancy Lin (林欣螢) July 22, 2021, 9:45 a.m. UTC
The DT binding includes for reset controllers are located in
include/dt-bindings/reset/. Move the Mediatek reset constants in there.

Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com>
---
 include/dt-bindings/{reset-controller => reset}/mt8195-resets.h | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename include/dt-bindings/{reset-controller => reset}/mt8195-resets.h (100%)

Comments

Enric Balletbo Serra July 23, 2021, 11:10 a.m. UTC | #1
Hi Nancy,

Thank you for your patch

Missatge de Nancy.Lin <nancy.lin@mediatek.com> del dia dj., 22 de jul.
2021 a les 11:46:
>
> The DT binding includes for reset controllers are located in
> include/dt-bindings/reset/. Move the Mediatek reset constants in there.
>

I think that the patch that introduces mt8195-resets.h into the
reset-controller directory didn't land yet, please sync with the
author of that patch and just put it in the correct place the first
time.

Thanks,
  Enric

> Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com>
> ---
>  include/dt-bindings/{reset-controller => reset}/mt8195-resets.h | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename include/dt-bindings/{reset-controller => reset}/mt8195-resets.h (100%)
>
> diff --git a/include/dt-bindings/reset-controller/mt8195-resets.h b/include/dt-bindings/reset/mt8195-resets.h
> similarity index 100%
> rename from include/dt-bindings/reset-controller/mt8195-resets.h
> rename to include/dt-bindings/reset/mt8195-resets.h
> --
> 2.18.0
>
Nancy Lin (林欣螢) July 28, 2021, 5:21 a.m. UTC | #2
Hi Enric,

Thanks for your review.

On Fri, 2021-07-23 at 13:10 +0200, Enric Balletbo Serra wrote:
> Hi Nancy,
> 
> Thank you for your patch
> 
> Missatge de Nancy.Lin <nancy.lin@mediatek.com> del dia dj., 22 de
> jul.
> 2021 a les 11:46:
> > 
> > The DT binding includes for reset controllers are located in
> > include/dt-bindings/reset/. Move the Mediatek reset constants in
> > there.
> > 
> 
> I think that the patch that introduces mt8195-resets.h into the
> reset-controller directory didn't land yet, please sync with the
> author of that patch and just put it in the correct place the first
> time.
> 
> Thanks,
>   Enric
> 
OK, I with sync with the author.

> > Signed-off-by: Nancy.Lin <nancy.lin@mediatek.com>
> > ---
> >  include/dt-bindings/{reset-controller => reset}/mt8195-resets.h |
> > 0
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  rename include/dt-bindings/{reset-controller => reset}/mt8195-
> > resets.h (100%)
> > 
> > diff --git a/include/dt-bindings/reset-controller/mt8195-resets.h
> > b/include/dt-bindings/reset/mt8195-resets.h
> > similarity index 100%
> > rename from include/dt-bindings/reset-controller/mt8195-resets.h
> > rename to include/dt-bindings/reset/mt8195-resets.h
> > --
> > 2.18.0
> >
diff mbox series

Patch

diff --git a/include/dt-bindings/reset-controller/mt8195-resets.h b/include/dt-bindings/reset/mt8195-resets.h
similarity index 100%
rename from include/dt-bindings/reset-controller/mt8195-resets.h
rename to include/dt-bindings/reset/mt8195-resets.h