From: Rob Herring <robh@kernel.org>
Cc: thierry.reding@gmail.com, robh+dt@kernel.org,
mark.rutland@arm.com, Nicolas.Ferre@microchip.com,
alexandre.belloni@bootlin.com, Ludovic.Desroches@microchip.com,
linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Claudiu.Beznea@microchip.com
Subject: Re: [PATCH 4/4] pwm: atmel: add PWM binding for SAM9X60
Date: Mon, 18 Feb 2019 15:12:35 -0600 [thread overview]
Message-ID: <20190218211235.GA17147@bogus> (raw)
In-Reply-To: <1548073783-22640-5-git-send-email-claudiu.beznea@microchip.com>
On Mon, 21 Jan 2019 12:31:01 +0000, <Claudiu.Beznea@microchip.com> wrote:
> From: Claudiu Beznea <claudiu.beznea@microchip.com>
>
> Add PWM binding for SAM9X60 SoC.
>
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
> Documentation/devicetree/bindings/pwm/atmel-pwm.txt | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Claudiu.Beznea@microchip.com
Cc: mark.rutland@arm.com, linux-pwm@vger.kernel.org,
alexandre.belloni@bootlin.com, devicetree@vger.kernel.org,
robh+dt@kernel.org, linux-kernel@vger.kernel.org,
Ludovic.Desroches@microchip.com, thierry.reding@gmail.com,
Claudiu.Beznea@microchip.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 4/4] pwm: atmel: add PWM binding for SAM9X60
Date: Mon, 18 Feb 2019 15:12:35 -0600 [thread overview]
Message-ID: <20190218211235.GA17147@bogus> (raw)
In-Reply-To: <1548073783-22640-5-git-send-email-claudiu.beznea@microchip.com>
On Mon, 21 Jan 2019 12:31:01 +0000, <Claudiu.Beznea@microchip.com> wrote:
> From: Claudiu Beznea <claudiu.beznea@microchip.com>
>
> Add PWM binding for SAM9X60 SoC.
>
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
> Documentation/devicetree/bindings/pwm/atmel-pwm.txt | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Claudiu.Beznea@microchip.com
Cc: thierry.reding@gmail.com, robh+dt@kernel.org,
mark.rutland@arm.com, Nicolas.Ferre@microchip.com,
alexandre.belloni@bootlin.com, Ludovic.Desroches@microchip.com,
linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Claudiu.Beznea@microchip.com
Subject: Re: [PATCH 4/4] pwm: atmel: add PWM binding for SAM9X60
Date: Mon, 18 Feb 2019 15:12:35 -0600 [thread overview]
Message-ID: <20190218211235.GA17147@bogus> (raw)
In-Reply-To: <1548073783-22640-5-git-send-email-claudiu.beznea@microchip.com>
On Mon, 21 Jan 2019 12:31:01 +0000, <Claudiu.Beznea@microchip.com> wrote:
> From: Claudiu Beznea <claudiu.beznea@microchip.com>
>
> Add PWM binding for SAM9X60 SoC.
>
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
> Documentation/devicetree/bindings/pwm/atmel-pwm.txt | 1 +
> 1 file changed, 1 insertion(+)
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2019-02-18 21:12 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-21 12:30 [PATCH 0/4] add support for the new SAM9X60's PWM controller Claudiu.Beznea
2019-01-21 12:30 ` Claudiu.Beznea
2019-01-21 12:30 ` Claudiu.Beznea
2019-01-21 12:30 ` [PATCH 1/4] pwm: atmel: add struct atmel_pwm_data Claudiu.Beznea
2019-01-21 12:30 ` Claudiu.Beznea
2019-01-21 12:30 ` Claudiu.Beznea
2019-01-21 12:30 ` [PATCH 2/4] pwm: atmel: add support for controllers with 32 bit counters Claudiu.Beznea
2019-01-21 12:30 ` Claudiu.Beznea
2019-01-21 12:30 ` Claudiu.Beznea
2019-02-19 7:42 ` Uwe Kleine-König
2019-02-19 7:42 ` Uwe Kleine-König
2019-02-19 8:57 ` Claudiu.Beznea
2019-02-19 8:57 ` Claudiu.Beznea
2019-02-19 8:57 ` Claudiu.Beznea
2019-02-19 9:15 ` Uwe Kleine-König
2019-02-19 9:15 ` Uwe Kleine-König
2019-01-21 12:30 ` [PATCH 3/4] pwm: atmel: add support for SAM9X60's PWM controller Claudiu.Beznea
2019-01-21 12:30 ` Claudiu.Beznea
2019-01-21 12:30 ` Claudiu.Beznea
2019-01-21 12:31 ` [PATCH 4/4] pwm: atmel: add PWM binding for SAM9X60 Claudiu.Beznea
2019-01-21 12:31 ` Claudiu.Beznea
2019-01-21 12:31 ` Claudiu.Beznea
2019-02-18 21:12 ` Rob Herring [this message]
2019-02-18 21:12 ` Rob Herring
2019-02-18 21:12 ` Rob Herring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190218211235.GA17147@bogus \
--to=robh@kernel.org \
--cc=Claudiu.Beznea@microchip.com \
--cc=Ludovic.Desroches@microchip.com \
--cc=Nicolas.Ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.