Age | Commit message (Expand) | Author | Files | Lines |
2022-04-23 | usb: remove third argument of usb_maxpacket() | Vincent Mailhol | 1 | -2/+1 |
2020-07-09 | usb: host: r8a66597-hcd: Remove set, then over-written, but never used variab... | Lee Jones | 1 | -5/+3 |
2019-08-21 | usb: add a HCD_DMA flag instead of guestimating DMA capabilities | Christoph Hellwig | 1 | -6/+0 |
2018-12-19 | usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endp... | Jia-Ju Bai | 1 | -1/+4 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -4/+3 |
2017-11-07 | USB: host: Remove redundant license text | Greg Kroah-Hartman | 1 | -14/+0 |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-01 | usb: r8a66597-hcd: Convert timers to use timer_setup() | Kees Cook | 1 | -13/+14 |
2017-07-30 | usb: r8a66597-hcd: constify hc_driver structures | Julia Lawall | 1 | -1/+1 |
2017-05-17 | usb: r8a66597-hcd: select a different endpoint on timeout | Chris Brandt | 1 | -1/+3 |
2017-05-17 | usb: r8a66597-hcd: decrease timeout | Chris Brandt | 1 | -1/+1 |
2016-02-07 | usb: r8a66597: add locking to r8a66597_check_detect_child | Heiner Kallweit | 1 | -0/+2 |
2016-02-04 | usb: core: switch bus numbering to using idr | Heiner Kallweit | 1 | -7/+2 |
2015-04-10 | Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 1 | -1/+1 |
2015-04-07 | usb: host: r8a66597: use new USB_RESUME_TIMEOUT | Felipe Balbi | 1 | -1/+1 |
2015-04-03 | r8a66597-hcd: use USB_DT_HUB | Sergei Shtylyov | 1 | -1/+1 |
2015-01-25 | r8a66597-hcd: use HUB_CHAR_* | Sergei Shtylyov | 1 | -1/+2 |
2015-01-09 | usb: r8a66597-hcd: Use setup_timer | Julia Lawall | 1 | -6/+4 |
2014-10-20 | usb: host: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-01-24 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2014-01-09 | usb: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-12-09 | usb: hcd: move controller wakeup setting initialization to individual driver | Peter Chen | 1 | -0/+1 |
2013-12-03 | usb: host: Remove superfluous name casts | Geert Uytterhoeven | 1 | -1/+1 |
2013-11-28 | usb: r8a66597-hcd: Convert to clk_prepare/unprepare | Laurent Pinchart | 1 | -2/+2 |
2013-08-30 | usb: r8a66597-hcd: use platform_{get,set}_drvdata() | Libo Chen | 1 | -2/+2 |
2013-08-01 | USB: host: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2012-11-22 | usb: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-22 | usb: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
2012-11-22 | usb: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-10-25 | USB: hub_for_each_child should skip unconnected ports | Alan Stern | 1 | -4/+2 |
2012-09-10 | usb: move children to struct usb_port | Lan Tianyu | 1 | -3/+2 |
2012-07-31 | usb/host/r8a66597: remove conditional compilation of clk code | Viresh Kumar | 1 | -12/+0 |
2012-05-14 | Revert "usb: move struct usb_device->children to struct usb_hub_port->child" | Greg Kroah-Hartman | 1 | -2/+1 |
2012-05-12 | usb: move struct usb_device->children to struct usb_hub_port->child | Lan Tianyu | 1 | -1/+2 |
2012-05-02 | USB: r8a66597-hcd.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -10/+10 |
2012-03-03 | usb: r8a66597-hcd: Convert to module_platform_driver | Tobias Klauser | 1 | -17/+4 |
2011-09-18 | USB: irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -1/+1 |
2011-08-23 | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 1 | -1/+1 |
2011-07-26 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -3/+3 |
2011-07-09 | usb: r8a66597-hcd: fixup USB_PORT_STAT_C_SUSPEND shift | Kuninori Morimoto | 1 | -1/+1 |
2011-07-09 | usb: update email address in ohci-sh and r8a66597-hcd | Yoshihiro Shimoda | 1 | -1/+1 |
2011-07-09 | usb: r8a66597-hcd: add function for external controller | Yoshihiro Shimoda | 1 | -1/+1 |
2011-06-28 | usb: r8a66597-hcd: fix cannot detect low/full speed device | Yoshihiro Shimoda | 1 | -0/+1 |
2011-03-14 | USB 3.0 Hub Changes | John Youn | 1 | -2/+3 |
2011-03-14 | USB: Remove bitmap #define from hcd.h | Sarah Sharp | 1 | -2/+2 |
2010-09-16 | usb: Fix up r8a66597-hcd section mismatches. | Paul Mundt | 1 | -2/+2 |
2010-06-30 | USB: r8a66597: Fix failure in change of status | Nobuhiro Iwamatsu | 1 | -1/+1 |
2010-06-02 | usb: r8a66597-hcd pio to mmio accessor conversion. | Paul Mundt | 1 | -2/+2 |
2010-05-21 | USB: straighten out port feature vs. port status usage | Alan Stern | 1 | -15/+15 |
2010-05-21 | USB: remove bogus USB_PORT_FEAT_*_SPEED symbols | Alan Stern | 1 | -4/+3 |