summaryrefslogtreecommitdiff
path: root/drivers/usb/isp1760
AgeCommit message (Expand)AuthorFilesLines
2018-07-13usb: isp1760: remove redundant variable 'selector'Colin Ian King1-2/+0
2018-04-22usb: isp1760: Replace mdelay with msleep in isp1760_stopJia-Ju Bai1-1/+1
2018-04-22usb: isp1760: Replace mdelay with msleep in isp1760_init_coreJia-Ju Bai1-1/+1
2018-03-09usb: isp1760: Use kasprintfHimanshu Jha1-5/+1
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-27/+14
2017-11-07USB: add SPDX identifiers to all remaining MakefilesGreg Kroah-Hartman1-0/+1
2017-11-07USB: isp1760: Remove redundant license textGreg Kroah-Hartman5-20/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-11-01usb: isp1760: Convert timers to use timer_setup()Kees Cook2-7/+8
2017-07-17usb: isp1760: compress return logic into one lineGustavo A. R. Silva1-4/+2
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-4/+4
2017-01-19usb: isp1760: constify usb_gadget_ops structuresBhumika Goyal1-1/+1
2016-10-24usb: Convert pr_warning to pr_warnJoe Perches1-1/+1
2016-05-09usb: Remove unnecessary space before open square bracket.Sandhya Bankar1-1/+1
2015-08-04usb: isp1760: udc: add ep capabilities supportRobert Baldyga1-0/+11
2015-07-31usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit()Robert Baldyga1-2/+2
2015-06-08usb: isp1760: check for null return from kzallocColin Ian King1-0/+2
2015-04-10Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2015-04-07usb: isp1760: hcd: use new USB_RESUME_TIMEOUTFelipe Balbi1-1/+1
2015-04-07Merge 4.0-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2015-04-03isp1760-hcd: use USB_DT_HUBSergei Shtylyov1-1/+1
2015-03-24usb: isp1760: fix spin unlock in the error path of isp1760_udc_startSudeep Holla1-1/+1
2015-03-10usb: isp1760: add peripheral/device controller chip idSudeep Holla1-1/+1
2015-03-09usb: isp1760: add peripheral/device controller chip idSudeep Holla1-1/+1
2015-03-09usb: isp1760: set IRQ flags properlyValentin Rothberg2-4/+3
2015-03-09usb: isp1760: fix possible deadlock in isp1760_udc_irqSudeep Holla1-4/+6
2015-02-23usb: isp1760: use msecs_to_jiffies for time conversionNicholas Mc Guire1-3/+3
2015-02-04Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman10-0/+4789
2015-01-27usb: isp1760: Fix USB disabled checkLaurent Pinchart3-9/+21
2015-01-27usb: isp1760: Remove duplicate usb_disabled() checkLaurent Pinchart1-3/+0
2015-01-27usb: isp1760: Make HCD support optionalLaurent Pinchart4-8/+71
2015-01-27usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart10-0/+4716