summaryrefslogtreecommitdiff
path: root/drivers/staging/mt7621-mmc
AgeCommit message (Expand)Author
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
2018-04-23staging: mt7621-mmc: Remove unused field xfersz from msdc_dmaChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove flags from msdc_dmaChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused fields from msdc_dmaChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Start cleanup of msdc_dma_configChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused function msdc_dma_dumpChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused field burstsz from msdc_dmaChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused field data_offset from msdc_hwChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Relax cpu while waiting for stable clockChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove code for not existent configChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Refactor and rename msdc_reset to msdc_reset_hwChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove power callbacks from msdc_hwChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Fix null pointer deref if ext sdio irq enabledChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused field disable_cd_eirqChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused field enable_cd_eirq from msdc_hwChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused field get_cd_status from msdc_hwChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused code from board.hChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove redundant opcode checkChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Fix: copy_from_user() returns a positive valueChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Fix debug file world writableChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove error message in debugChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove constant flag MSDC_HIGHSPEEDChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused functionsChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unused global: msdc_6575_hostChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove constant flagChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Fix power management by removing old apiChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove duplicate definesChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Fix requesting of irqChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Fix dma_alloc_coherent should get device as first paramChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove dead codepath from probe functionChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Fix different caps for different devicesChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unnecessary field from struct msdc_hwChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Remove unnecessary setting of dev.platform_dataChristian Lütke-Stetzkamp
2018-04-23staging: mt7621-mmc: Fix bug on dma_alloc_coherent failChristian Lütke-Stetzkamp