index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-ohci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-31
hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
David Hubbard
1
-0
/
+5
2024-02-27
hw/usb: extract sysbus-ohci to a separate file
Paolo Bonzini
1
-58
/
+0
2023-12-30
hw/usb: Constify VMState
Richard Henderson
1
-4
/
+4
2023-08-31
hw/usb: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-05-25
usb/ohci: Set pad to 0 after frame update
Paolo Bonzini
1
-0
/
+2
2023-03-08
hw/usb/ohci: Implement resume on connection status change
BALATON Zoltan
1
-6
/
+17
2023-02-27
hw/usb/ohci: Fix typo
Philippe Mathieu-Daudé
1
-6
/
+6
2023-02-27
hw/usb/ohci: Add trace points for register access
BALATON Zoltan
1
-0
/
+27
2023-02-27
hw/usb/ohci: Move a function next to where it is used
BALATON Zoltan
1
-30
/
+30
2023-02-27
hw/usb/ohci: Code style fix missing braces and extra parenthesis
BALATON Zoltan
1
-46
/
+60
2023-02-27
hw/usb/ohci: Code style fix white space errors
BALATON Zoltan
1
-81
/
+79
2023-02-27
hw/usb/ohci: Code style fix comments
BALATON Zoltan
1
-50
/
+49
2023-02-27
hw/usb/ohci: Use OHCIState type definition
Philippe Mathieu-Daudé
1
-1
/
+1
2022-09-27
Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...
Stefan Hajnoczi
1
-0
/
+10
2022-09-23
hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zero
Qiang Liu
1
-0
/
+10
2022-09-22
hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-3
/
+4
2022-03-04
usb/ohci: Don't use packet from OHCIState for isochronous transfers
BALATON Zoltan
1
-33
/
+38
2022-03-04
usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()
BALATON Zoltan
1
-9
/
+4
2022-03-04
usb/ohci: Move USBPortOps related functions together
BALATON Zoltan
1
-104
/
+101
2022-03-04
usb/ohci: Move cancelling async packet to ohci_stop_endpoints()
BALATON Zoltan
1
-8
/
+4
2022-03-04
usb/ohci: Move trace point and log ep number to help debugging
BALATON Zoltan
1
-7
/
+7
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-7
/
+11
2021-12-30
dma: Let dma_memory_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-4
/
+6
2021-03-09
Various spelling fixes
Michael Tokarev
1
-1
/
+1
2020-11-15
usb: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-09-21
hw: usb: hcd-ohci: check for processed TD before retire
Prasad J Pandit
1
-0
/
+4
2020-09-21
hw: usb: hcd-ohci: check len and frame_number variables
Prasad J Pandit
1
-2
/
+22
2020-02-21
hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include file
Guenter Roeck
1
-15
/
+0
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-05-02
hw/usb/hcd-ohci: Move PCI-related code into a separate file
Thomas Huth
1
-206
/
+10
2019-05-02
hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()
Thomas Huth
1
-12
/
+27
2019-03-26
ohci: don't die on ED_LINK_LIMIT overflow
Laurent Vivier
1
-6
/
+1
2019-02-20
ohci: check device is not NULL before calling usb_ep_get()
Liam Merwick
1
-0
/
+8
2018-10-29
usb: ohci: make num_ports to an unsinged integer
Li Qiang
1
-3
/
+3
2018-10-01
ohci: set effectively usb frame rate to 1kHz
Miguel GAIO
1
-1
/
+5
2018-08-21
ohci: Clear the interrupt counter for erroneous transfers
Sebastian Bauer
1
-0
/
+3
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-09-27
ohci: Allow sysbus version to be used as a companion
BALATON Zoltan
1
-3
/
+12
2017-08-01
trace: add trace_event_get_state_backends()
Stefan Hajnoczi
1
-8
/
+5
2017-03-09
ohci: relax link check
Gerd Hoffmann
1
-1
/
+1
2017-02-23
usb: ohci: fix error return code in servicing td
Li Qiang
1
-1
/
+1
2017-02-21
usb: ohci: limit the number of link eds
Li Qiang
1
-1
/
+8
2017-02-21
usb: ohci: fix error return code in servicing iso td
Li Qiang
1
-1
/
+1
2016-10-12
usb: Fix incorrect default DMA offset.
Vijay Kumar B
1
-1
/
+1
2016-06-07
remove useless muldiv64()
Laurent Vivier
1
-1
/
+1
[next]