summaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-mmc
AgeCommit message (Expand)AuthorLines
2019-04-03staging: m57621-mmc: delete driver from the tree.Greg Kroah-Hartman-2883/+0
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman-0/+1
2019-03-27staging: mt7621-mmc: Initialize completions a single time during probeGeorge Hilliard-4/+14
2019-03-27staging: mt7621-mmc: Remove obsolete Kconfig flagsGeorge Hilliard-8/+0
2019-03-22staging: mt7621-mmc: Check for nonzero number of scatterlist entriesGeorge Hilliard-2/+7
2019-03-22staging: mt7621-mmc: Fix warning when reloading module with debug msgs enabledGeorge Hilliard-7/+22
2019-03-20staging: mt7621-mmc: Only unmap_sg if mappedGeorge Hilliard-5/+4
2019-03-20staging: mt7621-mmc: Fix BRUST -> BURST typoGeorge Hilliard-7/+7
2019-03-20staging: mt7621-mmc: Immediately notify mmc layer of card change detectionGeorge Hilliard-1/+1
2019-03-20staging: mt7621-mmc: Remove redundant host->mmc->f_max writeGeorge Hilliard-1/+0
2019-03-20staging: mt7621-mmc: Bill the caller for I/O timeGeorge Hilliard-2/+2
2019-03-20staging: mt7621-mmc: Use pinctrl subsystem to select SDXC pin modeGeorge Hilliard-6/+0
2019-03-20staging: mt7621-mmc: Remove obsolete comments and variablesGeorge Hilliard-5/+0
2019-03-20staging: mt7621-mmc: fix unused variable compiler warningGeorge Hilliard-1/+0
2019-03-18staging: mt7621-mmc: Modify the return type of the function msdc_do_commandBhanusree Pola-8/+8
2019-03-18staging: mt7621-mmc: Fix ret.cooci warningsBhanusree Pola-3/+1
2019-03-18staging: mt7621-mmc: delele extra blank linesWentao Cai-1/+0
2019-02-19staging: mt7621-mmc: Prefer using BIT macroBhanusree Pola-1/+1
2019-02-19staging: mt7621-mmc: Remove unused including <linux/version.h>YueHaibing-1/+0
2019-01-18staging: Mediatek: Use individual config flags in MakefileGeorge Hilliard-1/+1
2018-12-20staging: mt7621-mmc: Correct spelling mistakes in commentsJona Crasselt-2/+2
2018-12-20mt7621-mmc: char * array declaration might be better as static constJona Crasselt-4/+4
2018-12-20mt7621-mmc: return statement in void function unnecessaryJona Crasselt-2/+0
2018-12-20mt7621-mmc: Alignment should match open parenthesisJona Crasselt-2/+2
2018-12-20mt7621-mmc: Removed unnecessary blank linesJona Crasselt-2/+0
2018-12-20mt7621-mmc: Fix some coding style issuesJona Crasselt-14/+17
2018-12-12staging: mt7621-mmc: Fix incompletely removed #if 0 block in sd.cNishad Kamdar-20/+0
2018-12-12staging: mt7621-mmc: fix compile warnging: cmd_bufNeilBrown-1/+1
2018-12-12staging: mt7621-mmc: add missing header.NeilBrown-0/+1
2018-12-12staging: mt7621-mmc: set correct dma mask.NeilBrown-1/+1
2018-11-07staging: mt7621-mmc: Add blank line after declarationNĂ­colas F. R. A. Prado-0/+1
2018-10-14staging: mt7621-mmc: Use BIT macro instead of explicit shifting in dbg.hNishad Kamdar-11/+11
2018-10-14staging: mt7621-mmc: Fix lines over 80 characters in dbg.hNishad Kamdar-13/+15
2018-10-14staging: mt7621-mmc: Fix lines over 80 characters in dbg.cNishad Kamdar-32/+47
2018-10-09staging: mt7621-mmc: Add blank line after declarationJaakko Tyynismaa-0/+1
2018-10-09staging: mt7621-mmc: Remove #if 0 blocks in dbg.hNishad Kamdar-15/+0
2018-10-09staging: mt7621-mmc: Remove #if 0 blocks in dbg.cNishad Kamdar-20/+1
2018-10-09staging: mt7621-mmc: Remove #if 0 blocks in sd.cNishad Kamdar-248/+1
2018-10-02staging: mt7621-mmc: Remove unused single statement macrosNishad Kamdar-28/+0
2018-10-02staging: mt7621-mmc: Remove single statement macro msdc_irq_restore()Nishad Kamdar-6/+1
2018-10-02staging: mt7621-mmc: replace `printk` with preferred APIDafna Hirschfeld-3/+3
2018-10-02staging: mt7621-mmc: Fix comparison to NULLDafna Hirschfeld-5/+5
2018-10-02staging: mt7621-mmc: remove unnecessary braces from 'if' statementsDafna Hirschfeld-6/+3
2018-09-20staging: mt7621-mmc: Delete IRQ_MSG() and its usersNishad Kamdar-34/+2
2018-09-10staging: mt7621-mmc: Fix debug macro ERR_MSG and its usagesNishad Kamdar-45/+81
2018-09-10staging: mt7621-mmc: Delete N_MSG() and all its usersNishad Kamdar-252/+0
2018-08-27staging: mt7621-mmc: Remove macro INIT_MSG and its usagesNishad Kamdar-23/+0
2018-08-27staging: mt7621-mmc: place a check for sscanfSumit Pundir-1/+3
2018-07-29staging: mt7621-mmc: Use BIT macro instead of explicit shifting in board.hNishad Kamdar-4/+4
2018-07-06staging: mt7621-mmc: Fix printk() facility levelSergej Perschin-27/+27