summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-111-2/+2
* usb, ohci: add warning if none on pci foundHeiko Schocher2019-08-081-1/+4
* usb, ohci-hcd: set OHCI_USE_NPS if DM_PCIHeiko Schocher2019-08-081-2/+3
* usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not usedHeiko Schocher2019-08-081-0/+2
* usb: ohci: Re-enable commented out delayAdam Ford2019-05-031-2/+0
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-5/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* powerpc: remove 4xx supportHeiko Schocher2017-07-031-1/+0
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-5/+0
* samsung: Drop more references fo s3c24x0Simon Glass2017-06-051-1/+0
* Fix spelling of "resetting".Vagrant Cascadian2016-10-311-1/+1
* drivers: USB: OHCI: allow compilation for 64-bit targetsAndre Przywara2016-10-291-10/+11
* ohci: Add missing cache-flush for hcca areaHans de Goede2015-11-031-0/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* usb: ohci: enable cache supportWu, Josh2015-08-121-11/+1
* usb: ohci: Add support for interrupt queuesHans de Goede2015-05-141-0/+132
* usb: ohci: Add an ohci_alloc_urb() functionHans de Goede2015-05-141-8/+23
* usb: ohci: Do not reuse ed for interrupt endpoints of different devicesHans de Goede2015-05-141-1/+34
* usb: ohci: Add dm supportHans de Goede2015-05-141-0/+84
* usb: ohci: Skip unnecessary mdelay(1) calls in various placesHans de Goede2015-05-141-9/+20
* usb: ohci: Remove unnecessary delays from hc_start and power power-on pathsHans de Goede2015-05-141-4/+0
* usb: ohci: Do not resubmit and leak urbs for interrupt packetsHans de Goede2015-05-141-39/+2
* usb: ohci: Don't log an error on interrupt packet timeoutHans de Goede2015-05-061-1/+2
* usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpusHans de Goede2015-05-061-0/+67
* usb: ohci: Fix ctrl in messages with a data-len of 0Hans de Goede2015-05-061-1/+1
* usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.cHans de Goede2015-05-061-0/+86
* usb: ohci: Remove unnecessary phcca variableHans de Goede2015-05-061-6/+3
* usb: ohci: Move the td array struct to inside the ohci_dev structHans de Goede2015-05-061-8/+2
* usb: ohci: Move the ohci_dev struct to inside the main ohci structHans de Goede2015-05-061-14/+8
* usb: ohci: Pass around a pointer to ohci_t rather then accessing global varsHans de Goede2015-05-061-60/+64
* usb: ohci: Remove unused devgone global variableHans de Goede2015-05-061-8/+0
* include: move various macros to include/linux/kernel.hMasahiro Yamada2014-11-201-3/+0
* ARM: remove CONFIG_ARM920T definesMasahiro Yamada2014-11-201-1/+1
* usb: create common header virtual root hub descriptorsStephen Warren2014-03-101-97/+1
* usb: ohci-hcd: submit_common_msg: report actual_length properlyMateusz Kulikowski2013-11-081-1/+1
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-201-1/+1
* usb: new board-specific USB init interfaceMateusz Zalega2013-10-201-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* arm: Remove support for unused s3c64xxBenoît Thébaudeau2013-04-121-1/+0
* usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-201-1/+1
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-151-2/+2
* USB: Fix strict aliasing in ohci-hcdTroy Kisky2012-09-011-39/+31
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-191-14/+14
* USB: move keyboard polling into kbd driveramartin@nvidia.com2012-03-031-6/+0
* USB: Fix complaints about strict aliasing in OHCI-HCDMarek Vasut2011-12-111-32/+43
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-221-1/+0
* drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-2/+1