[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/3] hw/usb: Move device-specific declarations to new 'hcd
From: |
Richard Henderson |
Subject: |
Re: [PATCH v2 2/3] hw/usb: Move device-specific declarations to new 'hcd-musb.h' header |
Date: |
Mon, 1 Jun 2020 17:05:31 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
On 6/1/20 7:15 AM, Philippe Mathieu-Daudé wrote:
> Move the declarations for the MUSB-HDRC USB2.0 OTG compliant core
> into a separate header.
>
> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> include/hw/usb.h | 30 -------------------------
> include/hw/usb/hcd-musb.h | 46 +++++++++++++++++++++++++++++++++++++++
> hw/usb/hcd-musb.c | 1 +
> hw/usb/tusb6010.c | 1 +
> 4 files changed, 48 insertions(+), 30 deletions(-)
> create mode 100644 include/hw/usb/hcd-musb.h
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~