From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752429AbbCKTyf (ORCPT ); Wed, 11 Mar 2015 15:54:35 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:50265 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751608AbbCKTyd (ORCPT ); Wed, 11 Mar 2015 15:54:33 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Nicolas Ferre , Olof Johansson , arm@kernel.org, Boris BREZILLON , Linux Kernel list , Ludovic Desroches , Alexandre Belloni , Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [GIT PULL] at91: fixes for 4.0 #3 Date: Wed, 11 Mar 2015 20:54:21 +0100 Message-ID: <5544711.gEBcvXK33N@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1426086048-25681-1-git-send-email-nicolas.ferre@atmel.com> References: <1426086048-25681-1-git-send-email-nicolas.ferre@atmel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:dak6tZPvKP+R7pGWPzlM2FJ8QiRj3uKgndoTQgbWUuYwxrWX7PL euaHJnMOua3sFSZhsMZdXu2ULV3gbsQDLy+znBcImS1aOoYpkdHdCJ2L/uELF/lmpyX3JTZ bGneUFbl9NQsQb7+ngHiE1wYEi/wOscmy7VkQhpETtmtqKxkvUO5QtGOfikFjIoq1nZvYyh Pzd3kkO5Dceg4G/nbscZQ== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 11 March 2015 16:00:48 Nicolas Ferre wrote: > 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. > Pulled into fixes, thanks! Arnd