summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_pio.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: don't request CD IRQ until mmc_start_host()Stephen Warren2014-09-231-0/+1
* mmc: tmio: prevent endless loop in tmio_mmc_set_clock()Sergei Shtylyov2014-09-191-0/+9
* mmc: tmio: enable odd number size accessKuninori Morimoto2014-09-191-4/+35
* mmc: use .multi_io_quirk on tmio_mmcKuninori Morimoto2014-09-091-0/+13
* mmc: tmio: add actual clock support as optionShinobu Uehara2014-09-091-0/+5
* mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock()Kuninori Morimoto2014-09-091-1/+0Star
* mmc: tmio: check ILL_FUNC instead of CBSYShinobu Uehara2014-09-091-1/+12
* mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRKShinobu Uehara2014-09-091-1/+6
* mmc: tmio: control multiple block transfer modeShinobu Uehara2014-09-091-0/+10
* mmc: tmio: clear error IRQ statusShinobu Uehara2014-09-091-0/+3
* mmc: tmio: Remove library functions for system PMUlf Hansson2014-09-091-23/+0Star
* mmc: tmio: Make runtime PM callbacks available for CONFIG_PMUlf Hansson2014-09-091-1/+1
* mmc: tmio: Mask all IRQs when inactiveUlf Hansson2014-09-091-0/+2
* mmc: tmio: Handle clock gating from runtime PM functionsUlf Hansson2014-09-091-4/+24
* mmc: tmio: Restructure ->set_ios() and adapt ->probe() to itUlf Hansson2014-09-091-47/+14Star
* mmc: tmio: Extract bus_width modifications to a separate functionUlf Hansson2014-09-091-10/+15
* mmc: tmio: Keep host active while serving requestsUlf Hansson2014-09-091-23/+32
* mmc: tmio: Keep host active while SDIO IRQ is enabledUlf Hansson2014-09-091-4/+15
* mmc: tmio: Adapt to proper PM configs for exported functionsUlf Hansson2014-02-141-3/+4
* mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flagsKuninori Morimoto2014-01-131-10/+4Star
* mmc: tmio: bus_shift become tmio_mmc_data memberKuninori Morimoto2014-01-131-3/+0Star
* mmc: tmio: use -EPROBE_DEFER if driver can't find regulatorKuninori Morimoto2014-01-131-5/+16
* mmc: tmio: don't overwrite caps2Kuninori Morimoto2014-01-131-1/+1
* mmc: tmio: Move away from using deprecated APIsUlf Hansson2013-10-311-6/+3Star
* Revert "mmc: tmio-mmc: Remove .set_pwr() callback from platform data"Chris Ball2013-09-061-0/+7
* mmc: tmio-mmc: Remove .set_pwr() callback from platform dataLaurent Pinchart2013-08-251-7/+0Star
* mmc: tmio-mmc: Remove .get_cd() callback from platform dataLaurent Pinchart2013-08-251-15/+1Star
* mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-251-1/+1
* mmc: tmio: fix compiler warningGuennadi Liakhovetski2013-07-231-1/+5
* mmc: tmio-mmc: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-1/+3
* mmc: tmio: reset the controller after power-upGuennadi Liakhovetski2013-06-061-1/+2
* mmc: tmio: fix unbalanced power-on calls with clock-gating enabledGuennadi Liakhovetski2013-06-061-10/+17
* mmc: tmio: postpone controller reset during resumeGuennadi Liakhovetski2013-06-061-1/+5
* mmc: tmio: add support for the VccQ regulatorGuennadi Liakhovetski2013-02-241-10/+46
* mmc: tmio-mmc: parse device-tree bindingsGuennadi Liakhovetski2013-02-241-2/+18
* mmc: sdhi, tmio: only check flags in tmio-mmc driver properGuennadi Liakhovetski2013-02-241-0/+3
* mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio usersShawn Guo2013-02-111-8/+0Star
* mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
* mmc: tmio: use generic GPIO CD and WP handlersGuennadi Liakhovetski2012-07-211-0/+6
* mmc: tmio: support caps2 flagsGuennadi Liakhovetski2012-07-211-0/+1
* mmc: tmio: remove a duplicated comment lineGuennadi Liakhovetski2012-07-211-1/+0Star
* mmc: tmio: add regulator supportGuennadi Liakhovetski2012-07-211-8/+29
* mmc: tmio: add callbacks to enable-update and disable the interface clockGuennadi Liakhovetski2012-07-211-3/+32
* mmc: tmio: don't needlessly enable interrupts during probingGuennadi Liakhovetski2012-07-211-10/+11
* mmc: tmio: Don't access hardware registers after stopping clocksLaurent Pinchart2012-07-211-8/+10
* mmc: extend and rename cd-gpio helpers to handle more slot GPIO functionsGuennadi Liakhovetski2012-07-111-3/+3
* mmc: tmio: use MMC opcode defines instead of numbersGuennadi Liakhovetski2012-07-111-3/+4
* mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() functionGuennadi Liakhovetski2012-03-271-4/+5
* mmc: tmio_mmc: remove unused sdio_irq_enabled flagGuennadi Liakhovetski2012-03-271-2/+0Star
* mmc: tmio_mmc: power status flag doesn't have to be exposed in platform dataGuennadi Liakhovetski2012-03-271-7/+6Star