From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756846Ab2FOMiF (ORCPT ); Fri, 15 Jun 2012 08:38:05 -0400 Received: from antcom.de ([188.40.178.216]:35462 "EHLO chuck.antcom.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756790Ab2FOMhr (ORCPT ); Fri, 15 Jun 2012 08:37:47 -0400 Message-ID: <4FDB2C99.50503@antcom.de> Date: Fri, 15 Jun 2012 14:37:45 +0200 From: Roland Stigge Organization: ANTCOM IT Research & Development User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0.4) Gecko/20120510 Icedove/10.0.4 MIME-Version: 1.0 To: Arnd Bergmann CC: Alexandre Pereira da Silva , arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kevin.wells@nxp.com, srinivas.bakki@nxp.com Subject: Re: [PATCH v2 00/23] ARM: LPC32xx specific updates for next References: <1339692673-7848-1-git-send-email-stigge@antcom.de> <201206151207.07108.arnd@arndb.de> In-Reply-To: X-Enigmail-Version: 1.4 OpenPGP: url=subkeys.pgp.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 06/15/2012 02:12 PM, Alexandre Pereira da Silva wrote: > On Fri, Jun 15, 2012 at 9:07 AM, Arnd Bergmann wrote: >> It all looks good from my point of view, so I think we can pull it >> for 3.6 if no other comments come. > > Arn, > > Please exclude "ARM: LPC32xx: Remove duplicate usb host clock init". > It's causing problems in some LPC32XX boards. Right - it would break USB e.g. on the EA3250 board since USB would work only if the bootloader already did some initialization which is silently done by PHY3250 where we didn't recognize the problem. So please just take patches 01..22 from the lpc32xx-next branch. I just removed patch 23 from git.antcom.de, so you can easily just pull the branch. Further, as Russell already pointed out, the DMA API will probably change, but I expect that we will quickly adjust to it so no need to worry about that. Thanks, Roland