index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
mxcmmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe
Matteo Facchinetti
2014-11-10
1
-5
/
+7
*
mmc: mxcmmc: fix race condition when dma finish a data transfer
Matteo Facchinetti
2014-11-10
1
-10
/
+3
*
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
2014-09-09
1
-1
/
+0
*
mmc: mxcmmc: Use mmc_regulator_get_supply() API
Alexander Shiyan
2014-05-12
1
-27
/
+17
*
mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPS
Alexander Shiyan
2014-05-12
1
-10
/
+3
*
mmc: mxcmmc: Convert to devm-* API
Alexander Shiyan
2014-05-12
1
-63
/
+38
*
mmc: mxcmmc: Move away from using deprecated APIs
Ulf Hansson
2013-10-30
1
-10
/
+2
*
mmc: mxcmmc: handle mmc_of_parse() errors during probe
Simon Baatz
2013-06-27
1
-1
/
+3
*
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-26
1
-2
/
+0
*
mmc: mxcmmc: enable DMA support on mpc512x
Anatolij Gustschin
2013-04-12
1
-2
/
+33
*
mmc: mxcmmc: constify mxcmci_devtype
Anatolij Gustschin
2013-04-12
1
-1
/
+1
*
mmc: mxcmmc: use slot-gpio API for write-protect detection
Anatolij Gustschin
2013-04-12
1
-3
/
+5
*
mmc: mxcmmc: add mpc512x SDHC support
Anatolij Gustschin
2013-04-12
1
-44
/
+89
*
mmc: mxcmmc: fix race conditions for host->req and host->data access
Anatolij Gustschin
2013-04-12
1
-7
/
+24
*
mmc: mxcmmc: DT support
Markus Pargmann
2013-04-12
1
-18
/
+61
*
mmc: mxcmmc: Fix bug when card is present during boot
Alexander Shiyan
2013-04-12
1
-2
/
+2
*
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-12-12
1
-2
/
+29
|
\
|
*
Merge branch 'cleanups/dma' into next/cleanup
Arnd Bergmann
2012-11-13
1
-1
/
+1
|
|
\
|
*
|
mmc: mxcmmc: remove cpu_is_xxx by using platform_device_id
Shawn Guo
2012-10-15
1
-2
/
+29
*
|
|
mmc: mxcmmc: fix SD cards not being detected sometimes.
Javier Martin
2012-12-06
1
-1
/
+1
|
|
/
|
/
|
*
|
mmc: mxcmmc: Fix MODULE_ALIAS
Fabio Estevam
2012-11-07
1
-1
/
+1
|
/
*
Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2012-10-10
1
-6
/
+70
|
\
|
*
mmc: mxcmmc: fix bug that may block a data transfer forever
Javier Martin
2012-10-03
1
-6
/
+70
*
|
ARM: imx: move platform_data definitions
Arnd Bergmann
2012-09-14
1
-2
/
+2
|
/
*
mmc mxcmmc: do not depend on grouped clocks
Sascha Hauer
2012-04-25
1
-14
/
+25
*
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
2012-03-21
1
-1
/
+1
*
dmaengine: Pass dma_slave_config .device_fc = NULL for all existing users
Viresh Kumar
2012-02-22
1
-0
/
+2
*
mmc: mxcmmc: add missing dma_async_issue_pending
Sascha Hauer
2012-01-30
1
-0
/
+1
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-01-17
1
-3
/
+7
|
\
|
*
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
2011-11-17
1
-3
/
+7
|
|
\
|
|
*
mmc-host: move to dma_transfer_direction
Vinod Koul
2011-10-31
1
-3
/
+7
*
|
|
mmc: convert drivers/mmc/host/* to use module_platform_driver()
Axel Lin
2012-01-11
1
-12
/
+1
*
|
|
mmc: mxcmmc: fix falling back to PIO
Sascha Hauer
2011-12-10
1
-0
/
+1
|
/
/
*
|
Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc
Linus Torvalds
2011-11-01
1
-0
/
+1
|
\
\
|
*
|
mmc: mxcmmc: explicitly includes mach/hardware.h
Shawn Guo
2011-10-17
1
-0
/
+1
|
|
/
*
|
mmc: replace printk with appropriate display macro
Girish K S
2011-10-26
1
-1
/
+1
|
/
*
ARM i.MX dma: Fix burstsize settings
Sascha Hauer
2011-07-07
1
-4
/
+4
*
mmc: mxcmmc: use dmaengine API
Sascha Hauer
2011-03-15
1
-77
/
+104
*
mmc: mxcmmc: remove a unnecessary release_resource() call
Axel Lin
2011-01-08
1
-1
/
+0
*
mmc: mxcmmc: update the regulator support code to the latest API
Alberto Panizzo
2011-01-08
1
-8
/
+12
*
mmc: mxcmmc: Allow binding a regulator to manage the MMC card voltage
Alberto Panizzo
2011-01-08
1
-6
/
+42
*
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
2010-10-23
1
-2
/
+1
*
mxcmmc: convert to pm_ops and enable/disable clock
Eric Bénard
2010-07-26
1
-14
/
+18
*
Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 i...
Uwe Kleine-König
2010-07-26
1
-1
/
+1
|
\
|
*
mmc: remove the "state" argument to mmc_suspend_host()
Matt Fleming
2010-05-27
1
-1
/
+1
*
|
mxcmmc: add card detect through DAT3 possibility
Eric Bénard
2010-07-26
1
-3
/
+13
|
/
*
ARM: mx3: Fix a race condition in mxcmmc
Daniel Mack
2010-05-17
1
-1
/
+12
*
ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handling
Daniel Mack
2010-04-14
1
-0
/
+16
*
ARM: MXC: mxcmmc: Teach the driver SDIO operations
Daniel Mack
2010-04-14
1
-11
/
+59
*
ARM: MXC: mxcmmc: misc cleanups
Daniel Mack
2010-04-14
1
-4
/
+13
[next]