From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Magnus Damm <damm+renesas@opensource.se>,
devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/7] clocksource: sh_cmt: Update driver for DT binding rework
Date: Tue, 26 Sep 2017 11:26:43 +0300 [thread overview]
Message-ID: <2100093.DY5UYTmyGT@avalon> (raw)
In-Reply-To: <1505742407-31576-1-git-send-email-geert+renesas@glider.be>
Hi Geert,
Thank you for the patches.
On Monday, 18 September 2017 16:46:40 EEST Geert Uytterhoeven wrote:
> Hi Daniel, Thomas, Rob, Mark, Magnus,
>
> This patch series updates the sh_cmt clocksource driver for the recent DT
> binding rework that was merged in v4.14-rc1.
>
> This series is an evolutionary improvement of Magnus Damm's series "[PATCH
> v2 00/11] clocksource: sh_cmt: DT binding rework V2".
> It complements Magnus' series "[PATCH v3 00/06] clocksource: sh_cmt: DT
> binding rework V3" and "[PATCH v4 00/06] clocksource: sh_cmt: DT binding
> rework V4", which included DT binding updates only.
>
> - Patch 1 fixes wrong vendor/soc ordering in the SoC-specific compatible
> values (This issue was raised during review before, but was not
> addressed in later iterations of the DT binding rework. Oh well,
> things like that happen when there's more than 2 years between initial
> submission and acceptance...),
> - Patches 2 to 6 implement the updated DT bindings, as already accepted
> upstream, and amended in patch 1.
> - Patch 7 is a small cleanup.
>
> Changes compared to v2:
> - Take over from Magnus,
> - Drop DT binding updates that were revised and accepted upstream,
> - Fix SoC-specific compatible values,
> - Change channels_mask from "unsigned long" to "unsigned int,
> - Remove support for "renesas,cmt-32*",
> - Mark "renesas,cmt-48-gen2" deprecated,
> - Remove unused "renesas,channels-mask" handling,
> - Use of_device_get_match_data() helper.
>
> Thanks!
>
> Geert Uytterhoeven (5):
> dt-bindings: timer: renesas,cmt: Fix SoC-specific compatible values
> clocksource: sh_cmt: Remove support for "renesas,cmt-32*"
> clocksource: sh_cmt: Mark "renesas,cmt-48-gen2" deprecated
> clocksource: sh_cmt: Remove unused "renesas,channels-mask" handling
> clocksource: sh_cmt: Use of_device_get_match_data() helper
>
> Magnus Damm (2):
> clocksource: sh_cmt: Use 0x3f mask for SH_CMT_48BIT case
> clocksource: sh_cmt: Support separate R-Car Gen2 CMT0/1
For the whole series,
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> .../devicetree/bindings/timer/renesas,cmt.txt | 24 +++----
> drivers/clocksource/sh_cmt.c | 76 +++++++++----------
> 2 files changed, 45 insertions(+), 55 deletions(-)
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2017-09-26 8:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-18 13:46 [PATCH v3 0/7] clocksource: sh_cmt: Update driver for DT binding rework Geert Uytterhoeven
2017-09-18 13:46 ` [PATCH v3 1/7] dt-bindings: timer: renesas,cmt: Fix SoC-specific compatible values Geert Uytterhoeven
[not found] ` <1505742407-31576-2-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-09-21 23:10 ` Rob Herring
2017-09-18 13:46 ` [PATCH v3 2/7] clocksource: sh_cmt: Use 0x3f mask for SH_CMT_48BIT case Geert Uytterhoeven
[not found] ` <1505742407-31576-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-09-18 13:46 ` [PATCH v3 3/7] clocksource: sh_cmt: Support separate R-Car Gen2 CMT0/1 Geert Uytterhoeven
2017-09-18 13:46 ` [PATCH v3 4/7] clocksource: sh_cmt: Remove support for "renesas,cmt-32*" Geert Uytterhoeven
2017-09-18 13:46 ` [PATCH v3 5/7] clocksource: sh_cmt: Mark "renesas,cmt-48-gen2" deprecated Geert Uytterhoeven
2017-09-18 13:46 ` [PATCH v3 6/7] clocksource: sh_cmt: Remove unused "renesas,channels-mask" handling Geert Uytterhoeven
2017-09-18 13:46 ` [PATCH v3 7/7] clocksource: sh_cmt: Use of_device_get_match_data() helper Geert Uytterhoeven
2017-09-25 23:21 ` [PATCH v3 0/7] clocksource: sh_cmt: Update driver for DT binding rework Daniel Lezcano
2017-09-26 8:26 ` Laurent Pinchart [this message]
2017-09-26 18:38 ` Daniel Lezcano
[not found] ` <1464ad27-3627-df14-91f9-29a626ceb29d-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-09-27 7:14 ` Geert Uytterhoeven
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=2100093.DY5UYTmyGT@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=damm+renesas@opensource.se \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).