aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_pio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-24mmc: tmio: Fix timeout value for command requestTakeshi Kihara1-2/+4
2015-06-01mmc: TMIO: Fix I/O mapping leak on error using devm_ioremap()Ian Molton1-3/+2
2015-03-23mmc: tmio: Remove bogus un-initialization in tmio_mmc_host_free()Geert Uytterhoeven1-2/+0
2015-01-20mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto1-3/+2
2015-01-20mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto1-2/+2
2015-01-20mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto1-3/+2
2015-01-20mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto1-1/+1
2015-01-20mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto1-16/+29
2014-09-23mmc: don't request CD IRQ until mmc_start_host()Stephen Warren1-0/+1
2014-09-19mmc: tmio: prevent endless loop in tmio_mmc_set_clock()Sergei Shtylyov1-0/+9
2014-09-19mmc: tmio: enable odd number size accessKuninori Morimoto1-4/+35
2014-09-09mmc: use .multi_io_quirk on tmio_mmcKuninori Morimoto1-0/+13
2014-09-09mmc: tmio: add actual clock support as optionShinobu Uehara1-0/+5
2014-09-09mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock()Kuninori Morimoto1-1/+0
2014-09-09mmc: tmio: check ILL_FUNC instead of CBSYShinobu Uehara1-1/+12
2014-09-09mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRKShinobu Uehara1-1/+6
2014-09-09mmc: tmio: control multiple block transfer modeShinobu Uehara1-0/+10
2014-09-09mmc: tmio: clear error IRQ statusShinobu Uehara1-0/+3
2014-09-09mmc: tmio: Remove library functions for system PMUlf Hansson1-23/+0
2014-09-09mmc: tmio: Make runtime PM callbacks available for CONFIG_PMUlf Hansson1-1/+1
2014-09-09mmc: tmio: Mask all IRQs when inactiveUlf Hansson1-0/+2
2014-09-09mmc: tmio: Handle clock gating from runtime PM functionsUlf Hansson1-4/+24
2014-09-09mmc: tmio: Restructure ->set_ios() and adapt ->probe() to itUlf Hansson1-47/+14
2014-09-09mmc: tmio: Extract bus_width modifications to a separate functionUlf Hansson1-10/+15
2014-09-09mmc: tmio: Keep host active while serving requestsUlf Hansson1-23/+32
2014-09-09mmc: tmio: Keep host active while SDIO IRQ is enabledUlf Hansson1-4/+15
2014-02-13mmc: tmio: Adapt to proper PM configs for exported functionsUlf Hansson1-3/+4
2014-01-13mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flagsKuninori Morimoto1-10/+4
2014-01-13mmc: tmio: bus_shift become tmio_mmc_data memberKuninori Morimoto1-3/+0
2014-01-13mmc: tmio: use -EPROBE_DEFER if driver can't find regulatorKuninori Morimoto1-5/+16
2014-01-13mmc: tmio: don't overwrite caps2Kuninori Morimoto1-1/+1
2013-10-30mmc: tmio: Move away from using deprecated APIsUlf Hansson1-6/+3
2013-09-06Revert "mmc: tmio-mmc: Remove .set_pwr() callback from platform data"Chris Ball1-0/+7
2013-08-24mmc: tmio-mmc: Remove .set_pwr() callback from platform dataLaurent Pinchart1-7/+0
2013-08-24mmc: tmio-mmc: Remove .get_cd() callback from platform dataLaurent Pinchart1-15/+1
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart1-1/+1
2013-07-23mmc: tmio: fix compiler warningGuennadi Liakhovetski1-1/+5
2013-06-27mmc: tmio-mmc: handle mmc_of_parse() errors during probeSimon Baatz1-1/+3
2013-06-06mmc: tmio: reset the controller after power-upGuennadi Liakhovetski1-1/+2
2013-06-06mmc: tmio: fix unbalanced power-on calls with clock-gating enabledGuennadi Liakhovetski1-10/+17
2013-06-06mmc: tmio: postpone controller reset during resumeGuennadi Liakhovetski1-1/+5
2013-02-24mmc: tmio: add support for the VccQ regulatorGuennadi Liakhovetski1-10/+46
2013-02-24mmc: tmio-mmc: parse device-tree bindingsGuennadi Liakhovetski1-2/+18
2013-02-24mmc: sdhi, tmio: only check flags in tmio-mmc driver properGuennadi Liakhovetski1-0/+3
2013-02-11mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio usersShawn Guo1-8/+0
2012-11-28mmc: remove use of __devinitBill Pemberton1-1/+1
2012-07-21mmc: tmio: use generic GPIO CD and WP handlersGuennadi Liakhovetski1-0/+6
2012-07-21mmc: tmio: support caps2 flagsGuennadi Liakhovetski1-0/+1
2012-07-21mmc: tmio: remove a duplicated comment lineGuennadi Liakhovetski1-1/+0
2012-07-21mmc: tmio: add regulator supportGuennadi Liakhovetski1-8/+29