aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdricoh_cs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28mmc: sdricoh_cs: Respect the cmd->busy_timeout from the mmc coreUlf Hansson1-2/+5
2020-05-28mmc: sdricoh_cs: Throttle polling rate for commandsUlf Hansson1-17/+16
2020-05-28mmc: sdricoh_cs: Throttle polling rate for data transfersUlf Hansson1-11/+15
2020-05-28mmc: sdricoh_cs: Drop redundant in-parameter to sdricoh_query_status()Ulf Hansson1-8/+7
2020-05-28mmc: sdricoh_cs: Move MMC_APP_CMD handling to sdricoh_mmc_cmd()Ulf Hansson1-13/+14
2020-05-28mmc: sdricoh_cs: Use MMC_APP_CMD rather than a hardcoded numberUlf Hansson1-1/+2
2020-05-28mmc: sdricoh_cs: Drop unused definesUlf Hansson1-2/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-15/+1
2017-08-30mmc: sdricoh_cs: constify mmc_host_ops structuresJulia Lawall1-1/+1
2017-06-20mmc: sdricoh_cs: remove redundant check if len is non-zeroColin Ian King1-3/+0
2016-02-29mmc: sdricoh_cs: Less checks in sdricoh_init_mmc() after, error detectionMarkus Elfring1-12/+8
2016-02-29mmc: sdricoh_cs: Delete unnecessary variable initialisationsMarkus Elfring1-3/+3
2013-10-30mmc: sdricoh_cs: Move away from using deprecated APIsUlf Hansson1-3/+0
2013-03-15drivers/mmc: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-19/+1
2011-10-26mmc: Add module.h to drivers/mmc users assuming implicit presence.Paul Gortmaker1-0/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-2/+2
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-1/+0
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2008-12-31Merge branch 'master' of ../mmcPierre Ossman1-1/+1
2008-12-31mmc: balanc pci_iomap with pci_iounmapRoel Kluin1-1/+1
2008-11-30sdricoh_cs: Add support for Bay Controller devicesSascha Sommer1-0/+2
2008-08-17sdricoh_cs: removed unused #include <version.h>Huang Weiyi1-1/+0
2008-07-15mmc: host driver for Ricoh Bay1ControllersSascha Sommer1-0/+575