aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31USB: chipidea: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-41/+15
2018-03-09USB: chipidea: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-60/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-23usb: chipidea: debug: check before accessing ci_roleMichael Thalmeier1-1/+2
2016-02-20chipidea: error on overflow for port_test_writeAlan1-0/+3
2016-01-24usb: chipidea: debug: use list_for_each_entryGeliang Tang1-4/+1
2015-12-24usb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUGPeter Chen1-1/+0
2015-11-18usb: chipidea: debug: disable usb irq while role switchLi Jun1-0/+2
2015-08-14Merge tag 'usb-ci-v4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-0/+6
2015-08-14usb: chipidea: debug: add runtime pm for register accessLi Jun1-0/+6
2015-07-29usb: chipidea: update ci_otg_is_fsm_mode conditionsLi Jun1-0/+1
2015-05-06usb: chipidea: debug: avoid out of bound readHeinrich Schuchardt1-1/+5
2015-04-08usb: chipidea: debug: add low power mode check before print registersLi Jun1-2/+2
2014-11-03usb: allow to supply the PHY in the drivers when using HCDAntoine Tenart1-1/+1
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-1/+1
2014-07-22usb: chipidea: debug: fix sparse non static symbol warningsWei Yongjun1-2/+2
2014-04-24usb: chipidea: debug: add debug file for OTG variablesLi Jun1-0/+84
2014-04-24usb: chipidea: debug: add debug file for controller registers dumpLi Jun1-0/+51
2013-06-24usb: chipidea: drop "13xxx" infixAlexander Shishkin1-17/+17
2013-06-17usb: chipidea: get rid of camelcase namesAlexander Shishkin1-5/+5
2013-06-17usb: chipidea: udc: manage dynamic amount of tds with a linked listMichael Grzeschik1-7/+12
2013-03-30usb: chipidea: fix precedence bug in ci_requests_show()Dan Carpenter1-1/+1
2013-03-30usb: chipidea: move role to debugfsAlexander Shishkin1-0/+54
2013-03-30usb: chipidea: convert debug entries in sysfs to debugfsAlexander Shishkin1-327/+142
2013-03-30usb: chipidea: remove home-grown tracing facilityAlexander Shishkin1-359/+1
2013-03-29usb: chipidea: drop redundant includesAlexander Shishkin1-14/+3
2013-02-19locking: Various static lock initializer fixesThomas Gleixner1-1/+1
2012-11-08usb: gadget: Remove reference to is_dualspeed from sysfs.Michal Nazarewicz1-3/+0
2012-07-09USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao1-73/+73
2012-05-11usb: chipidea: split the driver code into unitsAlexander Shishkin1-0/+804