Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932610AbdLTIOf (ORCPT ); Wed, 20 Dec 2017 03:14:35 -0500 Received: from esa1.microchip.iphmx.com ([68.232.147.91]:51900 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754235AbdLTIOb (ORCPT ); Wed, 20 Dec 2017 03:14:31 -0500 X-IronPort-AV: E=Sophos;i="5.45,430,1508828400"; d="scan'208";a="10313033" Subject: Re: [PATCH 00/45] Migrate TCB bindings To: Alexandre Belloni CC: , , Antoine Aubert , , Douglas Gilbert , Fabio Porcedda , Gregory CLEMENT , Joachim Eastwood , Marek Vasut , Martin Reimann , Peter Rosin , Raashid Muhammed , Rob Herring , Rodolfo Giometti , Sergio Tanzilli , Tim Schendekehl References: <20171219213209.13823-1-alexandre.belloni@free-electrons.com> From: Nicolas Ferre Organization: microchip Message-ID: Date: Wed, 20 Dec 2017 09:14:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171219213209.13823-1-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 7407 Lines: 150 On 19/12/2017 at 22:31, Alexandre Belloni wrote: > Hi, > > As the bindings were acked by Rob a while ago [1] and I think there is > consensus on what they look like, I'm planning to apply that series for > 4.16 so we get a smoother transition for the TCB driver rework. > > I've simply removed the PWM binding change that I will submit with the > driver change itself. > There is also a small fix in the at91sam9261ek patch. > > [1] https://patchwork.kernel.org/patch/9755341/ > > Cc: Antoine Aubert > Cc: devicetree@vger.kernel.org > Cc: Douglas Gilbert > Cc: Fabio Porcedda > Cc: Gregory CLEMENT > Cc: Joachim Eastwood > Cc: Marek Vasut > Cc: Martin Reimann > Cc: Peter Rosin > Cc: Raashid Muhammed > Cc: Rob Herring > Cc: Rodolfo Giometti > Cc: Sergio Tanzilli > Cc: Tim Schendekehl > > Alexandre Belloni (45): > ARM: at91: Document new TCB bindings > ARM: dts: at91: at91rm9200: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: at91rm9200ek: use TCB0 for timers > ARM: dts: at91: mpa1600: use TCB0 as timers > ARM: dts: at91: at91sam9260: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: at91sam9260ek: use TCB0 as timers > ARM: dts: at91: sam9_l9260: use TCB0 as timers > ARM: dts: at91: ethernut5: use TCB0 as timers > ARM: dts: at91: foxg20: use TCB0 as timers > ARM: dts: at91: animeo_ip: use TCB0 as timers > ARM: dts: at91: kizbox: use TCB0 as timers > ARM: dts: at91: at91sam9g20ek: use TCB0 as timers > ARM: dts: at91: ge863-pro3: use TCB0 as timers > ARM: dts: at91: at91sam9261: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: at91sam9261ek: use TCB0 as timers > ARM: dts: at91: at91sam9263: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: at91sam9263ek: use TCB0 as timers > ARM: dts: at91: calao: use TCB0 as timers > ARM: dts: at91: at91sam9g45: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: at91sam9m10g45ek: use TCB0 as timers > ARM: dts: at91: pm9g45: use TCB0 as timers > ARM: dts: at91: at91sam9rl: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: at91sam9rlek: use TCB0 as timers > ARM: dts: at91: at91sam9n12: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: at91sam9n12ek: use TCB0 as timers > ARM: dts: at91: at91sam9x5: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: at91sam9x5cm: use TCB0 as timers > ARM: dts: at91: acme/g25: use TCB0 as timers > ARM: dts: at91: cosino: use TCB0 as timers > ARM: dts: at91: kizboxmini: use TCB0 as timers > ARM: dts: at91: sama5d3: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: sama5d3xek: use TCB0 as timers > ARM: dts: at91: sama5d3 Xplained: use TCB0 as timers > ARM: dts: at91: kizbox2: use TCB0 as timers > ARM: dts: at91: sama5d3xek_cmp: use TCB0 as timers > ARM: dts: at91: linea/tse850-3: use TCB0 as timers > ARM: dts: at91: sama5d4: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: sama5d4: Add TCB2 > ARM: dts: at91: sama5d4ek: use TCB2 as timers > ARM: dts: at91: sama5d4 Xplained: use TCB2 as timers > ARM: dts: at91: ma5d4: use TCB2 as timers > ARM: dts: at91: vinco: use TCB2 as timers > ARM: dts: at91: sama5d2: TC blocks are also simple-mfd and syscon > devices > ARM: dts: at91: sama5d2 Xplained: use TCB0 as timers > ARM: dts: at91: sama5d27_som1_ek: use TCB0 as timers For the whole series: Acked-by: Nicolas Ferre Thanks, best regards, Nicolas > .../devicetree/bindings/arm/atmel-at91.txt | 32 ------------- > .../devicetree/bindings/mfd/atmel-tcb.txt | 56 ++++++++++++++++++++++ > arch/arm/boot/dts/animeo_ip.dts | 12 +++++ > arch/arm/boot/dts/at91-ariag25.dts | 12 +++++ > arch/arm/boot/dts/at91-ariettag25.dts | 12 +++++ > arch/arm/boot/dts/at91-cosino.dtsi | 12 +++++ > arch/arm/boot/dts/at91-foxg20.dts | 12 +++++ > arch/arm/boot/dts/at91-kizbox.dts | 12 +++++ > arch/arm/boot/dts/at91-kizbox2.dts | 12 +++++ > arch/arm/boot/dts/at91-kizboxmini.dts | 12 +++++ > arch/arm/boot/dts/at91-linea.dtsi | 12 +++++ > arch/arm/boot/dts/at91-qil_a9260.dts | 12 +++++ > arch/arm/boot/dts/at91-sam9_l9260.dts | 12 +++++ > arch/arm/boot/dts/at91-sama5d27_som1_ek.dts | 12 +++++ > arch/arm/boot/dts/at91-sama5d2_xplained.dts | 12 +++++ > arch/arm/boot/dts/at91-sama5d3_xplained.dts | 12 +++++ > arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | 12 +++++ > arch/arm/boot/dts/at91-sama5d4_xplained.dts | 12 +++++ > arch/arm/boot/dts/at91-sama5d4ek.dts | 12 +++++ > arch/arm/boot/dts/at91-vinco.dts | 12 +++++ > arch/arm/boot/dts/at91rm9200.dtsi | 8 +++- > arch/arm/boot/dts/at91rm9200ek.dts | 12 +++++ > arch/arm/boot/dts/at91sam9260.dtsi | 8 +++- > arch/arm/boot/dts/at91sam9260ek.dts | 12 +++++ > arch/arm/boot/dts/at91sam9261.dtsi | 4 +- > arch/arm/boot/dts/at91sam9261ek.dts | 20 ++++++++ > arch/arm/boot/dts/at91sam9263.dtsi | 4 +- > arch/arm/boot/dts/at91sam9263ek.dts | 12 +++++ > arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 12 +++++ > arch/arm/boot/dts/at91sam9g45.dtsi | 8 +++- > arch/arm/boot/dts/at91sam9m10g45ek.dts | 12 +++++ > arch/arm/boot/dts/at91sam9n12.dtsi | 8 +++- > arch/arm/boot/dts/at91sam9n12ek.dts | 12 +++++ > arch/arm/boot/dts/at91sam9rl.dtsi | 4 +- > arch/arm/boot/dts/at91sam9rlek.dts | 12 +++++ > arch/arm/boot/dts/at91sam9x5.dtsi | 8 +++- > arch/arm/boot/dts/at91sam9x5cm.dtsi | 12 +++++ > arch/arm/boot/dts/ethernut5.dts | 12 +++++ > arch/arm/boot/dts/ge863-pro3.dtsi | 12 +++++ > arch/arm/boot/dts/mpa1600.dts | 12 +++++ > arch/arm/boot/dts/pm9g45.dts | 12 +++++ > arch/arm/boot/dts/sama5d2.dtsi | 8 +++- > arch/arm/boot/dts/sama5d3.dtsi | 4 +- > arch/arm/boot/dts/sama5d3_tcb1.dtsi | 4 +- > arch/arm/boot/dts/sama5d3xcm.dtsi | 12 +++++ > arch/arm/boot/dts/sama5d3xcm_cmp.dtsi | 12 +++++ > arch/arm/boot/dts/sama5d4.dtsi | 18 ++++++- > arch/arm/boot/dts/tny_a9260_common.dtsi | 12 +++++ > arch/arm/boot/dts/tny_a9263.dts | 12 +++++ > arch/arm/boot/dts/usb_a9260_common.dtsi | 12 +++++ > arch/arm/boot/dts/usb_a9263.dts | 12 +++++ > 51 files changed, 575 insertions(+), 51 deletions(-) > create mode 100644 Documentation/devicetree/bindings/mfd/atmel-tcb.txt > -- Nicolas Ferre