From patchwork Fri Jun 12 12:08:38 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Hunter X-Patchwork-Id: 29756 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n5CC8EfO029124 for ; Fri, 12 Jun 2009 12:08:14 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752845AbZFLMHv (ORCPT ); Fri, 12 Jun 2009 08:07:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753780AbZFLMHv (ORCPT ); Fri, 12 Jun 2009 08:07:51 -0400 Received: from smtp.nokia.com ([192.100.105.134]:43350 "EHLO mgw-mx09.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752845AbZFLMHu (ORCPT ); Fri, 12 Jun 2009 08:07:50 -0400 Received: from vaebh105.NOE.Nokia.com (vaebh105.europe.nokia.com [10.160.244.31]) by mgw-mx09.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id n5CC7AHb020216; Fri, 12 Jun 2009 07:07:52 -0500 Received: from vaepf101.NOE.Nokia.com ([10.160.244.86]) by vaebh105.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 12 Jun 2009 15:07:45 +0300 Received: from [172.21.41.224] ([172.21.41.224]) by vaepf101.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 12 Jun 2009 15:07:45 +0300 Message-ID: <4A324546.6020304@nokia.com> Date: Fri, 12 Jun 2009 15:08:38 +0300 From: Adrian Hunter User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Tony Lindgren CC: linux-omap Mailing List Subject: [PATCH] OMAP: RX51: use OneNAND sync read / write X-OriginalArrivalTime: 12 Jun 2009 12:07:45.0658 (UTC) FILETIME=[655565A0:01C9EB56] X-Nokia-AV: Clean Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From aea78b09cac91d51d31ef61a2554f3470b498cfd Mon Sep 17 00:00:00 2001 From: Adrian Hunter Date: Fri, 12 Jun 2009 14:41:14 +0300 Subject: [PATCH] OMAP: RX51: use OneNAND sync read / write Signed-off-by: Adrian Hunter --- arch/arm/mach-omap2/board-rx51-peripherals.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index da93b86..9a0bf67 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c @@ -362,6 +362,7 @@ static struct omap_onenand_platform_data board_onenand_data = { .gpio_irq = 65, .parts = onenand_partitions, .nr_parts = ARRAY_SIZE(onenand_partitions), + .flags = ONENAND_SYNC_READWRITE, }; static void __init board_onenand_init(void)