summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-hcd.c
AgeCommit message (Expand)Author
2020-05-18common: Drop net.h from common headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek
2019-08-08usb, ohci: add warning if none on pci foundHeiko Schocher
2019-08-08usb, ohci-hcd: set OHCI_USE_NPS if DM_PCIHeiko Schocher
2019-08-08usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not usedHeiko Schocher
2019-05-03usb: ohci: Re-enable commented out delayAdam Ford
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-07-03powerpc: remove 4xx supportHeiko Schocher
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2017-06-05samsung: Drop more references fo s3c24x0Simon Glass
2016-10-31Fix spelling of "resetting".Vagrant Cascadian
2016-10-29drivers: USB: OHCI: allow compilation for 64-bit targetsAndre Przywara
2015-11-03ohci: Add missing cache-flush for hcca areaHans de Goede
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-08-12usb: ohci: enable cache supportWu, Josh
2015-05-14usb: ohci: Add support for interrupt queuesHans de Goede
2015-05-14usb: ohci: Add an ohci_alloc_urb() functionHans de Goede
2015-05-14usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede
2015-05-14usb: ohci: Add dm supportHans de Goede
2015-05-14usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede
2015-05-14usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede
2015-05-14usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede
2015-05-06usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede
2015-05-06usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede
2015-05-06usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede
2015-05-06usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede
2015-05-06usb: ohci: Remove unnecessary phcca variableHans de Goede
2015-05-06usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede
2015-05-06usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede
2015-05-06usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede
2015-05-06usb: ohci: Remove unused devgone global variableHans de Goede
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada
2014-11-20ARM: remove CONFIG_ARM920T definesMasahiro Yamada
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren
2013-11-08usb: ohci-hcd: submit_common_msg: report actual_length properlyMateusz Kulikowski
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-12arm: Remove support for unused s3c64xxBenoît Thébaudeau
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach
2012-09-01USB: Fix strict aliasing in ohci-hcdTroy Kisky
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com
2011-12-11USB: Fix complaints about strict aliasing in OHCI-HCDMarek Vasut
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin
2011-10-09drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not usedWolfgang Denk
2011-02-19Fix EHCI usb submit timeout and unify with OHCISimon Glass