index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
dw_mmc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: dw_mmc: add quirk for broken data transfer over scheme
Addy Ke
2015-08-17
1
-2
/
+62
*
mmc: dw_mmc: print the message for deprecated property
Jaehoon Chung
2015-08-17
1
-1
/
+3
*
mmc: dw_mmc: remove the unused blk_setting
Jaehoon Chung
2015-08-17
1
-21
/
+13
*
mmc: dw_mmc: fix the wrong condition checking
Jaehoon Chung
2015-08-17
1
-1
/
+1
*
mmc: dw_mmc: fix pio mode when internal dmac is enabled
Heiko Stuebner
2015-08-17
1
-13
/
+14
*
mmc: dw_mmc: Fix coding style issues
Shawn Lin
2015-08-17
1
-34
/
+56
*
mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used
Alexey Brodkin
2015-08-17
1
-38
/
+71
*
mmc: dw_mmc: insmod followed by rmmod will hung for eMMC
Prabu Thangamuthu
2015-06-12
1
-3
/
+3
*
mmc: dw_mmc: Use core to handle absent write protect line
Lars-Peter Clausen
2015-06-01
1
-36
/
+17
*
mmc: dw_mmc: add switch_voltage
Zhangfei Gao
2015-06-01
1
-0
/
+4
*
mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLE
Zhangfei Gao
2015-05-08
1
-1
/
+2
*
mmc: dw_mmc: init desc in dw_mci_idmac_init
Zhangfei Gao
2015-05-08
1
-1
/
+3
*
mmc: dw_mmc: Add locking around cmd11 timer
Doug Anderson
2015-04-09
1
-3
/
+21
*
mmc: dw_mmc: Add a return in an unexpected cmd11 timeout
Doug Anderson
2015-04-09
1
-2
/
+4
*
mmc: dw_mmc: Increase cmd11 timeout to 500ms
Doug Anderson
2015-04-09
1
-3
/
+5
*
mmc: dw_mmc: fix fifo ordering in big endian
Ben Dooks
2015-04-09
1
-35
/
+24
*
mmc: dw_mmc: change idmac descriptor files to __le32
Ben Dooks
2015-04-09
1
-15
/
+16
*
mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferring
Doug Anderson
2015-03-31
1
-3
/
+3
*
mmc: dw_mmc: Add a timeout for sending CMD11
Doug Anderson
2015-03-31
1
-0
/
+26
*
mmc: dw_mmc: enable card read threshold when mode is HS400
Jaehoon Chung
2015-03-31
1
-0
/
+1
*
mmc: dw_mmc: exynos: dw_mci_exynos_prepare_hs400_tuning() can be static
Wu Fengguang
2015-03-23
1
-1
/
+1
*
mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted
Doug Anderson
2015-03-23
1
-0
/
+4
*
mmc: dw_mmc: Only enable CD after setup and only if needed
Doug Anderson
2015-03-23
1
-3
/
+38
*
mmc: dw_mmc: Don't start commands while busy
Doug Anderson
2015-03-23
1
-0
/
+28
*
mmc: dw_mmc: Give a good reset after we give power
Doug Anderson
2015-03-23
1
-9
/
+18
*
mmc: dw_mmc: Make sure we only adjust the clock when power is on
Doug Anderson
2015-03-23
1
-6
/
+10
*
mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errors
addy ke
2015-03-23
1
-2
/
+8
*
mmc: dw_mmc: exynos: Support eMMC's HS400 mode
Seungwon Jeon
2015-03-23
1
-1
/
+15
*
mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UP
Doug Anderson
2015-01-19
1
-4
/
+6
*
mmc: dw_mmc: Convert to mmc_send_tuning()
Ulf Hansson
2015-01-19
1
-22
/
+4
*
mmc: dw_mmc: remove unnecessary debug message
Beomho Seo
2015-01-19
1
-3
/
+1
*
mmc: dw_mmc: fix the max_blk_count in IDMAC
Seungwon Jeon
2015-01-19
1
-2
/
+2
*
mmc: dw_mmc: Protect read-modify-write of INTMASK with a lock
Doug Anderson
2015-01-19
1
-0
/
+13
*
mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interrupts
Doug Anderson
2015-01-19
1
-34
/
+35
*
mmc: dw_mmc: avoid write to CDTHRCTL on older versions
James Hogan
2014-11-26
1
-0
/
+7
*
mmc: dw_mmc: add support for the other bit of sdio interrupt
Addy Ke
2014-11-26
1
-5
/
+7
*
mmc: dw_mmc: Add IDMAC 64-bit address mode support
Prabu Thangamuthu
2014-11-26
1
-38
/
+161
*
mmc: dw_mmc: Remove old card detect infrastructure
Doug Anderson
2014-11-10
1
-101
/
+20
*
mmc: dw_mmc: Change signal voltage error to dev_dbg()
Doug Anderson
2014-11-10
1
-1
/
+1
*
mmc: dw_mmc: Reset DMA before enabling IDMAC
Sonny Rao
2014-11-10
1
-0
/
+5
*
mmc: Consolidate emmc tuning blocks
Stephen Boyd
2014-09-23
1
-30
/
+0
*
mmc: dw_mmc: Remove unused function for !CONFIG_OF
Tobias Klauser
2014-09-19
1
-4
/
+0
*
mmc: dw_mmc: Pass back errors from mmc_of_parse()
Doug Anderson
2014-09-09
1
-4
/
+6
*
mmc: dw_mmc: Support voltage changes
Doug Anderson
2014-09-09
1
-9
/
+128
*
mmc: dw_mmc: use mmc_regulator_get_supply to handle regulators
Yuvaraj CD
2014-09-09
1
-37
/
+35
*
mmc: dw_mmc: Make sure we don't get stuck when we get an error
Doug Anderson
2014-09-09
1
-0
/
+46
*
mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.
Jaehoon Chung
2014-08-11
1
-2
/
+9
*
mmc: dw_mmc: change to use recommended reset procedure
Sonny Rao
2014-08-11
1
-23
/
+64
*
mmc: dw_mmc: Don't print data errors
Doug Anderson
2014-05-22
1
-1
/
+1
*
mmc: dw_mmc: restore the card-present checking point
Jaehoon Chung
2014-05-13
1
-0
/
+5
[next]