summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: remove unnecessary (void*) conversionsYu Zhe2023-04-031-1/+1
* mmc: debugfs: Fix file release memory leakWei Yongjun2022-07-121-0/+1
* mmc: debugfs: Add debug fs error state entry for mmc driverShaik Sajida Bhanu2022-07-121-0/+23
* mmc: debugfs: Add debug fs entry for mmc driverShaik Sajida Bhanu2022-07-121-0/+56
* mmc: debugfs: add description for module parameterWolfram Sang2021-06-141-0/+1
* mmc: core: Use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_ATTRIBUTEZou Wei2020-05-281-3/+3
* Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-111-48/+8
|\
| * mmc: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-171-48/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* mmc: Export host capabilities to debugfs.Abbas Raza2018-03-221-0/+6
* mmc: core: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-051-12/+1
* mmc: block: Ensure that debugfs files are removedAdrian Hunter2017-11-231-0/+1
* mmc: debugfs: Move block debugfs into block moduleLinus Walleij2017-08-301-89/+0
* mmc: core: Move public functions from host.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: debugfs: remove BUG_ON from mmc_ext_csd_openShawn Lin2016-12-051-1/+5
* mmc: debugfs: add HS400 enhanced strobe descriptionShawn Lin2016-07-251-1/+2
* mmc: debugfs: Add a restriction to mmc debugfs clock settingChuanxiao Dong2016-02-291-1/+1
* mmc: debugfs: correct wrong voltage valueChuanxiao Dong2016-01-191-1/+1
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-261-5/+0
* mmc: debugfs: implement ios show for SDR12 and SDR25Shawn Lin2015-10-261-0/+6
* mmc: debugfs: implement ios show for driver typeShawn Lin2015-10-261-0/+19
* mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-101-8/+1
* mmc: add support for HS400 mode of eMMC5.0Seungwon Jeon2014-05-121-0/+3
* mmc: rework selection of bus speed modeSeungwon Jeon2014-05-121-1/+1
* mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-0/+3
* mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson2013-05-261-4/+4
* mmc: core: debugfs: Add signal_voltage to ios dumpJohan Rudholm2012-12-061-0/+16
* mmc: debugfs: Print ext_csd in ascending orderVenkatraman S2012-09-041-1/+1
* mmc: core: HS200 mode support for eMMC 4.5Girish K S2012-01-121-0/+3
* mmc: debugfs: expose the SDCLK frq in sys iosGiuseppe CAVALLARO2012-01-111-0/+2
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* mmc: using module_param requires the inclusion of moduleparam.hStephen Rothwell2011-10-261-0/+1
* mmc: add module param to set fault injection attributesPer Forlin2011-10-261-18/+11
* mmc: core: add sd uhs string for mmc_ios_showAaron Lu2011-10-261-0/+9
* mmc: core: add random fault injectionPer Forlin2011-10-261-0/+25
* mmc: Aggressive clock gating frameworkLinus Walleij2011-01-081-0/+5
* mmc: add a file to debugfs for changing host clock at runtimeAndy Shevchenko2010-10-231-2/+33
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* mmc: Add Extended CSD register to debugfsAdrian Hunter2009-03-241-0/+67
* mmc: Add per-card debugfs supportHaavard Skinnemoen2008-07-271-0/+61
* mmc: Export internal host state through debugfsHaavard Skinnemoen2008-07-271-0/+164