From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBotr-0004ve-Hi for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:44:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBotm-0004oF-Id for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:44:54 -0400 Received: from [199.232.76.173] (port=44067 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBotm-0004nz-A6 for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:44:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]:54893) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MBotl-0005hd-Ry for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:44:49 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBotk-0006gj-LP for qemu-devel@nongnu.org; Wed, 03 Jun 2009 07:44:49 -0400 From: Paul Brook Subject: Re: [Qemu-devel] ARM Versatile I2C support Date: Wed, 3 Jun 2009 12:44:46 +0100 References: <1244021682-11125-1-git-send-email-benoit.canet@gmail.com> In-Reply-To: <1244021682-11125-1-git-send-email-benoit.canet@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906031244.46335.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Benoit Canet On Wednesday 03 June 2009, Benoit Canet wrote: > These two patches implements the ARM Versatile I2C support. > The first one extract the I2C bitbanging code from the musicpal board. > The second implement the versatile I2C hardware. Could you convert this to the new device API? I'm reluctant to add new devices using the old API. Paul