summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman2018-05-311-37/+7Star
* Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-051-12/+1Star
|\
| * USB: musb: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-091-12/+1Star
* | usb: musb: remove blackfin portArnd Bergmann2018-03-261-2/+0Star
|/
* USB: musb: Remove redundant license textGreg Kroah-Hartman2017-11-071-26/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: musb: debugfs: allow forcing host mode together with speed in testmodePali Rohár2017-02-031-17/+29
* usb: musb: fix runtime PM in debugfsBin Liu2017-01-101-1/+19
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* usb: musb: add softconnect for host modeBin Liu2015-05-071-0/+91
* usb: musb: only set test mode onceBin Liu2015-04-271-1/+8
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-191-16/+18
|\
| * usb: musb: Fix a few off-by-one lengthsRasmus Villemoes2014-12-221-8/+8
| * usb: musb: debugfs: cope with blackfin's odditiesFelipe Balbi2014-12-221-8/+10
* | usb: musb: debugfs: improve copy_from_user() argumentMarkus Pargmann2015-01-151-1/+1
|/
* usb: musb: replace hard coded registers with definesRoman Byshko2014-11-181-27/+30
* usb: remove use of __devinitBill Pemberton2012-11-211-1/+1
* usb: musb: kill global and static for multi instanceAjay Kumar Gupta2012-09-111-5/+3Star
* usb: musb: debugfs: fix error checkFelipe Balbi2012-02-011-6/+6
* usb: musb: make modules behave betterFelipe Balbi2012-01-311-1/+1
* usb: musb: headers cleanupFelipe Balbi2011-12-121-8/+0Star
* musb_debugfs.c: remove unneeded includes on ARMNicolas Pitre2011-09-261-6/+0Star
* headers: kobject.h reduxAlexey Dobriyan2011-01-101-1/+0Star
* usb: musb_debugfs: don't use the struct file private_data field with seq_filesMathias Nyman2010-09-211-3/+2Star
* USB: musb: use correct register widths in register dumpsAnand Gadiyar2010-08-101-16/+16
* usb: musb: update gfp/slab.h includesTejun Heo2010-05-201-1/+0Star
* usb: musb: debugfs: musb_exit_debugfs() can be called on probeFelipe Balbi2010-05-201-1/+1
* usb: musb: add debugfs supportFelipe Balbi2010-05-201-0/+295