| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: isp116x-hcd: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2018-05-31 | 1 | -13/+4 |
* | USB: host: isp116x: Re-use DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko | 2018-03-09 | 1 | -13/+2 |
* | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | usb: host: isp116x-hcd: mark expected switch fall-throughs | Gustavo A. R. Silva | 2017-11-01 | 1 | -0/+3 |
* | isp116x-hcd: constify hc_driver structures | Julia Lawall | 2017-07-30 | 1 | -1/+1 |
* | USB: isp116x-hcd.c: move assignment out of if () block | Greg Kroah-Hartman | 2015-05-10 | 1 | -1/+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: host: isp116x: use new USB_RESUME_TIMEOUT | Felipe Balbi | 2015-04-07 | 1 | -1/+1 |
* | | isp116x-hcd: use USB_DT_HUB | Sergei Shtylyov | 2015-04-03 | 1 | -1/+1 |
|/ |
|
* | isp116x-hcd: use HUB_CHAR_* | Sergei Shtylyov | 2015-01-25 | 1 | -1/+4 |
* | usb: host: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-08 | 1 | -1/+0 |
* | usb: hcd: move controller wakeup setting initialization to individual driver | Peter Chen | 2013-12-08 | 1 | -0/+2 |
* | usb: host: Remove superfluous name casts | Geert Uytterhoeven | 2013-12-03 | 1 | -1/+1 |
* | USB: host: use dev_get_platdata() | Jingoo Han | 2013-07-31 | 1 | -1/+1 |
* | usb: remove use of __devinit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | usb: isp116x-hcd: Convert to module_platform_driver | Tobias Klauser | 2012-03-02 | 1 | -19/+4 |
* | USB: irq: Remove IRQF_DISABLED | Yong Zhang | 2011-09-18 | 1 | -1/+1 |
* | USB: remove remaining usages of hcd->state from usbcore and fix regression | Alan Stern | 2011-05-19 | 1 | -0/+1 |
* | USB 3.0 Hub Changes | John Youn | 2011-03-13 | 1 | -2/+2 |
* | USB: Remove bitmap #define from hcd.h | Sarah Sharp | 2011-03-13 | 1 | -3/+3 |
* | USB: isp116x-hcd - use resource_size instead of defining its own resource_len... | Axel Lin | 2010-10-22 | 1 | -4/+2 |
* | USB: make hcd.h public (drivers dependency) | Eric Lescouet | 2010-05-20 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | USB: make transfer_buffer_lengths in struct urb field u32 | Greg Kroah-Hartman | 2009-03-24 | 1 | -1/+1 |
* | USB: Let some USB host controllers get IRQ flags from resource | Marc Zyngier | 2008-10-17 | 1 | -4/+9 |
* | Rename WARN() to WARNING() to clear the namespace | Arjan van de Ven | 2008-07-25 | 1 | -1/+1 |
* | USB: Fix bug with byte order in isp116x-hcd.c fio write/read | Julien May | 2008-07-21 | 1 | -4/+19 |
* | USB: usb dev_name() instead of dev->bus_id | Kay Sievers | 2008-07-21 | 1 | -1/+1 |
* | USB: HCDs use the do_remote_wakeup flag | Alan Stern | 2008-04-24 | 1 | -1/+1 |
* | USB: remove dev->power.power_state | Alan Stern | 2008-04-24 | 1 | -11/+1 |
* | usb host: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-11 | 1 | -2/+6 |
* | USB: isp116x: fix enumeration on boot | Anti Sullin | 2008-03-04 | 1 | -9/+6 |
* | USB: Drop unnecessary continue in a few drivers | Julia Lawall | 2008-02-01 | 1 | -1/+0 |
* | USB: Eliminate urb->status usage! | Alan Stern | 2007-10-12 | 1 | -10/+5 |
* | USB: add urb->unlinked field | Alan Stern | 2007-10-12 | 1 | -3/+2 |
* | USB: centralize -EREMOTEIO handling | Alan Stern | 2007-10-12 | 1 | -7/+1 |
* | USB: remove unnecessary tests in isp116x and sl811 | Alan Stern | 2007-10-12 | 1 | -6/+0 |
* | USB: make HCDs responsible for managing endpoint queues | Alan Stern | 2007-10-12 | 1 | -10/+21 |
* | isp116x-hcd: prepare for urb->status | Alan Stern | 2007-07-19 | 1 | -101/+86 |
* | USB: change __init to __devinit for isp116x_probe | Prarit Bhargava | 2007-02-16 | 1 | -1/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -8/+8 |
* | USB: Make file operations structs in drivers/usb const. | Luiz Fernando N. Capitulino | 2006-09-27 | 1 | -1/+1 |
* | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 2006-09-27 | 1 | -1/+1 |
* | [PATCH] irq-flags: usb: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | [PATCH] USB: move hardware-specific <linux/usb_*.h> to <linux/usb/*.h> | David Brownell | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] USB: negative index in drivers/usb/host/isp116x-hcd.c | Eric Sesterhenn | 2006-06-21 | 1 | -1/+1 |
* | [PATCH] USB: fix initdata issue in isp116x-hcd | Greg Kroah-Hartman | 2006-03-20 | 1 | -1/+1 |
* | [PATCH] USB core and HCDs: don't put_device while atomic | Alan Stern | 2006-03-20 | 1 | -2/+1 |