aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman1-37/+7
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-12/+1
2018-03-26usb: musb: remove blackfin portArnd Bergmann1-2/+0
2018-03-09USB: musb: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-12/+1
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman1-26/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-02-03usb: musb: debugfs: allow forcing host mode together with speed in testmodePali Rohár1-17/+29
2017-01-10usb: musb: fix runtime PM in debugfsBin Liu1-1/+19
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-05-07usb: musb: add softconnect for host modeBin Liu1-0/+91
2015-04-27usb: musb: only set test mode onceBin Liu1-1/+8
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi1-16/+18
2015-01-15usb: musb: debugfs: improve copy_from_user() argumentMarkus Pargmann1-1/+1
2014-12-22usb: musb: Fix a few off-by-one lengthsRasmus Villemoes1-8/+8
2014-12-22usb: musb: debugfs: cope with blackfin's odditiesFelipe Balbi1-8/+10
2014-11-18usb: musb: replace hard coded registers with definesRoman Byshko1-27/+30
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-09-11usb: musb: kill global and static for multi instanceAjay Kumar Gupta1-5/+3
2012-02-01usb: musb: debugfs: fix error checkFelipe Balbi1-6/+6
2012-01-31usb: musb: make modules behave betterFelipe Balbi1-1/+1
2011-12-12usb: musb: headers cleanupFelipe Balbi1-8/+0
2011-09-26musb_debugfs.c: remove unneeded includes on ARMNicolas Pitre1-6/+0
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-1/+0
2010-09-20usb: musb_debugfs: don't use the struct file private_data field with seq_filesMathias Nyman1-3/+2
2010-08-10USB: musb: use correct register widths in register dumpsAnand Gadiyar1-16/+16
2010-05-20usb: musb: update gfp/slab.h includesTejun Heo1-1/+0
2010-05-20usb: musb: debugfs: musb_exit_debugfs() can be called on probeFelipe Balbi1-1/+1
2010-05-20usb: musb: add debugfs supportFelipe Balbi1-0/+295