From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Maa7p-0007vH-UP for qemu-devel@nongnu.org; Mon, 10 Aug 2009 15:01:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Maa7k-0007uI-NP for qemu-devel@nongnu.org; Mon, 10 Aug 2009 15:01:40 -0400 Received: from [199.232.76.173] (port=35288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Maa7k-0007uF-Fl for qemu-devel@nongnu.org; Mon, 10 Aug 2009 15:01:36 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]:56072) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Maa7j-0007FG-VO for qemu-devel@nongnu.org; Mon, 10 Aug 2009 15:01:36 -0400 Received: by ewy6 with SMTP id 6so1391683ewy.34 for ; Mon, 10 Aug 2009 12:01:33 -0700 (PDT) From: Benoit Canet Date: Mon, 10 Aug 2009 21:01:25 +0200 Message-Id: <1249930888-22022-1-git-send-email-benoit.canet@gmail.com> Subject: [Qemu-devel] Review : Musicpal qdev conversion and I2C bitbanging extraction List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, These patches rewrites the remaining devices of musipal.c to the qdev API in order to make a generic I2C GPIO bitbanging module. The goal is to be able to write a versatile I2C device using the I2C bitbanging module. Cleanup and improvements hints are welcome. Regards Benoit