summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'kraxel/usb.68' into stagingAnthony Liguori2012-10-2910-327/+424
|\ \ \ | |/ / |/| |
| * | xhci: fix usb name in capsGerd Hoffmann2012-10-251-2/+2
| * | xhci: make number of interrupters and slots configurableGerd Hoffmann2012-10-251-31/+48
| * | xhci: allow disabling interruptersGerd Hoffmann2012-10-251-0/+6
| * | xhci: flush endpoint context unconditinallyGerd Hoffmann2012-10-251-3/+0
| * | xhci: fix function name in error messageGerd Hoffmann2012-10-251-1/+1
| * | uhci: Use only one queue for ctrl endpointsHans de Goede2012-10-251-2/+7
| * | uhci: Retry to fill the queue while waiting for td completionHans de Goede2012-10-251-3/+13
| * | uhci: Always mark a queue valid when we encounter itHans de Goede2012-10-251-8/+7
| * | uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede2012-10-251-0/+4
| * | uhci: Detect guest td re-useHans de Goede2012-10-251-17/+16
| * | uhci: Verify queue has not been changed by guestHans de Goede2012-10-251-17/+45
| * | uhci: Immediately free queues on device disconnectHans de Goede2012-10-251-9/+4
| * | uhci: Store ep in UHCIQueueHans de Goede2012-10-251-16/+14
| * | uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede2012-10-251-15/+16
| * | uhci: Add uhci_read_td() helper functionHans de Goede2012-10-251-10/+11
| * | uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede2012-10-251-19/+25
| * | uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede2012-10-251-12/+10
| * | uhci: Drop unnecessary forward declaration of some static functionsHans de Goede2012-10-251-3/+0
| * | uhci: Don't retry on errorHans de Goede2012-10-251-43/+19
| * | uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede2012-10-251-3/+1
| * | uhci: No need to handle async completion of isoc packetsHans de Goede2012-10-251-26/+3
| * | usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede2012-10-252-1/+1
| * | usb: Add an int_req flag to USBPacketHans de Goede2012-10-257-13/+27
| * | usb: Move short-not-ok handling to the coreHans de Goede2012-10-259-22/+33
| * | usb: Move clearing of queue on halt to the coreHans de Goede2012-10-255-31/+26
| * | usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede2012-10-258-11/+51
| * | usb: Rename __usb_packet_complete to usb_packet_complete_oneHans de Goede2012-10-252-4/+5
| * | xhci: Add a xhci_ep_nuke_one_xfer helper functionHans de Goede2012-10-251-19/+30
| * | ehci: Retry to fill the queue while waiting for td completionHans de Goede2012-10-251-5/+6
| * | ehci: Detect going in circles when filling the queueHans de Goede2012-10-251-1/+8
| * | ehci: Speed up the timer of raising int from the async scheduleHans de Goede2012-10-251-1/+12
| * | ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede2012-10-251-8/+2
| * | ehci: Set int flag on a short input packetHans de Goede2012-10-251-0/+4
| * | ehci: Get rid of packet tbytes fieldHans de Goede2012-10-251-11/+9
| * | uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede2012-10-251-7/+3
| * | uhci: Properly unmap packets on cancel / invalid pidHans de Goede2012-10-251-0/+2
* | | PPC: pseries: Remove hack for PIO windowAlexander Graf2012-10-292-44/+2
* | | PPC: e500: Map PIO space into core memory regionAlexander Graf2012-10-292-4/+8
* | | xen_platform: convert PIO to new memory api read/writeAlexander Graf2012-10-291-10/+38
* | | vmport: convert PIO to new memory api read/writeAlexander Graf2012-10-291-9/+12
* | | serial: convert PIO to new memory api read/writeAlexander Graf2012-10-291-13/+17
* | | rtl8139: convert PIO to new memory api read/writeAlexander Graf2012-10-291-42/+36
* | | pckbd: convert PIO to new memory api read/writeAlexander Graf2012-10-291-21/+27
* | | pc port92: convert PIO to new memory api read/writeAlexander Graf2012-10-291-8/+11
* | | mc146818rtc: convert PIO to new memory api read/writeAlexander Graf2012-10-291-8/+11
* | | m48t59: convert PIO to new memory api read/writeAlexander Graf2012-10-291-10/+14
* | | i8254: convert PIO to new memory api read/writeAlexander Graf2012-10-291-9/+11
* | | es1370: convert PIO to new memory api read/writeAlexander Graf2012-10-291-10/+36
* | | virtio-pci: convert PIO to new memory api read/writeAlexander Graf2012-10-291-77/+49
OpenPOWER on IntegriCloud