From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757480Ab0EAW1P (ORCPT ); Sat, 1 May 2010 18:27:15 -0400 Received: from mail-bw0-f219.google.com ([209.85.218.219]:39982 "EHLO mail-bw0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753386Ab0EAW1N convert rfc822-to-8bit (ORCPT ); Sat, 1 May 2010 18:27:13 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=XWnoThMKunMl3GUrnXjXEm3hfia7WwALZSRQZHwsF6osxaXjA9qrpXv2LJZFuBlSdr mkIwy6L79s4nQ7p5TymvdKMsLhBYcPGuEZtDZ5nlD94Q90RR+Y+1267BmmDHQQ/VqToA jq6m4GIrTXz6KhU6CnZGvgu5Jn4qox0MxrUgI= MIME-Version: 1.0 In-Reply-To: References: <1270681920-4461-1-git-send-email-linus.walleij@stericsson.com> <20100422110025.GC20008@n2100.arm.linux.org.uk> Date: Sun, 2 May 2010 00:27:11 +0200 Message-ID: Subject: Re: [PATCH 00/11] ARM: PrimeCell DMA Interface v5 From: Linus Walleij To: Dan Williams , Russell King - ARM Linux Cc: Linus WALLEIJ , "akpm@linux-foundation.org" , Grant Likely , "linux-arm-kernel@lists.infradead.org" , "linux-mmc@vger.kernel.org" , STEricsson_nomadik_linux , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2010/5/2 Dan Williams : > On Thu, Apr 22, 2010 at 4:00 AM, Russell King - ARM Linux > wrote: >> So has this (which has now been applied to Dan's tree) been tested >> as I asked on Versatile platforms, or do we have something that could >> be incompatible with those platforms? >> >> I'm basically not acking or applying these patches until something >> along those lines has happened.  (And unfortunately I don't have the >> resources to apply to this at present.) > > Just to clarify are you nak'ing these patches for upstream inclusion > until this testing occurs?  Or do we just need a !ARCH_VERSATILE > somewhere to allow any incompatibilities to be worked out later > in-tree? None of the stuff you have applied is included in the objects compiled for Versatile boards. The PL022 driver probably works with Versatile but noone has tested it and it's not included in any defconfigs. What I though Russell was worried about was the PL011 and PL180 drivers which *are* in use by Versatile. So to be clear: none of the stuff that touches the Versatile platform has been applied so far. Only the U300/U8500 specific stuff has been patched in, and I'm suggesting also the PL022 driver which is currently only used by U300 and U8500 to be patched. That said I hope to bring in help, run QEMU or similar ASAP so that also the PL011 and PL180 can be cleanly applied for 2.6.35... Yours, Linus Walleij