[PATCH 09/11] clk: actions: Add Actions S500 SoC Reset Management Unit support
Stephen Boyd
sboyd at kernel.org
Mon Jun 22 04:12:27 EDT 2020
Quoting Cristian Ciocaltea (2020-06-17 09:48:09)
> Add Reset Management Unit (RMU) support for Actions Semi S500 SoC.
>
> Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea at gmail.com>
> ---
> drivers/clk/actions/owl-s500.c | 80 ++++++++++++++++++++++++++++++++++
> 1 file changed, 80 insertions(+)
>
> diff --git a/drivers/clk/actions/owl-s500.c b/drivers/clk/actions/owl-s500.c
> index 025a8f6d6482..3bce72301c65 100644
> --- a/drivers/clk/actions/owl-s500.c
> +++ b/drivers/clk/actions/owl-s500.c
> @@ -10,6 +10,8 @@
> *
> * Copyright (c) 2018 LSI-TEC - Caninos Loucos
> * Author: Edgar Bernardi Righi <edgar.righi at lsitec.org.br>
> + *
> + * Copyright (c) 2020 Cristian Ciocaltea <cristian.ciocaltea at gmail.com>
You should only add your copyright when you modify a large amount of the
file. Adding 80 lines to a 500 line file doesn't count. Sorry.
> */
>
> #include <linux/clk-provider.h>
More information about the linux-arm-kernel
mailing list