index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
au1xmmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-20
mmc: host: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-09
mmc: au1xmmc: fix error return code in au1xmmc_probe()
Wei Yongjun
1
-1
/
+4
2014-07-30
MIPS: Alchemy: au1xmmc: use clk framework
Manuel Lauss
1
-10
/
+21
2014-07-30
MIPS: Alchemy: remove au_read/write/sync
Manuel Lauss
1
-81
/
+86
2014-07-30
MIPS: Alchemy: introduce helpers to access SYS register block.
Manuel Lauss
1
-1
/
+1
2013-10-31
mmc: au1xmmc: Move away from using deprecated APIs
Ulf Hansson
1
-6
/
+1
2013-05-26
mmc: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2012-11-29
mmc: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-29
mmc: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2011-12-08
MIPS: Alchemy: Au1300 SoC support
Manuel Lauss
1
-17
/
+28
2011-11-04
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-43
/
+49
2011-10-27
mmc: replace printk with appropriate display macro
Girish K S
1
-5
/
+5
2011-10-25
MMC: au1xmmc: Remove Alchemy CPU subtype dependencies
Manuel Lauss
1
-43
/
+50
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-10-23
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
1
-1
/
+1
2010-10-23
mmc: au1xmmc.c: use resource_size()
H Hartley Sweeten
1
-1
/
+1
2010-05-27
mmc: remove the "state" argument to mmc_suspend_host()
Matt Fleming
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-27
MMC: AU1xMMC: Allow platforms to disable host capabilities
Manuel Lauss
1
-0
/
+4
2010-02-27
MIPS: Alchemy: change dbdma to accept physical memory addresses
Manuel Lauss
1
-2
/
+2
2010-02-27
MIPS: Alchemy: remove dbdma compat macros
Manuel Lauss
1
-2
/
+2
2008-08-01
au1xmmc: raise segment size limit.
Manuel Lauss
1
-1
/
+7
2008-07-23
au1xmmc: suspend/resume implementation
Manuel Lauss
1
-12
/
+42
2008-07-15
au1xmmc: remove custom carddetect poll implementation.
Manuel Lauss
1
-61
/
+18
2008-07-15
au1xmmc: abort requests early if no card is present.
Manuel Lauss
1
-0
/
+7
2008-07-15
au1xmmc: codingstyle tidying.
Manuel Lauss
1
-92
/
+141
2008-07-15
au1xmmc: SDIO IRQ support.
Manuel Lauss
1
-1
/
+15
2008-07-15
au1xmmc: enable 4 bit transfer mode
Manuel Lauss
1
-5
/
+17
2008-07-15
au1xmmc: remove db1200 board code, rewrite probe.
Manuel Lauss
1
-233
/
+340
2008-04-16
mmc: fix platform driver hotplug/coldplug
Kay Sievers
1
-0
/
+2
2007-10-28
scatterlist fallout: mmc
Al Viro
1
-1
/
+1
2007-10-27
at91_mci: Fix bad reference
Pierre Ossman
1
-2
/
+2
2007-10-24
mmc: sg fallout
Jens Axboe
1
-1
/
+1
2007-10-22
[SG] Update drivers to use sg helpers
Jens Axboe
1
-7
/
+4
2007-09-23
mmc: remove confusing flag
Pierre Ossman
1
-12
/
+14
2007-09-23
mmc: remove custom error codes
Pierre Ossman
1
-16
/
+16
2007-07-26
mmc: update header file paths
Pierre Ossman
1
-1
/
+1
2007-06-07
au1xmmc: Replace C code with call to ARRAY_SIZE() macro.
Robert P. J. Day
1
-2
/
+1
2007-05-14
mmc: au1xmmc command types check from data flags
Yoichi Yuasa
1
-21
/
+14
2007-05-01
mmc: Move host and card drivers to subdirs
Pierre Ossman
1
-0
/
+1031