aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt7621-mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-28staging: mt7621-mmc: Remove unused field mode from msdc_dmaChristian Lütke-Stetzkamp2-5/+1
2018-06-28staging: mt7621-mmc: Remove DMA basic mode codeChristian Lütke-Stetzkamp1-56/+32
2018-06-28staging: mt7621-mmc: Remove register debugging structuresChristian Lütke-Stetzkamp1-411/+0
2018-06-28staging: mt7621-mmc: Remove unused macro sdr_write8Christian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused macro sdr_read8Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Replace sdr_read32 with readlChristian Lütke-Stetzkamp2-50/+49
2018-06-28staging: mt7621-mmc: Replace sdr_write32 with writelChristian Lütke-Stetzkamp2-33/+32
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_rxfifocntChristian Lütke-Stetzkamp1-2/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_txfifocntChristian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_fifo_read32Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_fifo_write32Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_fifo_read8Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused macro msdc_fifo_write8Christian Lütke-Stetzkamp1-1/+0
2018-06-28staging: mt7621-mmc: Remove unused variable in msdc_command_respChristian Lütke-Stetzkamp1-3/+0
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