aboutsummaryrefslogtreecommitdiffstats
path: root/hw/tusb6010.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-6/+8
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-5/+12
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-2/+2
2011-09-07usb-musb: Add reset functionJuha Riihimäki1-0/+1
2011-09-07usb-musb: Take a DeviceState* in init functionPeter Maydell1-7/+1
2011-09-07usb: Remove leading underscores from __musb_irq_maxPeter Maydell1-3/+3
2011-08-31tusb6010: Convert to qdevPeter Maydell1-34/+81
2011-08-22omap_gpmc/nseries/tusb6010: convert to memory APIAvi Kivity1-17/+13
2011-08-22tusb6010: move declarations to new file tusb6010.hAvi Kivity1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-4/+4
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+1
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-2/+2
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-10Follow coding conventionsPaul Brook1-20/+20
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-2/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-0/+1
2008-04-22Inventra MUSB-HDRC host-mode USB.balrog1-0/+770