qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] usb-ehci: add Faraday FUSBH200 support


From: Kuo-Jung Su
Subject: [Qemu-devel] [PATCH 0/2] usb-ehci: add Faraday FUSBH200 support
Date: Tue, 29 Jan 2013 13:43:52 +0800

From: Kuo-Jung Su <address@hidden>

First of all, Andreas's QOM realizefn patch for hcd-ehci-sysbus
must be applied prior to this patch set.

Here is the link to Andreas's QOM realizefn patch:

http://patchwork.ozlabs.org/patch/215919/


Now return to the topic, this patch set has 2 parts:

1. Replace PORTSC macros with variables which could then be
   configured in ehci_xxxx_class_init(...)

2. Add Faraday FUSBH200 support, which is slightly different from EHCI spec.
   (Or maybe simply a bad/wrong implementation...)

Kuo-Jung Su (2):
  usb-ehci: replace PORTSC macros with variables
  usb-ehci: add Faraday FUSBH200 support

 hw/usb/hcd-ehci-sysbus.c |   72 ++++++++++++++++++++++++++++++++++++++++++++++
 hw/usb/hcd-ehci.c        |   21 ++++++++------
 hw/usb/hcd-ehci.h        |   17 +++++++----
 3 files changed, 96 insertions(+), 14 deletions(-)

-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]