From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754201Ab2DFHkz (ORCPT ); Fri, 6 Apr 2012 03:40:55 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:50032 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752008Ab2DFHky convert rfc822-to-8bit (ORCPT ); Fri, 6 Apr 2012 03:40:54 -0400 MIME-Version: 1.0 In-Reply-To: <20120404122335.GD17187@pengutronix.de> References: <1332368519-22660-1-git-send-email-w.sang@pengutronix.de> <1332368519-22660-2-git-send-email-w.sang@pengutronix.de> <20120404122335.GD17187@pengutronix.de> Date: Fri, 6 Apr 2012 15:40:53 +0800 Message-ID: Subject: Re: [PATCH V2 1/3] lib: add support for stmp-style devices From: Huang Shijie To: Wolfram Sang Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Shawn Guo , Huang Shijie Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Wolfram: On Wed, Apr 4, 2012 at 8:23 PM, Wolfram Sang wrote: > Hi, > >> Could you provide an API such as gpmi_reset_block()? >> It will much helpful to me. > > Ah, that's what you meant in the other thread. Well, this can be added > later. My suggestion > > 1) get this mainline to remove mach dependencies > 2) convert the drivers > 3) do proper timeout mechanisms > 4) add features > > where 2-4 can probably happen more or less simultaneously. I wish you could send out the new patch as soon as possible. :) Best Regards Huang Shijie > > Regards, > >   Wolfram > > -- > Pengutronix e.K.                           | Wolfram Sang                | > Industrial Linux Solutions                 | http://www.pengutronix.de/  | > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > > iEYEARECAAYFAk98PUcACgkQD27XaX1/VRvkOQCdGqBQAgDeW5xpykbKe4LTlqXA > twIAnA+IivcJwTQsnrPSjLJWTNlFAULt > =01hN > -----END PGP SIGNATURE----- > From mboxrd@z Thu Jan 1 00:00:00 1970 From: shijie8@gmail.com (Huang Shijie) Date: Fri, 6 Apr 2012 15:40:53 +0800 Subject: [PATCH V2 1/3] lib: add support for stmp-style devices In-Reply-To: <20120404122335.GD17187@pengutronix.de> References: <1332368519-22660-1-git-send-email-w.sang@pengutronix.de> <1332368519-22660-2-git-send-email-w.sang@pengutronix.de> <20120404122335.GD17187@pengutronix.de> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Wolfram: On Wed, Apr 4, 2012 at 8:23 PM, Wolfram Sang wrote: > Hi, > >> Could you provide an API such as gpmi_reset_block()? >> It will much helpful to me. > > Ah, that's what you meant in the other thread. Well, this can be added > later. My suggestion > > 1) get this mainline to remove mach dependencies > 2) convert the drivers > 3) do proper timeout mechanisms > 4) add features > > where 2-4 can probably happen more or less simultaneously. I wish you could send out the new patch as soon as possible. :) Best Regards Huang Shijie > > Regards, > > ? Wolfram > > -- > Pengutronix e.K. ? ? ? ? ? ? ? ? ? ? ? ? ? | Wolfram Sang ? ? ? ? ? ? ? ?| > Industrial Linux Solutions ? ? ? ? ? ? ? ? | http://www.pengutronix.de/ ?| > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > > iEYEARECAAYFAk98PUcACgkQD27XaX1/VRvkOQCdGqBQAgDeW5xpykbKe4LTlqXA > twIAnA+IivcJwTQsnrPSjLJWTNlFAULt > =01hN > -----END PGP SIGNATURE----- >