From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfCO7-0007OP-JP for qemu-devel@nongnu.org; Sun, 02 Dec 2012 11:27:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfCO4-0002JX-3N for qemu-devel@nongnu.org; Sun, 02 Dec 2012 11:27:27 -0500 Received: from mout.web.de ([212.227.15.3]:64777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfCO3-0002IE-Oc for qemu-devel@nongnu.org; Sun, 02 Dec 2012 11:27:23 -0500 Message-ID: <50BB8164.9040308@web.de> Date: Sun, 02 Dec 2012 17:27:16 +0100 From: =?ISO-8859-1?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1354417042-8818-1-git-send-email-andreas.faerber@web.de> <20121202103453.GA6029@pek-lwang0-d1> In-Reply-To: <20121202103453.GA6029@pek-lwang0-d1> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH RFT 0/5] usb: Clean up and extend SysBus EHCI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: walimis , kraxel@redhat.com Cc: Peter Maydell , peter.crosthwaite@xilinx.com, Igor Mitsyanko , qemu-devel@nongnu.org, Vincent Palatin Am 02.12.2012 11:34, schrieb walimis: > On Sun, Dec 02, 2012 at 03:57:17AM +0100, Andreas Färber wrote: >> Appended is Liming's patch to add an EHCI device to Exynos 4 as well as a >> new patch of mine to prepare a Tegra 2 EHCI device (cf. my tegra branch) to > > BTW, where can I find your tegra branch? Sorry, it's here, just rebased and hinting at how it's gonna use EHCI: http://repo.or.cz/w/qemu/afaerber.git/shortlog/refs/heads/tegra git://repo.or.cz/qemu/afaerber.git tegra Gerd: In order for me to use this with the new-style Tegra2 model we will need to further move EHCISysBusState and the accompanying macros that this series adds into the hcd-ehci.h header so that it can be embedded into the SoC object. So if you're okay with my approach we'd need a v2. Also a question: Vincent's patch has a comment "multiple EHCI controllers support not ready". Is this still a known issue or resolved by now? Tegra2 would want to instantiate three SysBus EHCI controllers, with offsets 0x4000 and 0x1000 respectively. >> Liming Wang (1): >> exynos4210: Add EHCI support > > The test is OK for exynos4210 ehci. Thanks! Can I drop my [AF: ...] change log if this gets resent? Regards, Andreas