From patchwork Fri Apr 18 22:02:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 340428 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E38F81400BE for ; Sat, 19 Apr 2014 08:05:58 +1000 (EST) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WbGsX-0006Sb-P3; Fri, 18 Apr 2014 22:03:25 +0000 Received: from eusmtp01.atmel.com ([212.144.249.243]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WbGsU-0006Ps-Sx for linux-arm-kernel@lists.infradead.org; Fri, 18 Apr 2014 22:03:23 +0000 Received: from tenerife.corp.atmel.com (10.161.101.13) by eusmtp01.atmel.com (10.161.101.31) with Microsoft SMTP Server id 14.2.347.0; Sat, 19 Apr 2014 00:02:53 +0200 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , Subject: [GIT PULL] at91: DT for 3.16 #1 Date: Sat, 19 Apr 2014 00:02:59 +0200 Message-ID: <1397858579-11619-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 1.8.2.2 Organization: atmel MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140418_150323_260857_4E1F9CB0 X-CRM114-Status: UNSURE ( 8.43 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain Cc: Boris BREZILLON , Nicolas Ferre , Linux Kernel list , Ludovic Desroches , Alexandre Belloni , Jean-Christophe PLAGNIOL-VILLARD , linux-arm-kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Arnd, Olof, Kevin, Here is the first AT91 DT pull-request for 3.16. Nice enhancements for three different products. Thanks, best regards, The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-dt for you to fetch changes up to 27a96a0364787d2b41d2a72d08143d95263e1b07: ARM: at91: sama5d3: clock for ssc from rk pin (2014-04-18 22:43:44 +0200) ---------------------------------------------------------------- 3.16: first DT series: - more support for at91sam9rl and its associated EK board - some improvements to at91sam9g45 (ADC, TS, PWM leds) - addition of some missing pieces for describing audio of SAMA5D3-EK in DT ---------------------------------------------------------------- Alexandre Belloni (5): ARM: at91/dt: sam9rl: add lcd, adc, usb gadget and pwm support ARM: at91/dt: add peripherals to the at91sam9rlek board ARM: at91/dt: sam9g45: improve ADC/touchscreen support ARM: at91/dt: at91sam9m10g45ek: add ADC and touchscreen support ARM: at91/dt: at91sam9m10g45ek PWM leds polarity is inversed Bo Shen (5): ARM: at91: sama5d3: add DMA property for SSC devices ARM: at91: sama5d3: disable sound by default ARM: at91: sama5d3: correct the sound compatible string ARM: at91: sama5d3: add the missing property ARM: at91: sama5d3: clock for ssc from rk pin arch/arm/boot/dts/at91sam9g45.dtsi | 33 +++- arch/arm/boot/dts/at91sam9m10g45ek.dts | 20 ++- arch/arm/boot/dts/at91sam9rl.dtsi | 265 +++++++++++++++++++++++++++++++-- arch/arm/boot/dts/at91sam9rlek.dts | 90 ++++++++++- arch/arm/boot/dts/sama5d3.dtsi | 6 + arch/arm/boot/dts/sama5d3xmb.dtsi | 9 +- 6 files changed, 405 insertions(+), 18 deletions(-)