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