aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_pio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-21mmc: tmio: add callbacks to enable-update and disable the interface clockGuennadi Liakhovetski1-3/+32
2012-07-21mmc: tmio: don't needlessly enable interrupts during probingGuennadi Liakhovetski1-10/+11
2012-07-21mmc: tmio: Don't access hardware registers after stopping clocksLaurent Pinchart1-8/+10
2012-07-10mmc: extend and rename cd-gpio helpers to handle more slot GPIO functionsGuennadi Liakhovetski1-3/+3
2012-07-10mmc: tmio: use MMC opcode defines instead of numbersGuennadi Liakhovetski1-3/+4
2012-03-27mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() functionGuennadi Liakhovetski1-4/+5
2012-03-27mmc: tmio_mmc: remove unused sdio_irq_enabled flagGuennadi Liakhovetski1-2/+0
2012-03-27mmc: tmio_mmc: power status flag doesn't have to be exposed in platform dataGuennadi Liakhovetski1-7/+6
2012-03-27mmc: tmio_mmc: support the generic MMC GPIO card hotplug helperGuennadi Liakhovetski1-38/+31
2012-03-27mmc: tmio: calculate the native hotplug condition only onceGuennadi Liakhovetski1-6/+6
2012-03-27mmc: tmio_mmc: do not enable card hotplug interrupts, if unusedGuennadi Liakhovetski1-1/+6
2012-03-16Merge branch 'pm-qos'Rafael J. Wysocki1-0/+5
2012-03-13tmio_mmc / PM: Use PM QoS latency constraintRafael J. Wysocki1-0/+5
2012-02-13mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski1-1/+5
2012-01-11mmc: tmio_mmc: Hotplug code regroupingBastian Hecht1-9/+21
2011-12-10mmc: tmio: fix clock gating on platforms with a .set_pwr() methodGuennadi Liakhovetski1-1/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-1/+1
2011-10-26mmc: tmio: Provide separate interrupt handlersSimon Horman1-48/+83
2011-10-26mmc: tmio: Cache interrupt masksSimon Horman1-16/+18
2011-07-21mmc: tmio: fix a deadlockGuennadi Liakhovetski1-2/+2
2011-07-21mmc: tmio: maximize power savingGuennadi Liakhovetski1-27/+37
2011-07-21mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabledGuennadi Liakhovetski1-6/+29
2011-07-20mmc: tmio: Fix race condition resulting in spurious interruptsPaul Parsons1-44/+32
2011-07-20mmc: tmio: Share register access functionsSimon Horman1-34/+0
2011-06-25mmc: tmio: fix regression in TMIO_MMC_WRPROTECT_DISABLE handlingGuennadi Liakhovetski1-2/+2
2011-05-24mmc: tmio: runtime suspend the controller, where possibleGuennadi Liakhovetski1-6/+58