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