linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Burton <paul.burton@mips.com>
To: Paul Cercueil <paul@crapouillou.net>
Cc: Ralf Baechle <ralf@linux-mips.org>,
	Paul Burton <pburton@wavecomp.com>,
	James Hogan <jhogan@kernel.org>, Jonathan Corbet <corbet@lwn.net>,
	Lee Jones <lee.jones@linaro.org>, Arnd Bergmann <arnd@arndb.de>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>,
	Jason Cooper <jason@lakedaemon.net>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	"linux-mips@vger.kernel.org" <linux-mips@vger.kernel.org>,
	"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"od@zcrc.me" <od@zcrc.me>, Mathieu Malaterre <malat@debian.org>,
	"linux-mips@vger.kernel.org" <linux-mips@vger.kernel.org>
Subject: Re: [PATCH v15 00/13] TCU patchset v15
Date: Thu, 8 Aug 2019 23:02:57 +0000	[thread overview]
Message-ID: <MWHPR2201MB12771581FD6FBA4634D53566C1D70@MWHPR2201MB1277.namprd22.prod.outlook.com> (raw)
In-Reply-To: <20190724171615.20774-1-paul@crapouillou.net>

Hello,

Paul Cercueil wrote:
> Hi,
> 
> This is the V15 of my Ingenic TCU patchet.
> 
> The big change since V14 is that the custom MFD driver
> (ex patch 04/13) was dropped in favor of a small patch to syscon
> and a "simple-mfd" compatible.
> 
> The patchset was based on mips/mips-next, but all of them minus
> the last one will apply cleanly on v5.3-rc1.
> 
> Changelog:
> 
> * [02/13]: Remove info about MFD driver
> * [03/13]: Add "simple-mfd" compatible string
> * [04/13]: New patch
> * [05/13]: - Use CLK_OF_DECLARE_DRIVER since we use "simple-mfd"
>            - Use device_node_to_regmap()
> * [06/13]: Use device_node_to_regmap()
> * [07/13]: Use device_node_to_regmap()
> * [09/13]: Add "simple-mfd" compatible string
> 
> Cheers,

Series applied to mips-next.

> dt-bindings: ingenic: Add DT bindings for TCU clocks
>   commit 4bc3c420246e
>   https://git.kernel.org/mips/c/4bc3c420246e
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Reviewed-by: Rob Herring <robh@kernel.org>
>   Acked-by: Stephen Boyd <sboyd@kernel.org>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> doc: Add doc for the Ingenic TCU hardware
>   commit 97689a1a3fda
>   https://git.kernel.org/mips/c/97689a1a3fda
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> dt-bindings: Add doc for the Ingenic TCU drivers
>   commit 2e8722a5255e
>   https://git.kernel.org/mips/c/2e8722a5255e
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Reviewed-by: Rob Herring <robh@kernel.org>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> mfd/syscon: Add device_node_to_regmap()
>   commit 39233b7c6112
>   https://git.kernel.org/mips/c/39233b7c6112
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Acked-by: Arnd Bergmann <arnd@arndb.de>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> clk: ingenic: Add driver for the TCU clocks
>   commit 4f89e4b8f121
>   https://git.kernel.org/mips/c/4f89e4b8f121
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Acked-by: Stephen Boyd <sboyd@kernel.org>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> irqchip: Add irq-ingenic-tcu driver
>   commit 9536eba03ec7
>   https://git.kernel.org/mips/c/9536eba03ec7
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
>   Acked-by: Marc Zyngier <maz@kernel.org>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> clocksource: Add a new timer-ingenic driver
>   commit 34e9368301d5
>   https://git.kernel.org/mips/c/34e9368301d5
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> clk: jz4740: Add TCU clock
>   commit 73dd11dc1a88
>   https://git.kernel.org/mips/c/73dd11dc1a88
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Acked-by: Stephen Boyd <sboyd@kernel.org>
>   Acked-by: Rob Herring <robh@kernel.org>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> MIPS: jz4740: Add DTS nodes for the TCU drivers
>   commit 36aafdbd5288
>   https://git.kernel.org/mips/c/36aafdbd5288
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHz
>   commit a68d3b052b57
>   https://git.kernel.org/mips/c/a68d3b052b57
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> MIPS: CI20: Reduce system timer and clocksource to 3 MHz
>   commit 157c887aff52
>   https://git.kernel.org/mips/c/157c887aff52
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> MIPS: GCW0: Reduce system timer and clocksource to 750 kHz
>   commit 967a7100400a
>   https://git.kernel.org/mips/c/967a7100400a
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>
> 
> MIPS: jz4740: Drop obsolete code
>   commit abc552284f6b
>   https://git.kernel.org/mips/c/abc552284f6b
>   
>   Signed-off-by: Paul Cercueil <paul@crapouillou.net>
>   Tested-by: Mathieu Malaterre <malat@debian.org>
>   Tested-by: Artur Rojek <contact@artur-rojek.eu>
>   Signed-off-by: Paul Burton <paul.burton@mips.com>

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paul.burton@mips.com to report it. ]

      parent reply	other threads:[~2019-08-08 23:03 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-24 17:16 [PATCH v15 00/13] TCU patchset v15 Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 01/13] dt-bindings: ingenic: Add DT bindings for TCU clocks Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 02/13] doc: Add doc for the Ingenic TCU hardware Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 03/13] dt-bindings: Add doc for the Ingenic TCU drivers Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 04/13] mfd/syscon: Add device_node_to_regmap() Paul Cercueil
2019-07-29 16:55   ` [EXTERNAL][PATCH " Paul Burton
2019-08-08 10:04     ` Arnd Bergmann
2019-07-24 17:16 ` [PATCH v15 05/13] clk: ingenic: Add driver for the TCU clocks Paul Cercueil
2019-08-08 14:48   ` Stephen Boyd
2019-07-24 17:16 ` [PATCH v15 06/13] irqchip: Add irq-ingenic-tcu driver Paul Cercueil
2019-07-25  8:21   ` Marc Zyngier
2019-07-24 17:16 ` [PATCH v15 07/13] clocksource: Add a new timer-ingenic driver Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 08/13] clk: jz4740: Add TCU clock Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 09/13] MIPS: jz4740: Add DTS nodes for the TCU drivers Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 10/13] MIPS: qi_lb60: Reduce system timer and clocksource to 750 kHz Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 11/13] MIPS: CI20: Reduce system timer and clocksource to 3 MHz Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 12/13] MIPS: GCW0: Reduce system timer and clocksource to 750 kHz Paul Cercueil
2019-07-24 17:16 ` [PATCH v15 13/13] MIPS: jz4740: Drop obsolete code Paul Cercueil
2019-08-08 23:02 ` Paul Burton [this message]

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=MWHPR2201MB12771581FD6FBA4634D53566C1D70@MWHPR2201MB1277.namprd22.prod.outlook.com \
    --to=paul.burton@mips.com \
    --cc=arnd@arndb.de \
    --cc=corbet@lwn.net \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jason@lakedaemon.net \
    --cc=jhogan@kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=malat@debian.org \
    --cc=marc.zyngier@arm.com \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=od@zcrc.me \
    --cc=paul@crapouillou.net \
    --cc=pburton@wavecomp.com \
    --cc=ralf@linux-mips.org \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@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).