dwc-hsotg (dwc2) USB host controller register definitions
commit3f5b312a3f9faf2e20a700be70d921e26220a0fe
authorPaul Zimmerman <pauldzim@gmail.com>
Wed, 20 May 2020 23:53:44 +0000 (20 16:53 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Jun 2020 16:23:09 +0000 (5 17:23 +0100)
treedccdd3d2275b3652c7634d967064468c1ae8d529
parent3d46938bbbd7cea47ab9b994c0438aea3d10d98f
dwc-hsotg (dwc2) USB host controller register definitions

Import the dwc-hsotg (dwc2) register definitions file from the
Linux kernel. This is a copy of drivers/usb/dwc2/hw.h from the
mainline Linux kernel, the only changes being to the header, and
two instances of 'u32' changed to 'uint32_t' to allow it to
compile. Checkpatch throws a boatload of errors due to the tab
indentation, but I would rather import it as-is than reformat it.

Signed-off-by: Paul Zimmerman <pauldzim@gmail.com>
Message-id: 20200520235349.21215-3-pauldzim@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/hw/usb/dwc2-regs.h [new file with mode: 0644]