From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752038AbbCKPAj (ORCPT ); Wed, 11 Mar 2015 11:00:39 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:28028 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750851AbbCKPAi (ORCPT ); Wed, 11 Mar 2015 11:00:38 -0400 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson , CC: Nicolas Ferre , Linux Kernel list , linux-arm-kernel , Alexandre Belloni , Boris BREZILLON , Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches Subject: [GIT PULL] at91: fixes for 4.0 #3 Date: Wed, 11 Mar 2015 16:00:48 +0100 Message-ID: <1426086048-25681-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 Organization: atmel MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd, Olof, Kevin, Some fixes for 4.0. Most of them are for USB and some issues that we hit with the clocks. The cleanup of the cpu_is_at91xxxx() macros for multi-platform led to rework some USB compatibility strings to handle particularities of some SoCs. A compilation error in case of thumb2 kernel build is also solved. Thanks, best regards, The following changes since commit 5957457a2d96e4c9b2fecd40f29cdb3bb841d75e: ARM: at91/pm: MOR register KEY was missing (2015-03-05 11:43:02 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git tags/at91-fixes3 for you to fetch changes up to e7b848d731cdf681e06138a2ae4380220a6baac8: ARM: at91: pm_slowclock: fix the compilation error (2015-03-11 15:49:47 +0100) ---------------------------------------------------------------- Third fixes batch for AT91 on 4.0: - clock fixes for USB - compatible string changes for handling USB IP differences (+ needed AHB matrix syscon) - fix of a compilation error in PM code ---------------------------------------------------------------- Boris Brezillon (3): ARM: at91/dt: at91sam9261: fix clocks and clock-names in udc definition ARM: at91/dt: declare matrix node as a syscon device ARM: at91/dt: fix at91 udc compatible strings Nicolas Ferre (1): ARM: at91/dt: fix USB high-speed clock to select UTMI Wenyou Yang (1): ARM: at91: pm_slowclock: fix the compilation error arch/arm/boot/dts/at91sam9260.dtsi | 2 +- arch/arm/boot/dts/at91sam9261.dtsi | 9 +++++---- arch/arm/boot/dts/at91sam9263.dtsi | 2 +- arch/arm/boot/dts/at91sam9g45.dtsi | 2 +- arch/arm/boot/dts/at91sam9x5.dtsi | 4 ++-- arch/arm/boot/dts/sama5d3.dtsi | 2 +- arch/arm/boot/dts/sama5d4.dtsi | 2 +- arch/arm/mach-at91/pm_slowclock.S | 2 ++ 8 files changed, 14 insertions(+), 11 deletions(-) -- Nicolas Ferre