| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: isp1760-hcd: Fix fall-through annotations | Gustavo A. R. Silva | 2019-05-01 | 1 | -2/+2 |
* | USB: add missing SPDX lines to Kconfig and Makefiles | Greg Kroah-Hartman | 2019-01-22 | 1 | -0/+2 |
* | usb: isp1760: remove redundant variable 'selector' | Colin Ian King | 2018-07-13 | 1 | -2/+0 |
* | usb: isp1760: Replace mdelay with msleep in isp1760_stop | Jia-Ju Bai | 2018-04-22 | 1 | -1/+1 |
* | usb: isp1760: Replace mdelay with msleep in isp1760_init_core | Jia-Ju Bai | 2018-04-22 | 1 | -1/+1 |
* | usb: isp1760: Use kasprintf | Himanshu Jha | 2018-03-09 | 1 | -5/+1 |
* | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-11-13 | 7 | -27/+14 |
|\ |
|
| * | USB: add SPDX identifiers to all remaining Makefiles | Greg Kroah-Hartman | 2017-11-07 | 1 | -0/+1 |
| * | USB: isp1760: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 5 | -20/+0 |
| * | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 5 | -0/+5 |
| * | usb: isp1760: Convert timers to use timer_setup() | Kees Cook | 2017-11-01 | 2 | -7/+8 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 3 | -0/+3 |
|/ |
|
* | usb: isp1760: compress return logic into one line | Gustavo A. R. Silva | 2017-07-17 | 1 | -4/+2 |
* | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW | yuan linyu | 2017-03-17 | 1 | -4/+4 |
* | usb: isp1760: constify usb_gadget_ops structures | Bhumika Goyal | 2017-01-19 | 1 | -1/+1 |
* | usb: Convert pr_warning to pr_warn | Joe Perches | 2016-10-24 | 1 | -1/+1 |
* | usb: Remove unnecessary space before open square bracket. | Sandhya Bankar | 2016-05-09 | 1 | -1/+1 |
* | usb: isp1760: udc: add ep capabilities support | Robert Baldyga | 2015-08-04 | 1 | -0/+11 |
* | usb: isp1760: udc: add missing usb_ep_set_maxpacket_limit() | Robert Baldyga | 2015-07-31 | 1 | -2/+2 |
* | usb: isp1760: check for null return from kzalloc | Colin Ian King | 2015-06-08 | 1 | -0/+2 |
* | Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2015-04-10 | 1 | -1/+1 |
|\ |
|
| * | usb: isp1760: hcd: use new USB_RESUME_TIMEOUT | Felipe Balbi | 2015-04-07 | 1 | -1/+1 |
| * | usb: isp1760: add peripheral/device controller chip id | Sudeep Holla | 2015-03-10 | 1 | -1/+1 |
* | | Merge 4.0-rc7 into usb-next | Greg Kroah-Hartman | 2015-04-07 | 1 | -1/+1 |
|\ \ |
|
| * | | usb: isp1760: fix spin unlock in the error path of isp1760_udc_start | Sudeep Holla | 2015-03-24 | 1 | -1/+1 |
* | | | isp1760-hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | 1 | -1/+1 |
|/ / |
|
* | | usb: isp1760: add peripheral/device controller chip id | Sudeep Holla | 2015-03-09 | 1 | -1/+1 |
* | | usb: isp1760: set IRQ flags properly | Valentin Rothberg | 2015-03-09 | 2 | -4/+3 |
* | | usb: isp1760: fix possible deadlock in isp1760_udc_irq | Sudeep Holla | 2015-03-09 | 1 | -4/+6 |
|/ |
|
* | usb: isp1760: use msecs_to_jiffies for time conversion | Nicholas Mc Guire | 2015-02-23 | 1 | -3/+3 |
* | Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2015-02-04 | 1 | -6/+7 |
* | usb: isp1760: Fix USB disabled check | Laurent Pinchart | 2015-01-27 | 3 | -9/+21 |
* | usb: isp1760: Remove duplicate usb_disabled() check | Laurent Pinchart | 2015-01-27 | 1 | -3/+0 |
* | usb: isp1760: Make HCD support optional | Laurent Pinchart | 2015-01-27 | 4 | -8/+71 |
* | usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/ | Laurent Pinchart | 2015-01-27 | 10 | -0/+4716 |