ehci: Fix compilation for amd64
[grub.git] / grub-core / bus / usb / ehci.c
2017-07-09 phcoderehci: Fix compilation for amd64
2017-05-08 Vladimir Serbinenkoehci: Split core code from PCI part.
2016-02-27 Vladimir Serbinenkoehci: Fix memory coherence
2016-02-22 Vladimir SerbinenkoImprove EHCI logging
2016-01-16 Colin Watsonahci, ehci: Fix typos
2014-09-22 Andrey Borzenkovcleanup: grub_cpu_to_XXX_compile_time for constants
2013-12-18 Aleš Nesrsta * grub-core/bus/usb/ehci.c: Fix handling of newborn...
2013-11-30 Leif LindholmNew port arm64-efi
2013-11-26 Vladimir Serbinenko Add PCI command activation to all PCI drivers as requi...
2013-11-06 Vladimir Serbinenko * grub-core/bus/usb/ehci.c (grub_ehci_restore_hw)...
2013-11-06 Vladimir Serbinenko * include/grub/usb.h (grub_usb_controller_dev): Make...
2013-09-23 starous@volny.czUSB EHCI: SMI disabled in all cases
2013-09-21 starous@volny.czUSB EHCI QH handling patch
2013-09-21 starous@volny.czUSB EHCI QH handling patch
2013-05-11 Vladimir 'phcoder... merge mainline into arm
2013-04-29 Vladimir 'phcoder... Enforce disabling of firmware disk drivers when native...
2013-04-12 Vladimir 'phcoder... * grub-core/bus/usb/ehci.c (grub_ehci_fini_hw): Ignore...
2013-04-12 Aleš Nesrsta Fix handling of split transfers.
2013-03-20 Vladimir 'phcoder... Slight improve in USB-related boot-time checkpoints.
2013-03-19 Vladimir 'phcoder... Implement boot time analysis framework.
2013-03-19 Vladimir 'phcoder... Better estimate the maximum USB transfer size.
2013-01-21 Colin WatsonRemove nested functions from USB iterators.
2013-01-13 Colin WatsonRemove nested functions from PCI iterators.
2012-12-30 Colin Watson* grub-core/bus/usb/ehci.c (grub_ehci_pci_iter): Remove...
2012-07-22 starousEHCI and OHCI PCI bus master
2012-05-31 Christer Weinigel Fix EHCI low-speed.
2012-02-27 Colin Watson * include/grub/partition.h (grub_partition_map): Chang...
2012-02-18 Vladimir 'phcoder... merge mainline into gdb
2012-02-09 Vladimir 'phcoder... * grub-core/bus/usb/ehci.c (grub_ehci_ehcc_read32...
2012-02-01 Vladimir 'phcoder... Fix ehci on amd64.
2012-02-01 Vladimir 'phcoder... merge mainline into cbi
2012-02-01 Aleš Nesrsta EHCI support. All of the credit goes to Aleš Nesrsta...
2012-02-01 Vladimir 'phcoder... Fix type errors. Don't stop after first EHCI controller...
2012-02-01 Vladimir 'phcoder... merge mainline into ehci
2011-10-01 Vladimir 'phcoder... Some CS5536 code
2011-10-01 Vladimir 'phcoder... Disable SMI on OS ownership failure
2011-10-01 Vladimir 'phcoder... Several small fixes
2011-10-01 Vladimir 'phcoder... Use map range
2011-10-01 Vladimir 'phcoder... Move p2v and v2p to pci.h
2011-10-01 Vladimir 'phcoder... Fix p2v and v2p
2011-10-01 Vladimir 'phcoder... Remove packed attribute.
2011-10-01 Vladimir 'phcoder... Fix link_td to use grub_uint32_t and not the pointer...
2011-10-01 Vladimir 'phcoder... run indent on ehci.c
2011-10-01 Vladimir 'phcoder... Replace #define with enum
2011-10-01 Aleš NesrstaEHCI implementation by Aleš Nesrsta.