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.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-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
/
mmci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-24
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-1
/
+9
2011-07-23
Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...
Russell King
1
-1
/
+11
2011-07-21
mmc: mmci: implement pre_req() and post_req()
Per Forlin
1
-13
/
+134
2011-07-19
ARM: 6981/2: mmci: adjust calculation of f_min
Linus Walleij
1
-1
/
+9
2011-07-06
ARM: 6980/1: mmci: use StartBitErr to detect bad connections
Linus Walleij
1
-0
/
+2
2011-06-06
ARM: 6894/1: mmci: trigger card detect IRQs on falling and rising edges
Linus Walleij
1
-2
/
+10
2011-05-26
ARM: 6832/1: mmci: support for ST-Ericsson db8500v2
Philippe Langlais
1
-2
/
+23
2011-05-12
ARM: 6858/1: mmci: force negative edge on clock bypass for ux500
Linus Walleij
1
-0
/
+2
2011-05-11
ARM: 6785/1: mmci: separate out ST Micro register defines
Linus Walleij
1
-2
/
+2
2011-03-25
mmc: mmci: Add ARM variant with extended FIFO
Pawel Moll
1
-1
/
+12
2011-03-17
Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers
Russell King
1
-121
/
+322
2011-02-23
ARM: amba: make probe() functions take const id tables
Russell King
1
-1
/
+2
2011-02-04
ARM: mmci: add dmaengine-based DMA support
Russell King
1
-8
/
+274
2011-02-04
ARM: mmci: no need for separate host->data_xfered
Russell King
1
-6
/
+3
2011-02-04
ARM: mmci: avoid unnecessary switch to data available PIO interrupts
Russell King
1
-6
/
+7
2011-02-04
ARM: mmci: no need to call flush_dcache_page() with sg_miter API
Russell King
1
-19
/
+0
2011-02-04
ARM: mmci: avoid reporting too many completed bytes on fifo overrun
Russell King
1
-6
/
+18
2011-01-31
ARM: mmci: round down the bytes transferred on error
Russell King
1
-3
/
+4
2011-01-31
ARM: mmci: complete the transaction on error
Russell King
1
-1
/
+1
2011-01-28
ARM: 6642/1: mmci: calculate remaining bytes at error correctly
Linus Walleij
1
-2
/
+2
2011-01-26
mmc: mmci: don't read command response when invalid
Russell King - ARM Linux
1
-5
/
+5
2011-01-24
ARM: 6632/3: mmci: stop using the blockend interrupts
Linus Walleij
1
-78
/
+20
2010-12-30
ARM: mmci: Clean up MMCI announcement printk
Russell King
1
-4
/
+4
2010-12-19
ARM: 6530/1: mmci: partially revert clock divisor code
Linus Walleij
1
-7
/
+1
2010-12-19
ARM: 6526/1: mmci: corrected calculation of clock div for ux500
Linus Walleij
1
-1
/
+26
2010-11-10
ARM: 6438/2: mmci: add SDIO support for ST Variants
Linus Walleij
1
-1
/
+36
2010-11-10
ARM: 6399/3: mmci: handle broken MCI_DATABLOCKEND hardware
Linus Walleij
1
-16
/
+77
2010-11-10
ARM: 6311/2: mmci: work with only one irq
Linus Walleij
1
-9
/
+41
2010-10-23
mmc: Move regulator handling closer to core
Linus Walleij
1
-10
/
+18
2010-10-23
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
1
-2
/
+1
2010-09-23
ARM: 6370/1: mmci: use _cansleep GPIO functions
Linus Walleij
1
-2
/
+3
2010-09-23
ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specified
Rabin Vincent
1
-3
/
+7
2010-09-23
ARM: 6308/1: mmci: support card detection interrupts
Rabin Vincent
1
-1
/
+23
2010-08-26
ARM: 6310/1: mmci: support different FIFO sizes
Rabin Vincent
1
-3
/
+19
2010-08-26
ARM: 6307/1: mmci: allow the card detect GPIO value not to be inverted
Rabin Vincent
1
-2
/
+3
2010-08-04
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-60
/
+88
2010-07-31
ARM: Fix Versatile/Realview/VExpress MMC card detection sense
Russell King
1
-2
/
+6
2010-07-29
ARM: 6246/1: mmci: support larger MMCIDATALENGTH register
Rabin Vincent
1
-3
/
+9
2010-07-29
ARM: 6245/1: mmci: enable hardware flow control on Ux500 variants
Rabin Vincent
1
-2
/
+6
2010-07-29
ARM: 6244/1: mmci: add variant data and default MCICLOCK support
Rabin Vincent
1
-1
/
+30
2010-07-29
ARM: 6243/1: mmci: pass power_mode to the translate_vdd callback
Rabin Vincent
1
-10
/
+3
2010-07-27
ARM: 6239/1: mmci: let core poll for card detection
Rabin Vincent
1
-21
/
+1
2010-07-27
ARM: 6238/1: mmci: fix multi block transfers
Rabin Vincent
1
-1
/
+1
2010-07-27
ARM: 6237/1: mmci: use sg_miter API to fix multi-page sg handling
Rabin Vincent
1
-22
/
+38
2010-05-27
mmc: remove the "state" argument to mmc_suspend_host()
Matt Fleming
1
-1
/
+1
2010-04-14
ARM: 6033/1: ARM: MMCI: pass max frequency from platform
Linus Walleij
1
-1
/
+12
2010-04-14
ARM: 6032/1: ARM: MMCI: support 8bit mode on the ST Micro version
Linus Walleij
1
-2
/
+4
2010-02-22
ARM: 5940/2: ARM: MMCI: remove custom DBG macro and printk
Linus Walleij
1
-14
/
+16
2010-01-28
ARM: 5896/1: MMCI: work around a hardware bug in U300
Linus Walleij
1
-0
/
+11
2009-11-24
ARM: 5785/1: Use ST vendor enum instead of numeral
Linus Walleij
1
-1
/
+1
[next]