aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20staging: mt7621-mmc: Correct spelling mistakes in commentsJona Crasselt1-2/+2
2018-12-20mt7621-mmc: char * array declaration might be better as static constJona Crasselt1-4/+4
2018-12-20mt7621-mmc: return statement in void function unnecessaryJona Crasselt1-2/+0
2018-12-20mt7621-mmc: Alignment should match open parenthesisJona Crasselt1-2/+2
2018-12-20mt7621-mmc: Removed unnecessary blank linesJona Crasselt1-2/+0
2018-12-20mt7621-mmc: Fix some coding style issuesJona Crasselt1-14/+17
2018-12-12staging: mt7621-mmc: Fix incompletely removed #if 0 block in sd.cNishad Kamdar1-20/+0
2018-12-12staging: mt7621-mmc: fix compile warnging: cmd_bufNeilBrown1-1/+1
2018-12-12staging: mt7621-mmc: add missing header.NeilBrown1-0/+1
2018-12-12staging: mt7621-mmc: set correct dma mask.NeilBrown1-1/+1
2018-11-07staging: mt7621-mmc: Add blank line after declarationNícolas F. R. A. Prado1-0/+1
2018-10-14staging: mt7621-mmc: Use BIT macro instead of explicit shifting in dbg.hNishad Kamdar1-11/+11
2018-10-14staging: mt7621-mmc: Fix lines over 80 characters in dbg.hNishad Kamdar1-13/+15
2018-10-14staging: mt7621-mmc: Fix lines over 80 characters in dbg.cNishad Kamdar1-32/+47
2018-10-09staging: mt7621-mmc: Add blank line after declarationJaakko Tyynismaa1-0/+1
2018-10-09staging: mt7621-mmc: Remove #if 0 blocks in dbg.hNishad Kamdar1-15/+0
2018-10-09staging: mt7621-mmc: Remove #if 0 blocks in dbg.cNishad Kamdar1-20/+1
2018-10-09staging: mt7621-mmc: Remove #if 0 blocks in sd.cNishad Kamdar1-248/+1
2018-10-02staging: mt7621-mmc: Remove unused single statement macrosNishad Kamdar1-28/+0
2018-10-02staging: mt7621-mmc: Remove single statement macro msdc_irq_restore()Nishad Kamdar1-6/+1
2018-10-02staging: mt7621-mmc: replace `printk` with preferred APIDafna Hirschfeld1-3/+3
2018-10-02staging: mt7621-mmc: Fix comparison to NULLDafna Hirschfeld1-5/+5
2018-10-02staging: mt7621-mmc: remove unnecessary braces from 'if' statementsDafna Hirschfeld1-6/+3
2018-09-20staging: mt7621-mmc: Delete IRQ_MSG() and its usersNishad Kamdar2-34/+2
2018-09-10staging: mt7621-mmc: Fix debug macro ERR_MSG and its usagesNishad Kamdar2-45/+81
2018-09-10staging: mt7621-mmc: Delete N_MSG() and all its usersNishad Kamdar2-252/+0
2018-08-27staging: mt7621-mmc: Remove macro INIT_MSG and its usagesNishad Kamdar2-23/+0
2018-08-27staging: mt7621-mmc: place a check for sscanfSumit Pundir1-1/+3
2018-07-29staging: mt7621-mmc: Use BIT macro instead of explicit shifting in board.hNishad Kamdar1-4/+4
2018-07-06staging: mt7621-mmc: Fix printk() facility levelSergej Perschin1-27/+27
2018-06-28staging: mt7621-mmc: Find response of SD_APP_OP_COND by defaultChristian Lütke-Stetzkamp1-3/+1
2018-06-28staging: mt7621-mmc: Find response of MMC_SEND_OP_COND by defaultChristian Lütke-Stetzkamp1-1/+1
2018-06-28staging: mt7621-mmc: Factor out from msdc_command_start()Christian Lütke-Stetzkamp1-15/+25
2018-06-28staging: mt7621-mmc: Remove unused argument from msdc_do_commandChristian Lütke-Stetzkamp1-3/+2
2018-06-28staging: mt7621-mmc: Remove unused macro is_card_presentChristian Lütke-Stetzkamp1-4/+0
2018-06-28staging: mt7621-mmc: Remove unused define MAX_PHY_SGMTSChristian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused enum msdc_modeChristian Lütke-Stetzkamp1-6/+0
2018-06-28staging: mt7621-mmc: Remove unused define IRQ_SDCChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused define RALINK_MSDC_BASEChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Cleanup source of base address for ioChristian Lütke-Stetzkamp2-303/+236
2018-06-28staging: mt7621-mmc: Remove MSDC_MODE_* definesChristian Lütke-Stetzkamp1-7/+0
2018-06-28staging: mt7621-mmc: Remove unused variable from msdc_tune_requestChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused macro MAX_BD_PER_GPDChristian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_retryChristian Lütke-Stetzkamp1-13/+0
2018-06-28staging: mt7621-mmc: Make msdc_clr_fifo a function and relax cpuChristian Lütke-Stetzkamp1-13/+15
2018-06-28staging: mt7621-mmc: Remove unnecessary BUG_ON() in msdc_dma_setupChristian Lütke-Stetzkamp1-3/+0
2018-06-28staging: mt7621-mmc: Remove variable num form msdc_dma_setupChristian Lütke-Stetzkamp1-3/+2
2018-06-28staging: mt7621-mmc: Remove unused field sglen from msdc_dmaChristian Lütke-Stetzkamp2-4/+0
2018-06-28staging: mt7621-mmc: Remove unused field sg from msdc_dmaChristian Lütke-Stetzkamp2-2/+0
2018-06-28staging: mt7621-mmc: Refactor dma setup processChristian Lütke-Stetzkamp1-21/+13