From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756654Ab0KJPS4 (ORCPT ); Wed, 10 Nov 2010 10:18:56 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:42203 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756130Ab0KJPSy (ORCPT ); Wed, 10 Nov 2010 10:18:54 -0500 Date: Wed, 10 Nov 2010 15:18:01 +0000 From: Russell King - ARM Linux To: saeed bishara Cc: Alexey Charkov , linux-arm-kernel@lists.infradead.org, vt8500-wm8505-linux-kernel@googlegroups.com, Eric Miao , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Albin Tonnerre , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6 v4] ARM: Add basic architecture support for VIA/WonderMedia 85xx SoC's Message-ID: <20101110151801.GC24305@n2100.arm.linux.org.uk> References: <1289147348-31969-1-git-send-email-alchark@gmail.com> <20101107165745.GB1759@n2100.arm.linux.org.uk> <20101107171726.GF1759@n2100.arm.linux.org.uk> <20101108171930.GA1471@alchark-u3s.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 10, 2010 at 05:16:17PM +0200, saeed bishara wrote: > > diff --git a/arch/arm/mach-vt8500/include/mach/uncompress.h b/arch/arm/mach-vt8500/include/mach/uncompress.h > > new file mode 100644 > > index 0000000..bb9e2d2 > > --- /dev/null > > +++ b/arch/arm/mach-vt8500/include/mach/uncompress.h > > @@ -0,0 +1,37 @@ > > +/* arch/arm/mach-vt8500/include/mach/uncompress.h > > + * > > + * Copyright (C) 2010 Alexey Charkov > > + * > > + * Based on arch/arm/mach-dove/include/mach/uncompress.h > please replace dove with vt8500 That doesn't make sense - how can a file be created, based upon itself? From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Wed, 10 Nov 2010 15:18:01 +0000 Subject: [PATCH 1/6 v4] ARM: Add basic architecture support for VIA/WonderMedia 85xx SoC's In-Reply-To: References: <1289147348-31969-1-git-send-email-alchark@gmail.com> <20101107165745.GB1759@n2100.arm.linux.org.uk> <20101107171726.GF1759@n2100.arm.linux.org.uk> <20101108171930.GA1471@alchark-u3s.lan> Message-ID: <20101110151801.GC24305@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Nov 10, 2010 at 05:16:17PM +0200, saeed bishara wrote: > > diff --git a/arch/arm/mach-vt8500/include/mach/uncompress.h b/arch/arm/mach-vt8500/include/mach/uncompress.h > > new file mode 100644 > > index 0000000..bb9e2d2 > > --- /dev/null > > +++ b/arch/arm/mach-vt8500/include/mach/uncompress.h > > @@ -0,0 +1,37 @@ > > +/* arch/arm/mach-vt8500/include/mach/uncompress.h > > + * > > + * Copyright (C) 2010 Alexey Charkov > > + * > > + * Based on arch/arm/mach-dove/include/mach/uncompress.h > please replace dove with vt8500 That doesn't make sense - how can a file be created, based upon itself?