summaryrefslogtreecommitdiff
path: root/drivers/usb/host/isp1760-hcd.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-27usb: isp1760: Initialize the bus interface in core codeLaurent Pinchart1-19/+1
2015-01-27usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart1-4/+4
2015-01-27usb: isp1760: Reorganize header filesLaurent Pinchart1-169/+61
2015-01-27usb: isp1760: Prefix driver data structures with isp1760_Laurent Pinchart1-2/+2
2015-01-27usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart1-3/+2
2015-01-27usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart1-1/+1
2015-01-27usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_Laurent Pinchart1-2/+2
2015-01-27usb: isp1760: Don't expose hcd to glue code from isp1760_registerLaurent Pinchart1-7/+3
2015-01-27usb: isp1760: Move removal cleanup code to isp1760-hcd.cLaurent Pinchart1-0/+2
2015-01-27usb: isp1760: Use the gpio descriptor APILaurent Pinchart1-2/+0
2011-10-20usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.Joachim Foerster1-0/+2
2011-08-23usb/isp1760: Use polling instead of SOF interrupts to fix Errata 2Arvid Brodin1-1/+2
2011-05-03usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin1-34/+32
2011-05-03usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin1-7/+5
2011-03-01usb/isp1760: Consolidate printouts and remove unused codeArvid Brodin1-11/+0
2011-03-01usb/isp1760: Remove redundant "data_buffer" member from struct inter_packet_infoArvid Brodin1-1/+0
2011-03-01usb/isp1760: Clean up payload address handlingArvid Brodin1-7/+2
2011-03-01usb/isp1760: Remove redundant variables and definesArvid Brodin1-1/+0
2011-03-01usb/isp1760: Move to native-endian ptdsArvid Brodin1-18/+15
2011-02-17USB: isp1760: Implement solution for erratum 2Sebastian Andrzej Siewior1-0/+1
2009-09-23USB: isp1760: allow platform devices to customize devflagsMichael Hennerich1-0/+2
2009-03-25USB: Make the isp1760_register function prototype more genericCatalin Marinas1-3/+4
2009-01-07USB: isp1760: don't auto disable Port1 on ISP1761Thomas Hommel1-1/+0
2008-08-14usb: isp1760: don't be noisy about short packets.Sebastian Siewior1-0/+3
2008-08-14usb: ISP1760: improve pre-fetch timingEnrico Scholz1-0/+2
2008-07-22USB: isp1760: Support board-specific hardware configurationsNate Case1-2/+18
2008-05-02USB: ISP1760 HCD driverSebastian Siewior1-0/+206