From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761965AbcINNQC (ORCPT ); Wed, 14 Sep 2016 09:16:02 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:61586 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753254AbcINNP7 (ORCPT ); Wed, 14 Sep 2016 09:15:59 -0400 To: Arnd Bergmann , Olof Johansson , Kevin Hilman , , "linux-arm-kernel@lists.infradead.org" , "open list:ARM/STI ARCHITECTURE" , "linux-kernel@vger.kernel.org" CC: Lee Jones , Peter Griffin , Patrice CHOTARD From: Patrice Chotard Subject: [GIT PULL] STi DT update for v4.9 Message-ID: Date: Wed, 14 Sep 2016 15:15:22 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.1.66] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-09-14_06:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, Kevin, Olof PLease consider this next batch for v4.9 The following changes since commit ba5ba11906d5462993f5fd4e3da4d234505427a0: ARM: dts: STiH41x-b2020: Update gpio specifier (2016-09-02 15:15:14 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git tags/sti-dt-for-v4.9-2 for you to fetch changes up to 443fd7c92f5a000796b02683157d17b2575450e1: ARM: DT: STi: stihxxx-b2120: Add DT nodes for STi audio card (2016-09-14 13:37:29 +0200) ---------------------------------------------------------------- STi dts update: Update gpio-cells and gpio specifier for STiH415/416 Add PWM capture support for STiH416 and STiH407 family Add USB3 support for B2260 Add HVA support for STiH410 Add clk_ignore_unused in bootargs of B2260 Add Flexible Direct Memory Access (FDMA) support for STiH407 family Add internal audio codec IP spport for STiH407 family Add uniperif player/reader IP blocks for STiH407 family ---------------------------------------------------------------- Jean-Christophe Trotin (1): ARM: dts: STiH410: Add hva dt nodes Lee Jones (6): ARM: dts: STiH407: Supply PWM Capture IRQ ARM: dts: STiH407: Declare PWM Capture data lines via Pinctrl ARM: dts: STiH416: Supply PWM Capture IRQs ARM: dts: STiH416: Declare PWM Capture data lines via Pinctrl ARM: dts: STiH416: Define PWM Capture clock ARM: dts: STiH416: Define the number of PWM Capture channels Patrice Chotard (7): ARM: dts: STiH415-pinctrl: update gpio-cells to 2 ARM: dts: STiH416-pinctrl: update gpio-cells to 2 ARM: dts: STiHxxx-b2120: update gpio specifier ARM: dts: STiH41x-b2000: update gpio specifier ARM: dts: STiH416-b2020e: update gpio specifier ARM: dts: STiH410-b2260: add USB3 node ARM: dts: STiH410-b2260: add clk_ignore_unused in bootargs Peter Griffin (8): ARM: STi: DT: STiH407: Add FDMA driver dt nodes. ARM: DT: STiH407: Add i2s_out pinctrl configuration ARM: DT: STiH407: Add i2s_in pinctrl configuration ARM: DT: STiH407: Add spdif_out pinctrl config ARM: STi: DT: STiH407: Add sti-sasg-codec dt node ARM: STi: DT: STiH407: Add uniperif player dt nodes ARM: STi: DT: STiH407: Add uniperif reader dt nodes ARM: DT: STi: stihxxx-b2120: Add DT nodes for STi audio card arch/arm/boot/dts/stih407-family.dtsi | 168 +++++++++++++++++++++++++++++++++ arch/arm/boot/dts/stih407-pinctrl.dtsi | 58 ++++++++++++ arch/arm/boot/dts/stih410-b2260.dts | 6 +- arch/arm/boot/dts/stih410.dtsi | 10 ++ arch/arm/boot/dts/stih415-pinctrl.dtsi | 54 +++++------ arch/arm/boot/dts/stih416-b2020e.dts | 6 +- arch/arm/boot/dts/stih416-pinctrl.dtsi | 65 +++++++------ arch/arm/boot/dts/stih416.dtsi | 8 +- arch/arm/boot/dts/stih41x-b2000.dtsi | 5 +- arch/arm/boot/dts/stihxxx-b2120.dtsi | 51 +++++++++- 10 files changed, 362 insertions(+), 69 deletions(-)