From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mohammed, Afzal" Subject: RE: [PATCH v5 00/14] GPMC driver conversion Date: Tue, 12 Jun 2012 10:39:56 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Return-path: Received: from arroyo.ext.ti.com ([192.94.94.40]:51139 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751505Ab2FLKkE convert rfc822-to-8bit (ORCPT ); Tue, 12 Jun 2012 06:40:04 -0400 In-Reply-To: Content-Language: en-US Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "tony@atomide.com" , "paul@pwsan.com" , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Hi Tony, On Mon, Jun 11, 2012 at 19:55:02, Mohammed, Afzal wrote: > Hi, > > This series is based on 3.5-rc1, and is dependent on [1,2,3] > > This series has been tested on omap3evm (smsc911x) rev G & C and > beagle board(nand) using patch series which is going to be posted > shortly (this series only creates a driver out of GPMC code) > > Also using private patches, nand & onenand was tested on omap3evm, > rev G & C respectively (as support for these were not in mainline) > > Many of GPMC peripherals depend on bootloader for configuration. > This is going to be deprecated. feature-removal-schedule.txt will be > updated in one of the upcoming patch series regarding the same. > > > [PATCH 03/13] ARM: OMAP2+: gpmc: driver migration helper, is to be > reverted once all GPMC peripherals are migrated to use driver > interface. Please let me know your comments on this series. I had tried to go as per your requirements. This series keeps old interface while providing a new driver interface. Old interface will work (to the best of my knowledge; omap3evm & beagle are the ones available here to test) at each of the commits. Regards Afzal From mboxrd@z Thu Jan 1 00:00:00 1970 From: afzal@ti.com (Mohammed, Afzal) Date: Tue, 12 Jun 2012 10:39:56 +0000 Subject: [PATCH v5 00/14] GPMC driver conversion In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Tony, On Mon, Jun 11, 2012 at 19:55:02, Mohammed, Afzal wrote: > Hi, > > This series is based on 3.5-rc1, and is dependent on [1,2,3] > > This series has been tested on omap3evm (smsc911x) rev G & C and > beagle board(nand) using patch series which is going to be posted > shortly (this series only creates a driver out of GPMC code) > > Also using private patches, nand & onenand was tested on omap3evm, > rev G & C respectively (as support for these were not in mainline) > > Many of GPMC peripherals depend on bootloader for configuration. > This is going to be deprecated. feature-removal-schedule.txt will be > updated in one of the upcoming patch series regarding the same. > > > [PATCH 03/13] ARM: OMAP2+: gpmc: driver migration helper, is to be > reverted once all GPMC peripherals are migrated to use driver > interface. Please let me know your comments on this series. I had tried to go as per your requirements. This series keeps old interface while providing a new driver interface. Old interface will work (to the best of my knowledge; omap3evm & beagle are the ones available here to test) at each of the commits. Regards Afzal