aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/tusb6010.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09tusb6010: Rename TUSB to TUSB6010Eduardo Habkost1-3/+3
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-06-12hw/usb: Move device-specific declarations to new 'hcd-musb.h' headerPhilippe Mathieu-Daudé1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2018-12-13usb/tusb6010: Convert sysbus init function to realize functionMao Zhongyi1-5/+3
2018-05-04hw/usb/tusb6010: Convert away from old_mmioPeter Maydell1-4/+36
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-7/+7
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-3/+3
2016-02-23tusb6010: move from hw/timer to hw/usbPeter Maydell1-0/+817