All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime@cerno.tech>
To: "Clément Péron" <peron.clem@gmail.com>
Cc: "Thierry Reding" <thierry.reding@gmail.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Philipp Zabel" <pza@pengutronix.de>,
	linux-pwm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com
Subject: Re: [PATCH v7 0/8] Add support for H6 PWM
Date: Thu, 21 Nov 2019 08:24:08 +0100	[thread overview]
Message-ID: <20191121072408.GE4345@gilmour.lan> (raw)
In-Reply-To: <20191119175319.16561-1-peron.clem@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

On Tue, Nov 19, 2019 at 06:53:11PM +0100, Clément Péron wrote:
> Hi,
>
> This is a rework of Jernej's previous work[1] taking account all the
> previous remarks.
>
> Bindings is still strict but probe in the driver are now optionnals.
>
> If someone could confirm that the PWM is not broken, as my board
> doesn't output it.
>
> I didn't add the acked-tags as there are big changes.

Applied 1 and 7 for 5.6, thanks!
Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime@cerno.tech>
To: "Clément Péron" <peron.clem@gmail.com>
Cc: "Mark Rutland" <mark.rutland@arm.com>,
	linux-pwm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org,
	"Maxime Ripard" <mripard@kernel.org>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Thierry Reding" <thierry.reding@gmail.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Philipp Zabel" <pza@pengutronix.de>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v7 0/8] Add support for H6 PWM
Date: Thu, 21 Nov 2019 08:24:08 +0100	[thread overview]
Message-ID: <20191121072408.GE4345@gilmour.lan> (raw)
In-Reply-To: <20191119175319.16561-1-peron.clem@gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 439 bytes --]

On Tue, Nov 19, 2019 at 06:53:11PM +0100, Clément Péron wrote:
> Hi,
>
> This is a rework of Jernej's previous work[1] taking account all the
> previous remarks.
>
> Bindings is still strict but probe in the driver are now optionnals.
>
> If someone could confirm that the PWM is not broken, as my board
> doesn't output it.
>
> I didn't add the acked-tags as there are big changes.

Applied 1 and 7 for 5.6, thanks!
Maxime

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-11-21  7:24 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-19 17:53 [PATCH v7 0/8] Add support for H6 PWM Clément Péron
2019-11-19 17:53 ` Clément Péron
2019-11-19 17:53 ` Clément Péron
     [not found] ` <20191119175319.16561-1-peron.clem-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-11-19 17:53   ` [PATCH v7 1/8] dt-bindings: pwm: allwinner: Add H6 PWM description Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53   ` [PATCH v7 2/8] pwm: sun4i: Add an optional probe for reset line Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53   ` [PATCH v7 3/8] pwm: sun4i: Prefer "mod" clock to unnamed Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-21  7:26     ` Uwe Kleine-König
2019-11-21  7:26       ` Uwe Kleine-König
2019-11-19 17:53   ` [PATCH v7 4/8] pwm: sun4i: Add an optional probe for bus clock Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-21  7:28     ` Uwe Kleine-König
2019-11-21  7:28       ` Uwe Kleine-König
     [not found]       ` <20191121072829.vitly7altcvlt4sj-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2019-11-21 11:14         ` Clément Péron
2019-11-21 11:14           ` Clément Péron
2019-11-21 11:14           ` Clément Péron
2019-11-19 17:53   ` [PATCH v7 5/8] pwm: sun4i: Add support to output source clock directly Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53     ` Clément Péron
     [not found]     ` <20191119175319.16561-6-peron.clem-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-11-21  7:36       ` Uwe Kleine-König
2019-11-21  7:36         ` Uwe Kleine-König
2019-11-21  7:36         ` Uwe Kleine-König
     [not found]         ` <20191121073647.phutknyb3tzp44ye-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2019-11-21 11:38           ` Clément Péron
2019-11-21 11:38             ` Clément Péron
2019-11-21 11:38             ` Clément Péron
2019-11-19 17:53   ` [PATCH v7 6/8] pwm: sun4i: Add support for H6 PWM Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53   ` [PATCH v7 7/8] arm64: dts: allwinner: h6: Add PWM node Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53   ` [PATCH v7 8/8] [DO NOT MERGE] arm64: allwinner: h6: enable Beelink GS1 PWM Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-19 17:53     ` Clément Péron
2019-11-21  7:24 ` Maxime Ripard [this message]
2019-11-21  7:24   ` [PATCH v7 0/8] Add support for H6 PWM Maxime Ripard
     [not found]   ` <20191121072408.GE4345-2DbqMqoCcjvhXIiyNabO3w@public.gmane.org>
2019-12-10 16:48     ` Rob Herring
2019-12-10 16:48       ` Rob Herring
2019-12-10 16:48       ` Rob Herring
     [not found]       ` <CAL_JsqJevcG2qv+BYKTnP=out0jPxuEcdYuLq7idxK04Q05fag-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-12-10 17:20         ` Clément Péron
2019-12-10 17:20           ` Clément Péron
2019-12-10 17:20           ` Clément Péron

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=20191121072408.GE4345@gilmour.lan \
    --to=maxime@cerno.tech \
    --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=linux-sunxi@googlegroups.com \
    --cc=mark.rutland@arm.com \
    --cc=mripard@kernel.org \
    --cc=peron.clem@gmail.com \
    --cc=pza@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=wens@csie.org \
    /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.