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