summaryrefslogtreecommitdiffstats
path: root/drivers/usb/isp1760
Commit message (Expand)AuthorAgeFilesLines
* usb: isp1760-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-11/+9
* usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-2/+2
* USB: isp1760: Use the correct style for SPDX License IdentifierNishad Kamdar2020-04-163-3/+3
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
* usb: isp1760: isp1760-hcd.c: Drop condition with no effectSaurav Girepunje2019-10-071-2/+0
* usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig2019-08-212-4/+0
* usb: isp1760-hcd: Fix fall-through annotationsGustavo A. R. Silva2019-05-011-2/+2
* USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+2
* usb: isp1760: remove redundant variable 'selector'Colin Ian King2018-07-131-2/+0
* usb: isp1760: Replace mdelay with msleep in isp1760_stopJia-Ju Bai2018-04-221-1/+1
* usb: isp1760: Replace mdelay with msleep in isp1760_init_coreJia-Ju Bai2018-04-221-1/+1
* usb: isp1760: Use kasprintfHimanshu Jha2018-03-091-5/+1
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-137-27/+14
|\
| * USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman2017-11-071-0/+1
| * USB: isp1760: Remove redundant license textGreg Kroah-Hartman2017-11-075-20/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-045-0/+5
| * usb: isp1760: Convert timers to use timer_setup()Kees Cook2017-11-012-7/+8
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* usb: isp1760: compress return logic into one lineGustavo A. R. Silva2017-07-171-4/+2
* usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-4/+4
* usb: isp1760: constify usb_gadget_ops structuresBhumika Goyal2017-01-191-1/+1
* usb: Convert pr_warning to pr_warnJoe Perches2016-10-241-1/+1
* usb: Remove unnecessary space before open square bracket.Sandhya Bankar2016-05-091-1/+1
* usb: isp1760: udc: add ep capabilities supportRobert Baldyga2015-08-041-0/+11
* usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit()Robert Baldyga2015-07-311-2/+2
* usb: isp1760: check for null return from kzallocColin Ian King2015-06-081-0/+2
* Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-101-1/+1
|\
| * usb: isp1760: hcd: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-1/+1
| * usb: isp1760: add peripheral/device controller chip idSudeep Holla2015-03-101-1/+1
* | Merge 4.0-rc7 into usb-nextGreg Kroah-Hartman2015-04-071-1/+1
|\ \
| * | usb: isp1760: fix spin unlock in the error path of isp1760_udc_startSudeep Holla2015-03-241-1/+1
* | | isp1760-hcd: use USB_DT_HUBSergei Shtylyov2015-04-031-1/+1
|/ /
* | usb: isp1760: add peripheral/device controller chip idSudeep Holla2015-03-091-1/+1
* | usb: isp1760: set IRQ flags properlyValentin Rothberg2015-03-092-4/+3
* | usb: isp1760: fix possible deadlock in isp1760_udc_irqSudeep Holla2015-03-091-4/+6
|/
* usb: isp1760: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-02-231-3/+3
* Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2015-02-041-6/+7
* usb: isp1760: Fix USB disabled checkLaurent Pinchart2015-01-273-9/+21
* usb: isp1760: Remove duplicate usb_disabled() checkLaurent Pinchart2015-01-271-3/+0
* usb: isp1760: Make HCD support optionalLaurent Pinchart2015-01-274-8/+71
* usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart2015-01-2710-0/+4716