aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01staging: mt7621-mmc: Fix line size exceeding 80 columnsSankalp Negi1-1/+2
2018-05-25staging: mt7621-mmc: fix spelling mistake: "Illgal" -> "Illegal"Colin Ian King1-1/+1
2018-05-20staging: mt7621-mmc: fix spelling mistake: "Eanable" -> "Enable"Colin Ian King1-1/+1
2018-05-06staging: mt7621-mmc: Remove unused barrier macrosChristian Lütke-Stetzkamp1-7/+0
2018-05-06staging: mt7621-mmc: Cleanup includesChristian Lütke-Stetzkamp1-43/+8
2018-05-06staging: mt7621-mmc: Remove unused macro HOST_MAX_NUMChristian Lütke-Stetzkamp1-2/+0
2018-05-06staging: mt7621-mmc: Always use linked DMA modeChristian Lütke-Stetzkamp1-4/+1
2018-05-06staging: mt7621-mmc: Change return value of msdc_dma_config to voidChristian Lütke-Stetzkamp1-2/+1
2018-05-06staging: mt7621-mmc: Don't disables DMAChristian Lütke-Stetzkamp1-2/+0
2018-05-06staging: mt7621-mmc: Inline function msdc_set_blknumChristian Lütke-Stetzkamp1-9/+1
2018-05-06staging: mt7621-mmc: Remove initialisation in msdc_dma_configChristian Lütke-Stetzkamp1-1/+1
2018-05-06staging: mt7621-mmc: Remove redundant check for card statusChristian Lütke-Stetzkamp1-14/+0
2018-05-06staging: mt7621-mmc: Do not BUG() if mrq set in msdc_ops_requestChristian Lütke-Stetzkamp1-4/+1
2018-05-06staging: mt7621-mmc: Remove unused sdio irq codeChristian Lütke-Stetzkamp2-27/+0
2018-05-06staging: mt7621-mmc: Remove unused field abort from msdc_hostChristian Lütke-Stetzkamp2-4/+0
2018-05-06staging: mt7621-mmc: Fix error number assignmentChristian Lütke-Stetzkamp1-14/+15
2018-05-06staging: mt7621-mmc: Remove unused variable dma_xfer from msdc_hostChristian Lütke-Stetzkamp2-2/+1
2018-05-06staging: mt7621-mmc: Remove non-DMA transfer codeChristian Lütke-Stetzkamp1-225/+36
2018-05-06staging: mt7621-mmc: Remove unused global dma_sizeChristian Lütke-Stetzkamp2-10/+0
2018-05-06staging: mt7621-mmc: Remove transfer mode setting variableChristian Lütke-Stetzkamp3-22/+1
2018-05-06staging: mt7621-mmc: Remove transfer mode setting from procChristian Lütke-Stetzkamp1-15/+0
2018-05-06staging: mt7621-mmc: Remove unused static msdc_regsChristian Lütke-Stetzkamp1-8/+0
2018-05-06staging: mt7621-mmc: Replace macro sdr_get_field with functionChristian Lütke-Stetzkamp2-11/+13
2018-05-06staging: mt7621-mmc: Replace macro sdr_set_field with functionChristian Lütke-Stetzkamp1-7/+9
2018-05-06staging: mt7621-mmc: Remove function uffsChristian Lütke-Stetzkamp1-31/+2
2018-05-06staging: mt7621-mmc: Remove unused macros sdr_{read,write}16Christian Lütke-Stetzkamp1-2/+0
2018-05-06staging: mt7621-mmc: Remove unused macro msdc_init_gpd_exChristian Lütke-Stetzkamp1-9/+0
2018-05-06staging: mt7621-mmc: Remove unused field clk_drv from msdc_hwChristian Lütke-Stetzkamp2-5/+2
2018-05-06staging: mt7621-mmc: Remove unused field cmd_drv from msdc_hwChristian Lütke-Stetzkamp2-4/+2
2018-05-06staging: mt7621-mmc: Remove unused field dat_drv from msdc_hwChristian Lütke-Stetzkamp2-4/+2
2018-05-06staging: mt7621-mmc: Remove unused field data_edge from msdc_hwChristian Lütke-Stetzkamp2-5/+3
2018-05-06staging: mt7621-mmc: Remove unused field cmd_edge from msdc_hwChristian Lütke-Stetzkamp2-3/+2
2018-05-06staging: mt7621-mmc: Fix typo in function parametersChristian Lütke-Stetzkamp1-1/+1
2018-04-25staging: mt7621-mmc: Fix calculation typo in msdc_init_gpd_bdChristian Lütke-Stetzkamp1-1/+1
2018-04-25staging: mt7621-mmc: Remove unused card_workqueue from msdc_hostChristian Lütke-Stetzkamp1-4/+0
2018-04-25staging: mt7621-mmc: Remove old references to taskletChristian Lütke-Stetzkamp2-24/+0
2018-04-25staging: mt7621-mmc: Add annotations about held locksChristian Lütke-Stetzkamp1-0/+2
2018-04-25staging: mt7621-mmc: Correct datatypes for io and sanitize io accessChristian Lütke-Stetzkamp2-45/+58
2018-04-25staging: mt7621-mmc: Replace dma dir with mmc_get_dma_dirChristian Lütke-Stetzkamp1-4/+5
2018-04-25staging: mt7621-mmc: Fix dma_map_sg may map to fewer entriesChristian Lütke-Stetzkamp1-2/+4
2018-04-25staging: mt7621-mmc: Remove multiple assignmentsChristian Lütke-Stetzkamp1-3/+4
2018-04-25staging: mt7621-mmc: Fix dereference before check in msdc_drv_pmChristian Lütke-Stetzkamp1-3/+3
2018-04-23staging: mt7621-mmc: Remove unused field dma_addr of msdc_hostChristian Lütke-Stetzkamp1-1/+0
2018-04-23staging: mt7621-mmc: Remove unused field cmd_rsp_done of msdc_hostChristian Lütke-Stetzkamp1-1/+0
2018-04-23staging: mt7621-mmc: Remove unused field cmd_r1b_done in msdc_hostChristian Lütke-Stetzkamp1-1/+0
2018-04-23staging: mt7621-mmc: Remove unused field dma_left_size of msdc_hostChristian Lütke-Stetzkamp1-1/+0
2018-04-23staging: mt7621:mmc: Remove unused field reserved from msdc_hostChristian Lütke-Stetzkamp1-1/+0
2018-04-23staging: mt7621-mmc: Remove unused field starttime from msdc_hostChristian Lütke-Stetzkamp1-1/+0
2018-04-23staging: mt7621-mmc: Change default transfer mode to DMAChristian Lütke-Stetzkamp1-4/+4
2018-04-23staging: mt7621-mmc: Refactor msdc_init_gpd_bdChristian Lütke-Stetzkamp1-19/+8