diff mbox series

[v2,1/6] pwm: atmel: Add a hint where to find hardware documentation

Message ID 20190824001041.11007-2-uwe@kleine-koenig.org (mailing list archive)
State New, archived
Headers show
Series Updates for the atmel PWM driver | expand

Commit Message

Uwe Kleine-König Aug. 24, 2019, 12:10 a.m. UTC
Most Microchip (formerly Atmel) chips have publicly available manuals.
A comprehensive list is already contained in the documentation folder.
Reference this list in the header of the driver to allow reviewers to
find the relevant manuals.

Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
---
Changes since (implicit) v1 sent with Message-Id:
20190815214133.11134-1-uwe@kleine-koenig.org:

 - Only reference Documentation/arm/microchip.rst instead of starting
   another list of links

 drivers/pwm/pwm-atmel.c | 3 +++
 1 file changed, 3 insertions(+)

Comments

Nicolas Ferre Aug. 26, 2019, 8:19 a.m. UTC | #1
On 24/08/2019 at 02:10, Uwe Kleine-König wrote:
> External E-Mail
> 
> 
> Most Microchip (formerly Atmel) chips have publicly available manuals.
> A comprehensive list is already contained in the documentation folder.
> Reference this list in the header of the driver to allow reviewers to
> find the relevant manuals.
> 
> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Thanks Uwe!

Best regards,
   Nicolas

> ---
> Changes since (implicit) v1 sent with Message-Id:
> 20190815214133.11134-1-uwe@kleine-koenig.org:
> 
>   - Only reference Documentation/arm/microchip.rst instead of starting
>     another list of links
> 
>   drivers/pwm/pwm-atmel.c | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
> index e5e1eaf372fa..a61a30fa8b7e 100644
> --- a/drivers/pwm/pwm-atmel.c
> +++ b/drivers/pwm/pwm-atmel.c
> @@ -4,6 +4,9 @@
>    *
>    * Copyright (C) 2013 Atmel Corporation
>    *		 Bo Shen <voice.shen@atmel.com>
> + *
> + * Links to reference manuals for the supported PWM chips can be found in
> + * Documentation/arm/microchip.rst.
>    */
>   
>   #include <linux/clk.h>
>
diff mbox series

Patch

diff --git a/drivers/pwm/pwm-atmel.c b/drivers/pwm/pwm-atmel.c
index e5e1eaf372fa..a61a30fa8b7e 100644
--- a/drivers/pwm/pwm-atmel.c
+++ b/drivers/pwm/pwm-atmel.c
@@ -4,6 +4,9 @@ 
  *
  * Copyright (C) 2013 Atmel Corporation
  *		 Bo Shen <voice.shen@atmel.com>
+ *
+ * Links to reference manuals for the supported PWM chips can be found in
+ * Documentation/arm/microchip.rst.
  */
 
 #include <linux/clk.h>