aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-musb.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann1-3/+4
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann1-2/+2
2012-02-10usb-musb: switch to usb_find_device()Gerd Hoffmann1-4/+3
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann1-1/+1
2012-01-17usb: link packets to endpoints not devicesGerd Hoffmann1-1/+2
2011-09-07usb-musb: Add reset functionJuha Riihimäki1-6/+18
2011-09-07usb-musb: Take a DeviceState* in init functionPeter Maydell1-4/+6
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann1-11/+11
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede1-4/+13
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede1-3/+3
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede1-1/+0
2011-07-05hw/usb-musb.c: Don't misuse usb_packet_complete()Peter Maydell1-1/+1
2011-06-14usb: cancel async packets on unplugGerd Hoffmann1-1/+22
2011-05-26usb: add usb_handle_packetGerd Hoffmann1-1/+1
2011-05-09usb-musb: uninline functionsGerd Hoffmann1-4/+4
2011-05-04usb: move complete callback to port opsGerd Hoffmann1-18/+9
2011-05-04musb: get musb state via container_of()Gerd Hoffmann1-20/+34
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-01-12usb: zap pdev from usbportGerd Hoffmann1-1/+1
2011-01-11usb: keep track of physical port address.Gerd Hoffmann1-0/+1
2011-01-11usb: add speed mask to portsGerd Hoffmann1-1/+2
2011-01-11usb: rework attach/detach workflowGerd Hoffmann1-24/+12
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann1-1/+5
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov1-1/+1
2009-12-18usb-musb: convert fifo to 8bit and add more registersRiku Voipio1-57/+107
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann1-3/+3
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-1/+1
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-1/+3
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-1/+1
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-05-10Follow coding conventionsPaul Brook1-68/+70
2009-05-08Replace cpu_abort with hw_errorPaul Brook1-1/+1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-4/+3
2008-04-22Inventra MUSB-HDRC host-mode USB.balrog1-0/+1449