summaryrefslogtreecommitdiffstats
path: root/hw/usb-musb.c
Commit message (Expand)AuthorAgeFilesLines
* usb-musb: Add reset functionJuha Riihimäki2011-09-071-6/+18
* usb-musb: Take a DeviceState* in init functionPeter Maydell2011-09-071-4/+6
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* usb: use iovecs in USBPacketGerd Hoffmann2011-08-041-11/+11
* usb: Replace device_destroy bus op with a child_detach port opHans de Goede2011-07-051-4/+13
* usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede2011-07-051-3/+3
* usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede2011-07-051-1/+0
* hw/usb-musb.c: Don't misuse usb_packet_complete()Peter Maydell2011-07-051-1/+1
* usb: cancel async packets on unplugGerd Hoffmann2011-06-141-1/+22
* usb: add usb_handle_packetGerd Hoffmann2011-05-261-1/+1
* usb-musb: uninline functionsGerd Hoffmann2011-05-091-4/+4
* usb: move complete callback to port opsGerd Hoffmann2011-05-041-18/+9
* musb: get musb state via container_of()Gerd Hoffmann2011-05-041-20/+34
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* usb: zap pdev from usbportGerd Hoffmann2011-01-121-1/+1
* usb: keep track of physical port address.Gerd Hoffmann2011-01-111-0/+1
* usb: add speed mask to portsGerd Hoffmann2011-01-111-1/+2
* usb: rework attach/detach workflowGerd Hoffmann2011-01-111-24/+12
* usb: create USBPortOps, move attach there.Gerd Hoffmann2011-01-111-1/+5
* Record which USBDevice USBPort belongs too.Gleb Natapov2010-12-111-1/+1
* usb-musb: convert fifo to 8bit and add more registersRiku Voipio2009-12-181-57/+107
* switch usb bus to inplace allocation.Gerd Hoffmann2009-10-051-3/+3
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-1/+3
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-1/+1
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Follow coding conventionsPaul Brook2009-05-101-68/+70
* Replace cpu_abort with hw_errorPaul Brook2009-05-081-1/+1
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-4/+3
* Inventra MUSB-HDRC host-mode USB.balrog2008-04-221-0/+1449
OpenPOWER on IntegriCloud