| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: uhci: handle HAS_IOPORT dependencies | Niklas Schnelle | 2023-05-29 | 1 | -1/+1 |
* | USB: uhci: fix memory leak with using debugfs_lookup() | Greg Kroah-Hartman | 2023-02-06 | 1 | -3/+3 |
* | usb: clean up after dropping driver registration log spam | Ard Biesheuvel | 2022-09-05 | 1 | -2/+0 |
* | USB: host: uhci: remove dentry pointer for debugfs | Greg Kroah-Hartman | 2021-03-10 | 1 | -7/+5 |
* | USB: drop HCD_LOCAL_MEM flag | Laurentiu Tudor | 2019-06-03 | 1 | -1/+1 |
* | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -3/+3 |
* | USB: uhci: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2018-05-31 | 1 | -11/+4 |
* | USB: host: Use zeroing memory allocator rather than allocator/memset | Himanshu Jha | 2018-01-04 | 1 | -2/+1 |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-22 | 1 | -2/+1 |
* | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | usb/uhci: Add support for Aspeed BMC SoCs | Benjamin Herrenschmidt | 2017-05-25 | 1 | -3/+14 |
* | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW | yuan linyu | 2017-03-17 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | usb: host: uhci-hcd: don't print on ENOMEM | Wolfram Sang | 2016-08-30 | 1 | -4/+1 |
* | USB: UHCI: don't allocate frame list atomically | Vladimir Zapolskiy | 2014-07-10 | 1 | -1/+1 |
* | usb: kill DEBUG compile option | Oliver Neukum | 2013-12-03 | 1 | -3/+3 |
* | uhci: change dependency for debug parameter | Oliver Neukum | 2013-12-03 | 1 | -19/+25 |
* | Merge 3.8-rc5 into usb-next | Greg Kroah-Hartman | 2013-01-25 | 1 | -6/+9 |
|\ |
|
| * | USB: UHCI: fix IRQ race during initialization | Alan Stern | 2013-01-22 | 1 | -6/+9 |
* | | USB: uhci: beautify source code | Chen Gang | 2013-01-24 | 1 | -14/+13 |
* | | USB: uhci: check buffer length to avoid memory overflow | Chen Gang | 2013-01-24 | 1 | -2/+2 |
|/ |
|
* | ARM: vt8500: Add support for UHCI companion controller | Tony Prisk | 2012-08-16 | 1 | -0/+5 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | usb/uhci: initialize sg_table properly | Sebastian Andrzej Siewior | 2012-01-24 | 1 | -0/+3 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | USB: UHCI: improve comments and logic for root-hub suspend | Alan Stern | 2011-09-27 | 1 | -32/+34 |
* | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-05-23 | 1 | -281/+177 |
|\ |
|
| * | USB: UHCI: Add support for big endian descriptors | Jan Andersson | 2011-05-20 | 1 | -8/+8 |
| * | USB: UHCI: Add support for GRLIB GRUSBHC controller | Jan Andersson | 2011-05-07 | 1 | -5/+36 |
| * | USB: UHCI: Support non-PCI host controllers | Jan Andersson | 2011-05-07 | 1 | -0/+73 |
| * | USB: UHCI: Wrap I/O register accesses | Jan Andersson | 2011-05-07 | 1 | -21/+21 |
| * | USB: UHCI: Move PCI specific functions to uhci-pci.c | Jan Andersson | 2011-05-07 | 1 | -294/+32 |
| * | USB: UHCI: Codingstyle fixes | Jan Andersson | 2011-05-07 | 1 | -5/+5 |
| * | USB: UHCI: Allow dynamic assignment of bus specific functions | Jan Andersson | 2011-05-07 | 1 | -19/+68 |
| * | USB: UHCI: Remove PCI dependencies from uhci-hub | Jan Andersson | 2011-05-07 | 1 | -0/+11 |
| * | USB: UHCI: don't try to revive a dead controller | Alan Stern | 2011-04-14 | 1 | -10/+9 |
| * | USB: UHCI: remove uses of hcd->state | Alan Stern | 2011-04-14 | 1 | -6/+1 |
* | | treewide: cleanup continuations and remove logging message whitespace | Joe Perches | 2011-04-26 | 1 | -3/+4 |
|/ |
|
* | usb: host: uhci-hcd.c Remove one to many n's in a word. | Justin P. Mattock | 2011-03-01 | 1 | -1/+1 |
* | drivers/usb/host/uhci-hcd.c: Remove unnecessary casts of pci_get_drvdata | Joe Perches | 2010-11-16 | 1 | -1/+1 |
* | USB: remove fake "address-of" expressions | Alan Stern | 2010-08-10 | 1 | -13/+10 |
* | USB: UHCI: add support for Intel's wakeup flags | Alan Stern | 2010-08-10 | 1 | -13/+17 |
* | USB: controller resume should check the root hub | Alan Stern | 2010-08-10 | 1 | -3/+4 |
* | USB: add do_wakeup parameter for PCI HCD suspend | Alan Stern | 2010-08-10 | 1 | -1/+1 |
* | USB: convert usb_hcd bitfields into atomic flags | Alan Stern | 2010-08-10 | 1 | -9/+12 |
* | USB: UHCI: acquire spinlock before calling start_rh() | Alan Stern | 2010-08-10 | 1 | -0/+2 |
* | USB: make hcd.h public (drivers dependency) | Eric Lescouet | 2010-05-20 | 1 | -1/+1 |
* | USB: fix crash in uhci_scan_schedule | Pete Zaitcev | 2010-03-02 | 1 | -0/+1 |
* | USB: EHCI & UHCI: fix race between root-hub suspend and port resume | Alan Stern | 2010-01-21 | 1 | -1/+14 |
* | debugfs: Modified default dir of debugfs for debugging UHCI. | GeunSik Lim | 2009-09-15 | 1 | -1/+1 |