From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752792Ab0C2TKz (ORCPT ); Mon, 29 Mar 2010 15:10:55 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:38493 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752034Ab0C2TKy convert rfc822-to-8bit (ORCPT ); Mon, 29 Mar 2010 15:10:54 -0400 MIME-Version: 1.0 In-Reply-To: <20100327225522.GD13203@n2100.arm.linux.org.uk> References: <1268338199-32222-1-git-send-email-mroberto@cpti.cetuc.puc-rio.br> <20100327225522.GD13203@n2100.arm.linux.org.uk> From: Marcelo Jimenez Date: Mon, 29 Mar 2010 16:10:33 -0300 Message-ID: Subject: Re: [PATCH] ARM: mach-sa1100: Put nanoEngine support back in the kernel. To: Russell King - ARM Linux Cc: mad_soft@inbox.ru, rpjday@crashcourse.ca, jaswinderrajput@gmail.com, kristoffer.ericson@gmail.com, linux-arm-kernel@lists.infradead.org, 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 Hi Russel and Kristoffer, On Sat, Mar 27, 2010 at 19:55, Russell King - ARM Linux wrote: > > Please don't include defconfigs along with other code. Ok, I have removed the defconfig and put it in a separate patch. >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include > > Do you really need tty.h in here? No, I don't. :) Removed. >> +/* Flash bank 0 */ >> +static struct mtd_partition nanoengine_partitions[] = { >> +     { >> +     .name           = "nanoEngine boot firmware and parameter table", > > Each '{' should indent the next line by a tab. Ok, that was another "line over 80 characters" warning. Fixed. I will resubmit the patch, merged with the CPU FREQ patch, which is where it belongs. And a better changelog. Also I have removed Kristoffer's "Acked-by" because this is a changed version. Regards, Marcelo.