index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
mxs-mmc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: mxs-mmc: Check the return value from stmp_reset_block()
Fabio Estevam
2013-08-24
1
-3
/
+11
*
mmc: mxs-mmc: Use devm_clk_get()
Fabio Estevam
2013-08-24
1
-5
/
+3
*
mmc: mxs-mmc: Let device core handle pinctrl
Fabio Estevam
2013-06-27
1
-8
/
+0
*
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-26
1
-2
/
+0
*
mmc: mxs-mmc: fix error return code in mxs_mmc_probe()
Wei Yongjun
2013-05-26
1
-0
/
+1
*
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2013-05-07
1
-43
/
+5
|
\
|
*
mmc: mxs-mmc: move to use generic DMA helper
Shawn Guo
2013-04-04
1
-43
/
+5
*
|
mmc: mxs-mmc: add broken-cd property
Hector Palacios
2013-04-12
1
-1
/
+3
*
|
mmc: mxs-mmc: add non-removable property
Marc Kleine-Budde
2013-04-12
1
-3
/
+7
*
|
mmc: mxs-mmc: add cd-inverted property
Marc Kleine-Budde
2013-04-12
1
-1
/
+4
|
/
*
Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-02-26
1
-1
/
+2
|
\
|
*
mmc: mxs-mmc: Fix warning due to incorrect type
Fabio Estevam
2013-02-24
1
-1
/
+1
|
*
mmc: mxs-mmc: Add MODULE_ALIAS()
Fabio Estevam
2013-02-24
1
-0
/
+1
*
|
mmc: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-25
1
-3
/
+3
|
/
*
mmc: mxs-mmc: Remove platform data
Fabio Estevam
2012-12-06
1
-21
/
+10
*
mmc: mxs-mmc: Fix merge issue causing build error
Marek Vasut
2012-10-11
1
-1
/
+1
*
Merge tag 'v3.6-rc6' into spi-mxs
Mark Brown
2012-09-25
1
-8
/
+8
|
\
|
*
mmc: mxs-mmc: fix deadlock caused by recursion loop
Lauri Hintsala
2012-09-04
1
-5
/
+5
|
*
mmc: mxs-mmc: fix deadlock in SDIO IRQ case
Lauri Hintsala
2012-09-04
1
-2
/
+2
*
|
mmc: spi: Pull out common DMA parts from MXS MMC
Marek Vasut
2012-08-17
1
-46
/
+42
*
|
mmc: spi: Pull out the SSP clock configuration function
Marek Vasut
2012-08-17
1
-38
/
+1
*
|
mmc: spi: Pull out parts shared between MMC and SPI
Marek Vasut
2012-08-17
1
-48
/
+59
*
|
mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSP
Marek Vasut
2012-08-17
1
-9
/
+9
*
|
mmc: spi: Move SSP register definitions into separate file
Marek Vasut
2012-08-17
1
-84
/
+3
|
/
*
mmc: mxs-mmc: Add wp-inverted property
Marek Vasut
2012-07-22
1
-2
/
+13
*
mmc: mxs-mmc: enable regulator for mmc slot
Shawn Guo
2012-07-22
1
-0
/
+11
*
mmc: mxs-mmc: Move of_match_table out of CONFIG_PM
Marek Vasut
2012-06-06
1
-1
/
+1
*
mmc: mxs-mmc: add device tree support
Shawn Guo
2012-05-13
1
-5
/
+43
*
mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_host
Shawn Guo
2012-05-13
1
-7
/
+4
*
mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_host
Shawn Guo
2012-05-13
1
-3
/
+3
*
mmc: mxs-mmc: use devm_* helper to make cleanup simpler
Shawn Guo
2012-05-13
1
-31
/
+9
*
mmc: mxs-mmc: move header from mach into linux folder
Shawn Guo
2012-05-13
1
-2
/
+1
*
mmc: mxs-mmc: get rid of the use of cpu_is_xxx
Shawn Guo
2012-05-13
1
-10
/
+22
*
mmc: mxs-mmc: let ssp_is_old take host as parameter
Shawn Guo
2012-05-13
1
-28
/
+29
*
mmc: mxs-mmc: use global stmp_device functionality
Shawn Guo
2012-05-13
1
-7
/
+7
*
mmc: mxs-mmc: adopt pinctrl support
Shawn Guo
2012-05-12
1
-0
/
+8
*
dma: mxs-dma: enable channel in device_issue_pending call
Shawn Guo
2012-04-20
1
-0
/
+3
*
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
Linus Torvalds
2012-03-30
1
-6
/
+6
|
\
|
*
mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()
Huang Shijie
2012-03-27
1
-5
/
+5
|
*
mxs-dma : move the mxs dma.h to a more common place
Huang Shijie
2012-03-27
1
-1
/
+1
*
|
dmaengine/dma_slave: introduce inline wrappers
Alexandre Bounine
2012-03-21
1
-1
/
+1
|
/
*
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2012-01-17
1
-1
/
+9
|
\
|
*
mmc: mxs-mmc: fix the dma_transfer_direction migration
Shawn Guo
2011-12-23
1
-0
/
+3
|
*
Merge branch 'dma_slave_direction' into next_test_dirn
Vinod Koul
2011-11-17
1
-1
/
+6
|
|
\
|
|
*
mmc-host: move to dma_transfer_direction
Vinod Koul
2011-10-31
1
-1
/
+6
*
|
|
Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2012-01-13
1
-12
/
+1
|
\
\
\
|
*
|
|
mmc: convert drivers/mmc/host/* to use module_platform_driver()
Axel Lin
2012-01-11
1
-12
/
+1
|
|
/
/
*
/
/
mmc: mxs-mmc: convert to clk_prepare/clk_unprepare
Shawn Guo
2011-12-28
1
-5
/
+5
|
/
/
*
/
mmc: Add module.h to drivers/mmc users assuming implicit presence.
Paul Gortmaker
2011-10-26
1
-0
/
+1
|
/
*
mmc: mxs-mmc: fix clock rate setting
Koen Beel
2011-07-21
1
-16
/
+14
[next]