aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-musb.c
AgeCommit message (Expand)Author
2011-09-07usb-musb: Add reset functionJuha Riihimäki
2011-09-07usb-musb: Take a DeviceState* in init functionPeter Maydell
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede
2011-07-05hw/usb-musb.c: Don't misuse usb_packet_complete()Peter Maydell
2011-06-14usb: cancel async packets on unplugGerd Hoffmann
2011-05-26usb: add usb_handle_packetGerd Hoffmann
2011-05-09usb-musb: uninline functionsGerd Hoffmann
2011-05-04usb: move complete callback to port opsGerd Hoffmann
2011-05-04musb: get musb state via container_of()Gerd Hoffmann
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-12usb: zap pdev from usbportGerd Hoffmann
2011-01-11usb: keep track of physical port address.Gerd Hoffmann
2011-01-11usb: add speed mask to portsGerd Hoffmann
2011-01-11usb: rework attach/detach workflowGerd Hoffmann
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov
2009-12-18usb-musb: convert fifo to 8bit and add more registersRiku Voipio
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-10Follow coding conventionsPaul Brook
2009-05-08Replace cpu_abort with hw_errorPaul Brook
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-04-22Inventra MUSB-HDRC host-mode USB.balrog