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