Message ID | 78d63d97e3a8a8f7a9048b6eec74a9d158578833.1593788312.git.cristian.ciocaltea@gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | cb7c6677bfb5c92526df73b20760d65bd9189344 |
Headers | show |
Series | Add RMU and DMAC/GPIO clock support for Actions Semi S500 SoCs | expand |
On Fri, Jul 03, 2020 at 08:05:12PM +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> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Thanks, Mani > --- > Changes in v3: > - Removed the "-reset.h" suffix from the binding entry, as suggested > by Mani > > Changes in v2: > - None > > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 496fd4eafb68..5033de342f31 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,* > F: include/linux/soc/actions/ > N: owl > > -- > 2.27.0 >
Quoting Cristian Ciocaltea (2020-07-03 10:05:12) > Add a reset binding entry to match all members of Actions Semi Owl SoCs. > > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com> > --- Applied to clk-next
diff --git a/MAINTAINERS b/MAINTAINERS index 496fd4eafb68..5033de342f31 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,* 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> --- Changes in v3: - Removed the "-reset.h" suffix from the binding entry, as suggested by Mani Changes in v2: - None MAINTAINERS | 1 + 1 file changed, 1 insertion(+)