Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4e7392b2ac6ed95b4ccacdec2f2e9e8e00c929c4
/
drivers
/
mmc
/
host
/
dw_mmc.c
4e7392b
mmc: dw_mmc: move dw_mci_reset forward to avoid declaration
by Shawn Lin
· 8 years ago
b6d2d81
mmc: dw_mmc: improve the timeout polling code
by Shawn Lin
· 8 years ago
a6db2c8
mmc: dw_mmc: Don't allow Runtime PM for SDIO cards
by Douglas Anderson
· 8 years ago
ce69e2f
mmc: dw_mmc: silent verbose log when calling from PM context
by Shawn Lin
· 8 years ago
d6fced8
mmc: dw_mmc: Add fifo watermark alignment property
by Jun Nie
· 8 years ago
a0361c1
mmc: dw_mmc: Add fifo address property
by Jun Nie
· 8 years ago
0f21c58
mmc: dw_mmc: Remove the public dw_mmc header file
by Ulf Hansson
· 8 years ago
e9748e0
mmc: dw_mmc: force setup bus if active slots exist
by Ziyuan Xu
· 8 years ago
e6cd7a8
mmc: dw_mmc: display the clock message only one time when card is polling
by Jaehoon Chung
· 8 years ago
d10111c
mmc: dw_mmc: add the debug message for polling and non-removable
by Jaehoon Chung
· 8 years ago
1c238a9
mmc: dw_mmc: check the "present" variable before checking flags
by Jaehoon Chung
· 8 years ago
df9bcc2
mmc: dw_mmc: add missing codes for runtime resume
by Joonyoung Shim
· 8 years ago
d3c6aac
mmc: delete is_first_req parameter from pre-request callback
by Linus Walleij
· 8 years ago
b023030
mmc: dw_mmc: The "clock-freq-min-max" property was deprecated
by Jaehoon Chung
· 8 years ago
0349c08
mmc: dw_mmc: remove the unnecessary mmc_data structure
by Jaehoon Chung
· 8 years ago
a4cc7eb
mmc: dw_mmc: use the cookie's enum values for post/pre_req()
by Jaehoon Chung
· 8 years ago
e13c3c0
mmc: dw_mmc: call the dw_mci_prep_stop_abort() by default
by Jaehoon Chung
· 8 years ago
8c005b4
mmc: dw_mmc: use the hold register when send stop command
by Jaehoon Chung
· 8 years ago
72e8357
mmc: dw_mmc: change the DW_MCI_FREQ_MIN from 400K to 100K
by Jaehoon Chung
· 8 years ago
1f4d507
mmc: dw_mmc: fix the debug message for checking card's present
by Jaehoon Chung
· 8 years ago
21657ebd
mmc: dw_mmc: display the real register value on debugfs
by Jaehoon Chung
· 8 years ago
26be9d7
mmc: dw_mmc: fix spelling mistake in dev_dbg message
by Colin Ian King
· 8 years ago
ed24e1f
mmc: dw_mmc: remove system PM callback
by Shawn Lin
· 8 years ago
1f5c51d
mmc: dw_mmc: disable biu clk if possible
by Shawn Lin
· 8 years ago
e9ed883
mmc: dw_mmc: add runtime PM callback
by Shawn Lin
· 8 years ago
647f80a
mmc: dw_mmc: fix the error handling for dma operation
by Jaehoon Chung
· 8 years ago
3a667e3
mmc: dw_mmc: add the "reset" as name of reset controller
by Jaehoon Chung
· 8 years ago
0f75c40
mmc: dw_mmc: remove the deprecated "supports-highspeed" property
by Jaehoon Chung
· 8 years ago
2075356
mmc: dw_mmc: minor cleanup for dw_mci_adjust_fifoth
by Shawn Lin
· 8 years ago
cc190d4
mmc: dw_mmc: use macro to define ring buffer size
by Shawn Lin
· 8 years ago
d12d0cb
mmc: dw_mmc: fix misleading error print if failing to do DMA transfer
by Shawn Lin
· 8 years ago
3b2a067
mmc: dw_mmc: avoid race condition of cpu and IDMAC
by Shawn Lin
· 8 years ago
ec0baaa
mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64
by Shawn Lin
· 8 years ago
e7a1dec
mmc: dw_mmc: return -EILSEQ for EBE and SBE error
by Shawn Lin
· 8 years ago
d6786fe
mmc: dw_mmc: add reset support to dwmmc host controller
by Guodong Xu
· 8 years ago
7037f3b
mmc: dw_mmc: remove the unnecessary IS_ERR() checking for ciu/biu clock
by Jaehoon Chung
· 9 years ago
00f400b
mmc: dw_mmc: remove parsing for each slot subnode
by Shawn Lin
· 9 years ago
005d675
mmc: dw_mmc: fix the spamming log message
by Jaehoon Chung
· 8 years ago
6024e16
mmc: dw_mmc: set to MMC_CAP_ERASE by default
by Jaehoon Chung
· 9 years ago
faecf41
mmc: dw_mmc: fix unmap sg twice when finding data err
by Shawn Lin
· 9 years ago
7e4bf1b
mmc: dw_mmc: add the card write threshold for HS400 mode
by Jaehoon Chung
· 9 years ago
16a3457
mmc: dw_mmc: remove the quirks flags
by Jaehoon Chung
· 9 years ago
65257a0
mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()
by Seung-Woo Kim
· 9 years ago
46d1795
mmc: dw_mmc: Wait for data transfer after response errors.
by Doug Anderson
· 9 years ago
e5306c3
mmc: dw_mmc: fix 32bit little-endian access of des1 field
by Ben Dooks
· 9 years ago
7a3c567
mmc: dw_mmc: Consider HLE errors to be data and command errors
by Doug Anderson
· 10 years ago
56f6911
mmc: dw_mmc: check card present before starting request
by Shawn Lin
· 9 years ago
c0834a5
mmc: dw_mmc: remove redundant of set_bit and clear_bit
by Shawn Lin
· 9 years ago
860951c
mmc: host: use the defined function to check whether card is removable
by Jaehoon Chung
· 9 years ago
287980e
remove lots of IS_ERR_VALUE abuses
by Arnd Bergmann
· 9 years ago
225faf8
mmc: dw_mmc: fix the wrong max_blk_size
by Jaehoon Chung
· 9 years ago
2edeb85
mmc: dw_mmc: remove setup_clock callback
by Shawn Lin
· 9 years ago
ab925a3
mmc: dw_mmc: avoid using dmaengine_terminate_all
by Shawn Lin
· 9 years ago
8a629d2
mmc: dw_mmc: fix num_slots setting
by Shawn Lin
· 9 years ago
345efee
mmc: dw_mmc: remove repetitive clear interrupt
by Shawn Lin
· 9 years ago
3744415
mmc: dw_mmc: fix err handle of dw_mci_probe
by Shawn Lin
· 9 years ago
e8cc37b
mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirk
by Shawn Lin
· 9 years ago
935a665
mmc: dw_mmc: add hw_reset support
by Shawn Lin
· 9 years ago
aaaaeb7
mmc: dw_mmc: remove the prepare_command hook
by Jaehoon Chung
· 9 years ago
538fdf5
mmc: dw_mmc: remove the MMC_DATA_STREAM flag
by Jaehoon Chung
· 9 years ago
01a999e
mmc: dw_mmc: remove the unused quirks
by Jaehoon Chung
· 9 years ago
260b316
mmc: dw_mmc: use resource_size_t to store physical address
by Arnd Bergmann
· 9 years ago
7cc8d58
mmc: dw_mmc: fix the wrong setting for UHS-DDR50 mode
by Jaehoon Chung
· 9 years ago
4539d36
mmc: dw_mmc: NULL dereference in error message
by Dan Carpenter
· 9 years ago
9979dbe
mmc: mmc: extend the mmc_send_tuning()
by Chaotian Jing
· 9 years ago
7069275
mmc: dw_mmc: use macro for HCON register operations
by Shawn Lin
· 9 years ago
3fc7eae
mmc: dw_mmc: Add external dma interface support
by Shawn Lin
· 9 years ago
e0848f5
mmc: dw_mmc: Use mmc_regulator_set_vqmmc in start_signal_voltage_switch
by Douglas Anderson
· 9 years ago
57e1048
mmc: dw_mmc: add quirk for broken data transfer over scheme
by Addy Ke
· 9 years ago
40a7a46
mmc: dw_mmc: print the message for deprecated property
by Jaehoon Chung
· 9 years ago
2b708df
mmc: dw_mmc: remove the unused blk_setting
by Jaehoon Chung
· 9 years ago
9e747b7
mmc: dw_mmc: fix the wrong condition checking
by Jaehoon Chung
· 9 years ago
575c319
mmc: dw_mmc: fix pio mode when internal dmac is enabled
by Heiko Stuebner
· 9 years ago
0e3a22c
mmc: dw_mmc: Fix coding style issues
by Shawn Lin
· 9 years ago
5959b32
mmc: dw_mmc: handle data blocks > than 4kB if IDMAC is used
by Alexey Brodkin
· 10 years ago
048fd7e
mmc: dw_mmc: insmod followed by rmmod will hung for eMMC
by Prabu Thangamuthu
· 10 years ago
eff8f2f
mmc: dw_mmc: Use core to handle absent write protect line
by Lars-Peter Clausen
· 10 years ago
8f7849c
mmc: dw_mmc: add switch_voltage
by Zhangfei Gao
· 10 years ago
4de3bf6
mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLE
by Zhangfei Gao
· 10 years ago
4b24472
mmc: dw_mmc: init desc in dw_mci_idmac_init
by Zhangfei Gao
· 10 years ago
49ba030
mmc: dw_mmc: Add locking around cmd11 timer
by Doug Anderson
· 10 years ago
fd67419
mmc: dw_mmc: Add a return in an unexpected cmd11 timeout
by Doug Anderson
· 10 years ago
8886a6f
mmc: dw_mmc: Increase cmd11 timeout to 500ms
by Doug Anderson
· 10 years ago
76184ac
mmc: dw_mmc: fix fifo ordering in big endian
by Ben Dooks
· 10 years ago
6687c42
mmc: dw_mmc: change idmac descriptor files to __le32
by Ben Dooks
· 10 years ago
b793f65
mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferring
by Doug Anderson
· 10 years ago
5c93516
mmc: dw_mmc: Add a timeout for sending CMD11
by Doug Anderson
· 10 years ago
488b8d6
mmc: dw_mmc: enable card read threshold when mode is HS400
by Jaehoon Chung
· 10 years ago
c22f5e1
mmc: dw_mmc: exynos: dw_mci_exynos_prepare_hs400_tuning() can be static
by Wu Fengguang
· 10 years ago
ed2540e
mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted
by Doug Anderson
· 10 years ago
fa0c328
mmc: dw_mmc: Only enable CD after setup and only if needed
by Doug Anderson
· 10 years ago
0bdbd0e
mmc: dw_mmc: Don't start commands while busy
by Doug Anderson
· 10 years ago
d1f1dd8
mmc: dw_mmc: Give a good reset after we give power
by Doug Anderson
· 10 years ago
655babb
mmc: dw_mmc: Make sure we only adjust the clock when power is on
by Doug Anderson
· 10 years ago
bdb9a90
mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errors
by addy ke
· 10 years ago
8011313
mmc: dw_mmc: exynos: Support eMMC's HS400 mode
by Seungwon Jeon
· 10 years ago
29d0d16
mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UP
by Doug Anderson
· 10 years ago
6c2c650
mmc: dw_mmc: Convert to mmc_send_tuning()
by Ulf Hansson
· 10 years ago
bf3707e
mmc: dw_mmc: remove unnecessary debug message
by Beomho Seo
· 10 years ago
1a25b1b
mmc: dw_mmc: fix the max_blk_count in IDMAC
by Seungwon Jeon
· 10 years ago
Next »