Message ID | c7db5abf78656af8d5a4ff8d677a08e03713c1f3.1592941257.git.cristian.ciocaltea@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add RMU and DMAC/GPIO clock support for Actions Semi S500 SoCs | expand |
On Wed, Jun 24, 2020 at 08:47:57PM +0300, Cristian Ciocaltea wrote: > Add a reset binding entry to match all members of Actions Semi Owl SoCs. > > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7b5ffd646c6b..e6285c13bab0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1533,6 +1533,7 @@ F: drivers/mmc/host/owl-mmc.c > F: drivers/pinctrl/actions/* > F: drivers/soc/actions/ > F: include/dt-bindings/power/owl-* > +F: include/dt-bindings/reset/actions,*-reset.h You can just use, reset/actions,* Thanks, Mani > F: include/linux/soc/actions/ > N: owl > > -- > 2.27.0 >
On Fri, Jun 26, 2020 at 07:24:16PM +0530, Manivannan Sadhasivam wrote: > On Wed, Jun 24, 2020 at 08:47:57PM +0300, Cristian Ciocaltea wrote: > > Add a reset binding entry to match all members of Actions Semi Owl SoCs. > > > > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com> > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 7b5ffd646c6b..e6285c13bab0 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1533,6 +1533,7 @@ F: drivers/mmc/host/owl-mmc.c > > F: drivers/pinctrl/actions/* > > F: drivers/soc/actions/ > > F: include/dt-bindings/power/owl-* > > +F: include/dt-bindings/reset/actions,*-reset.h > > You can just use, reset/actions,* > > Thanks, > Mani Done, thanks! > > > F: include/linux/soc/actions/ > > N: owl > > > > -- > > 2.27.0 > >
diff --git a/MAINTAINERS b/MAINTAINERS index 7b5ffd646c6b..e6285c13bab0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1533,6 +1533,7 @@ F: drivers/mmc/host/owl-mmc.c F: drivers/pinctrl/actions/* F: drivers/soc/actions/ F: include/dt-bindings/power/owl-* +F: include/dt-bindings/reset/actions,*-reset.h F: include/linux/soc/actions/ N: owl
Add a reset binding entry to match all members of Actions Semi Owl SoCs. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)