summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix EHCI usb submit timeout and unify with OHCISimon Glass2011-02-191-6/+1
* USB: Make non-bulk delay longer in OHCIMarek Vasut2010-10-131-1/+1
* drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writelBecky Bruce2010-06-301-78/+72
* Add a unified s3c24x0 header filekevin.morfitt@fearnside-systems.co.uk2009-11-271-2/+1
* Fix e-mail address of Gary Jennejohn.Detlev Zundel2009-05-151-1/+1
* drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD2009-04-061-0/+2016
OpenPOWER on IntegriCloud