index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-15
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-21
/
+36
2007-10-14
Fix compile while compiling drivers/mmc/host/mmc_spi.o with !BLOCK
David Brownell
1
-1
/
+1
2007-10-14
uevent environment changes fallout
Al Viro
1
-11
/
+4
2007-10-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
1
-14
/
+7
2007-10-12
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-14
/
+7
2007-10-12
mmc: use correct unregister function for led trigger
Pierre Ossman
1
-1
/
+1
2007-10-12
[ARM] pxa: update PXA MMC interface driver to use clk support
Russell King
2
-21
/
+36
2007-10-11
mmc: don't use weight32()
Nicolas Pitre
2
-2
/
+4
2007-10-10
pxamci: support arbitrary block size
Nicolas Pitre
1
-3
/
+16
2007-10-06
sdio: make the IRQ thread more resilient in the presence of bad states
Nicolas Pitre
1
-2
/
+8
2007-10-06
sdio: fix IRQ diagnostic message
Nicolas Pitre
1
-1
/
+1
2007-10-03
sdhci: remove old dma module params
Pierre Ossman
1
-12
/
+1
2007-10-03
sdhci: add SDHCI_QUIRK_BROKEN_DMA quirk
Feng Tang
1
-2
/
+11
2007-10-03
sdhci: remove DMA capability check from controller's PCI Class reg
Feng Tang
1
-2
/
+7
2007-10-03
sdhci: fix a typo
Nicolas Pitre
2
-2
/
+2
2007-10-03
mmc: Disabler for Ricoh MMC controller
Philip Langdale
3
-0
/
+169
2007-09-27
sdio: adaptive interrupt polling
Pierre Ossman
1
-5
/
+23
2007-09-25
mmc: pxamci: add SDIO card interrupt reporting capability
Bridge Wu
2
-5
/
+24
2007-09-25
mmc: pxamci: set proper buswidth capabilities according to PXA flavor
Bridge Wu
2
-1
/
+10
2007-09-25
mmc: pxamci: set proper block capabilities according to PXA flavor
Nicolas Pitre
1
-2
/
+2
2007-09-25
mmc: pxamci: better pending IRQ determination
Bridge Wu
1
-1
/
+1
2007-09-24
arm: i.MX/MX1 SDHC implements SD cards read-only switch read-back
Pavel Pisa
1
-2
/
+14
2007-09-24
mmc: add led trigger
Pierre Ossman
2
-0
/
+10
2007-09-23
mmc_spi host driver
David Brownell
3
-0
/
+1422
2007-09-23
MMC core learns about SPI
David Brownell
10
-103
/
+372
2007-09-23
MMC/SD card driver learns SPI
David Brownell
1
-8
/
+15
2007-09-23
sdio: store vendor strings
Pierre Ossman
3
-1
/
+55
2007-09-23
mmc: increase power up delay
Pierre Ossman
1
-1
/
+9
2007-09-23
sdhci: sdio interrupt support
Pierre Ossman
1
-1
/
+38
2007-09-23
sdio: fix recursion issues between sdio-uart driver and tty layer
Nicolas Pitre
1
-2
/
+19
2007-09-23
sdio: add default c_ispeed/c_ospeed values to sdio_uart driver
Nicolas Pitre
1
-0
/
+2
2007-09-23
sdio: add sdio_f0_readb() and sdio_f0_writeb()
David Vrabel
1
-0
/
+64
2007-09-23
mmc: replace BUG_ON with WARN_ON
Pierre Ossman
5
-15
/
+13
2007-09-23
sdio: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-3
/
+1
2007-09-23
sdio: extend sdio_readsb() and friends to handle any length of buffer
David Vrabel
3
-28
/
+86
2007-09-23
sdio: set the functions' block size
David Vrabel
3
-1
/
+59
2007-09-23
sdio: add SDIO_FBR_BASE(f) macro
David Vrabel
2
-3
/
+3
2007-09-23
mmc: fix sdio timeout calculation
Pierre Ossman
1
-0
/
+9
2007-09-23
mmc: fix incorrect divisor in debug output
Pierre Ossman
1
-1
/
+1
2007-09-23
sdio: enable wide bus mode
Pierre Ossman
1
-0
/
+33
2007-09-23
sdio: change clock speed
Pierre Ossman
1
-0
/
+6
2007-09-23
make struct sdio_dev_attrs[] static
Adrian Bunk
1
-1
/
+1
2007-09-23
sdio: add interface for host side SDIO interrupt reporting
Nicolas Pitre
2
-1
/
+10
2007-09-23
sdio: support IO_RW_EXTENDED
Pierre Ossman
3
-0
/
+243
2007-09-23
sdio: add /proc interface to sdio_uart driver
Nicolas Pitre
1
-0
/
+62
2007-09-23
sdio: UART/GPS driver
Nicolas Pitre
3
-0
/
+1086
2007-09-23
sdio: core support for SDIO function interrupt
Nicolas Pitre
3
-1
/
+246
2007-09-23
sdio: allow for mmc_claim_host to be aborted
Nicolas Pitre
1
-6
/
+16
2007-09-23
sdio: add basic sysfs attributes
Pierre Ossman
1
-0
/
+32
2007-09-23
sdio: add modalias support
Pierre Ossman
1
-1
/
+20
[next]