aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-22mmc: Export host capabilities to debugfs.Gravatar Abbas Raza 1-0/+6
2018-03-05mmc: core: Re-use DEFINE_SHOW_ATTRIBUTE() macroGravatar Andy Shevchenko 1-12/+1
2017-11-23mmc: block: Ensure that debugfs files are removedGravatar Adrian Hunter 1-0/+1
2017-08-30mmc: debugfs: Move block debugfs into block moduleGravatar Linus Walleij 1-89/+0
2017-02-13mmc: core: Move public functions from host.h to private headersGravatar Ulf Hansson 1-0/+1
2017-02-13mmc: core: Move public functions from card.h to private headersGravatar Ulf Hansson 1-0/+1
2016-12-05mmc: debugfs: remove BUG_ON from mmc_ext_csd_openGravatar Shawn Lin 1-1/+5
2016-07-25mmc: debugfs: add HS400 enhanced strobe descriptionGravatar Shawn Lin 1-1/+2
2016-02-29mmc: debugfs: Add a restriction to mmc debugfs clock settingGravatar Chuanxiao Dong 1-1/+1
2016-01-19mmc: debugfs: correct wrong voltage valueGravatar Chuanxiao Dong 1-1/+1
2015-10-26mmc: core: Remove MMC_CLKGATEGravatar Ulf Hansson 1-5/+0
2015-10-26mmc: debugfs: implement ios show for SDR12 and SDR25Gravatar Shawn Lin 1-0/+6
2015-10-26mmc: debugfs: implement ios show for driver typeGravatar Shawn Lin 1-0/+19
2014-11-10mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Gravatar Ulf Hansson 1-8/+1
2014-05-12mmc: add support for HS400 mode of eMMC5.0Gravatar Seungwon Jeon 1-0/+3
2014-05-12mmc: rework selection of bus speed modeGravatar Seungwon Jeon 1-1/+1
2014-04-20mmc: clarify DDR timing mode between SD-UHS and eMMCGravatar Seungwon Jeon 1-0/+3
2013-05-26mmc: block: Enable runtime pm for mmc blkdeviceGravatar Ulf Hansson 1-4/+4
2012-12-06mmc: core: debugfs: Add signal_voltage to ios dumpGravatar Johan Rudholm 1-0/+16
2012-09-04mmc: debugfs: Print ext_csd in ascending orderGravatar Venkatraman S 1-1/+1
2012-01-12mmc: core: HS200 mode support for eMMC 4.5Gravatar Girish K S 1-0/+3
2012-01-11mmc: debugfs: expose the SDCLK frq in sys iosGravatar Giuseppe CAVALLARO 1-0/+2
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredGravatar Paul Gortmaker 1-0/+1
2011-10-26mmc: using module_param requires the inclusion of moduleparam.hGravatar Stephen Rothwell 1-0/+1
2011-10-26mmc: add module param to set fault injection attributesGravatar Per Forlin 1-18/+11
2011-10-26mmc: core: add sd uhs string for mmc_ios_showGravatar Aaron Lu 1-0/+9
2011-10-26mmc: core: add random fault injectionGravatar Per Forlin 1-0/+25
2011-01-08mmc: Aggressive clock gating frameworkGravatar Linus Walleij 1-0/+5
2010-10-23mmc: add a file to debugfs for changing host clock at runtimeGravatar Andy Shevchenko 1-2/+33
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-03-24mmc: Add Extended CSD register to debugfsGravatar Adrian Hunter 1-0/+67
2008-07-27mmc: Add per-card debugfs supportGravatar Haavard Skinnemoen 1-0/+61
2008-07-27mmc: Export internal host state through debugfsGravatar Haavard Skinnemoen 1-0/+164