Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
3db5de560ce6d404e9c1377512f2d93245cd048a
/
drivers
/
mmc
/
host
/
sdhci.c
af95176
mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
by ludovic.desroches@atmel.com
· 9 years ago
0dafa60
mmc: sdhci: also get preset value and driver type for MMC_DDR52
by Jisheng Zhang
· 9 years ago
d31911b
mmc: sdhci: fix dma memory leak in sdhci_pre_req()
by Haibo Chen
· 9 years ago
5497159
mmc: sdhci: switch from programmable clock mode to divided one if needed
by ludovic.desroches@atmel.com
· 9 years ago
135b0a2
mmc: sdhci: properly check card present state when quirk NO_CARD_NO_RESET is set
by Ivan T. Ivanov
· 10 years ago
c31d22e
mmc: sdhci: don't use card state polling when CD GPIO is defined
by Ivan T. Ivanov
· 10 years ago
88af565
mmc: sdhci: let GPIO based card detection have higher precedence
by Ivan T. Ivanov
· 10 years ago
d1955c3
mmc: sdhci: add quirk SDHCI_QUIRK_CLOCK_DIV_ZERO_BROKEN
by Suneel Garapati
· 10 years ago
5924175
mmc: sdhci: make max-frequency property in device tree work
by Dong Aisheng
· 9 years ago
7ac0203
mmc: sdhci check parameters before call dma_free_coherent
by Peng Fan
· 10 years ago
62a7f36
mmc: sdhci: fix low memory corruption
by Jiri Slaby
· 10 years ago
5fd26c7
mmc: sdhci: Restore behavior while creating OCR mask
by Ulf Hansson
· 10 years ago
cb84964
mmc: sdhci: Add a callback to select drive strength
by Adrian Hunter
· 10 years ago
43e943a
mmc: sdhci: fix driver type B and D handling in sdhci_do_set_ios()
by Petri Gynther
· 10 years ago
bf3a35a
mmc: host: sdhci: Use BUG_ON()
by Fabio Estevam
· 10 years ago
66c39dfc
mmc: sdhci: Change to new way of doing re-tuning
by Adrian Hunter
· 10 years ago
04e079cf
mmc: sdhci: fix card presence logic in sdhci_request function
by Scott Branden
· 10 years ago
85cc1c3
mmc: sdhci: do not set AUTO_CMD12 for multi-block CMD53
by Corneliu Doban
· 10 years ago
3bfa6f0
mmc: sdhci: add quirk for ACMD23 broken
by Scott Branden
· 10 years ago
3396e73
mmc: sdhci: switch voltage before sdhci_set_ios in runtime resume
by Jisheng Zhang
· 10 years ago
d3fc5d7
mmc: sdhci: add a quirk for single block transactions
by Vincent Yang
· 10 years ago
67d0d04
mmc: sdhci: add a quirk for tuning work around
by Vincent Yang
· 10 years ago
9d967a6
mmc: sdhci: add a voltage switch callback function
by Vincent Yang
· 10 years ago
c63705e
mmc: host: sdhci: Added a space before (
by Mohammad Jamal
· 10 years ago
250fb7b4
mmc: sdhci: Always init buf_ready_int
by Adrian Hunter
· 10 years ago
348487c
mmc: sdhci: use pipeline mmc requests to improve performance
by Haibo Chen
· 10 years ago
2070d80
mmc: sdhci: Remove redundant ADMA page boundary warnings
by Andrew Gabbasov
· 10 years ago
3cbc612
mmc: sdhci: Set SDHCI_POWER_ON with external vmmc
by Tim Kryger
· 10 years ago
2836766
mmc: sdhci: Fix sleep in atomic after inserting SD card
by Krzysztof Kozlowski
· 10 years ago
b5540ce
mmc: sdhci: Disable re-tuning for HS400
by Adrian Hunter
· 10 years ago
38e40bf
mmc: sdhci: Simplify use of tuning timer
by Adrian Hunter
· 10 years ago
d519c86
mmc: sdhci: Add out_unlock to sdhci_execute_tuning
by Adrian Hunter
· 10 years ago
ac00531
mmc: sdhci: Tuning should not change max_blk_count
by Adrian Hunter
· 10 years ago
92a578b
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
162d6f9
MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
by Rafael J. Wysocki
· 10 years ago
e9fb05d
mmc: sdhci: Add HS400 support to SDHCI driver
by Adrian Hunter
· 10 years ago
549c0b1
mmc: sdhci: Clear also HS400 1.2V capability if 1.2V is not supported
by Adrian Hunter
· 10 years ago
4bb7431
mmc: sdhci: Fix vqmmc error setting
by Adrian Hunter
· 10 years ago
9b8ffea
mmc: sdhci: Add a quirk for AMD SDHC transfer mode register need to be cleared for cmd without data
by Vincent Wan
· 10 years ago
e57a5f6
mmc: sdhci: Add 64-bit ADMA support
by Adrian Hunter
· 10 years ago
0545230
mmc: sdhci: Define ADMA descriptor structure
by Adrian Hunter
· 10 years ago
739d46d
mmc: sdhci: Define ADMA constants
by Adrian Hunter
· 10 years ago
4fb213f
mmc: sdhci: Define maximum segments
by Adrian Hunter
· 10 years ago
76fe379
mmc: sdhci: Parameterize ADMA sizes and alignment
by Adrian Hunter
· 10 years ago
1c3d5f6
mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data
by Adrian Hunter
· 10 years ago
b5ffa67
mmc: sdhci: Add sdhci_adma_mark_end()
by Adrian Hunter
· 10 years ago
4efaa6f
mmc: sdhci: Rename adma_desc to adma_table
by Adrian Hunter
· 10 years ago
08621b1
mmc: sdhci: Rename two ADMA-related functions for consistency
by Adrian Hunter
· 10 years ago
b521cf3
mmc: sdhci: Fix ADMA table size warning
by Adrian Hunter
· 10 years ago
8be78c6
mmc: sdhci: Fix ADMA page boundary warnings
by Adrian Hunter
· 10 years ago
c09df94
mmc: sdhci: Fix incorrect ADMA2 descriptor table size
by Adrian Hunter
· 10 years ago
fce9d33
mmc: sdhci: fix error conditions for controller reset
by Andrew Gabbasov
· 10 years ago
fbfaf03
mmc: sdhci: Balance vmmc regulator_disable()
by Andrew Gabbasov
· 10 years ago
f5fa92e
mmc: sdhci: Let a driver override timeout clock frequency
by Adrian Hunter
· 10 years ago
6154139
mmc: sdhci: Add quirk for always getting TC with stop cmd
by Adrian Hunter
· 10 years ago
7756a96d
mmc: sdhci: execute tuning when device is not busy
by Yi Sun
· 10 years ago
6606110
mmc: Convert pr_warning to pr_warn
by Joe Perches
· 10 years ago
adc8285
mmc: sdhci: check 1.2v IO capability for SDHC host
by Chuanxiao.Dong
· 10 years ago
e99783a
mmc: sdhci: handle busy-end interrupt during command
by Chanho Min
· 10 years ago
0b10f47
sdhci: Make sdhci_disable_irq_wakeups() static
by Fabio Estevam
· 10 years ago
03d6f5f
mmc: sdhci: move timeout_clk dynamically calculation code into common code
by Aisheng Dong
· 10 years ago
28aab05
mmc: sdhci: calculate timeout_clk conditionally in sdhci_add_host
by Aisheng Dong
· 10 years ago
b45e668
mmc: sdhci: add platform set_timeout hook
by Aisheng Dong
· 10 years ago
a6ff5ae
mmc: sdhci: add platform get_max_timeout_count hook
by Aisheng Dong
· 10 years ago
fac6a52
sdhci : recompute timeout_clk when needed
by Matthieu CASTET
· 10 years ago
c5abd5e
sdhci : handle busy timeout irq
by Matthieu CASTET
· 10 years ago
ae90603
mmc: sdhci: fix the wrong type of curr
by Chuanxiao.Dong
· 10 years ago
4e743f1
mmc: sdhci: Replace host->mmc with mmc where possible
by Markus Mayer
· 11 years ago
62ce34b
mmc: sdhci: avoid double-delay while transitioning to 1.8V
by Russell King
· 11 years ago
c938a53
mmc: sdhci: Remove blank line
by Ulf Hansson
· 11 years ago
5222161
mmc: sdhci: Improve external VDD regulator support
by Tim Kryger
· 11 years ago
8a125ba
mmc: sdhci: Remove unused ret variables
by Markus Pargmann
· 11 years ago
3a48edc
mmc: sdhci: Use mmc core regulator infrastucture
by Tim Kryger
· 11 years ago
7ce45e9
mmc: sdhci: SD tuning is broken for some controllers
by Al Cooper
· 11 years ago
da91a8f
mmc: sdhci: track whether preset mode is currently enabled in hardware
by Russell King
· 11 years ago
24fbb3c
mmc: sdhci: move remaining power handling into sdhci_set_power()
by Russell King
· 11 years ago
e921a8b
mmc: sdhci: move regulator handling into sdhci_set_power()
by Russell King
· 11 years ago
c314b2b
mmc: sdhci: remove platform_suspend/platform_resume callbacks
by Russell King
· 11 years ago
4b6f37d
mmc: sdhci: clean up sdhci_execute_tuning() decision
by Russell King
· 11 years ago
d975f12
mmc: sdhci: cache timing information locally
by Russell King
· 11 years ago
96d7b78
mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
by Russell King
· 11 years ago
1771059
mmc: sdhci: convert sdhci_set_clock() into a library function
by Russell King
· 11 years ago
1650d0c
mmc: sdhci: move setting mmc->actual_clock into set_clock handlers
by Russell King
· 11 years ago
373073e
mmc: sdhci: move setting host->clock into sdhci_do_set_ios()
by Russell King
· 11 years ago
91138ca
mmc: sdhci: clean up sdhci_update_clock()/sdhci_set_clock()
by Russell King
· 11 years ago
d1e49f7
mmc: sdhci: convert ADMA descriptors to a coherent allocation
by Russell King
· 11 years ago
de0b65a
mmc: sdhci: avoid sync'ing the SG if there's no misalignment
by Russell King
· 11 years ago
0718e59
mmc: sdhci: move FSL ESDHC reset handling quirk into esdhc code
by Russell King
· 11 years ago
03231f9
mmc: sdhci: convert reset into a library function
by Russell King
· 11 years ago
2317f56
mmc: sdhci: convert generic bus width setup to library function
by Russell King
· 11 years ago
5b4f1f6
mmc: sdhci: plug hole in disabling card detection interrupts
by Russell King
· 11 years ago
b537f94
mmc: sdhci: more efficient interrupt enable register handling
by Russell King
· 11 years ago
be13855
mmc: sdhci: allow sdio interrupts while sdhci runtime suspended
by Russell King
· 11 years ago
3560db8
mmc: sdhci: push card_tasklet into threaded irq handler
by Russell King
· 11 years ago
781e989
mmc: sdhci: convert to new SDIO IRQ handling
by Russell King
· 11 years ago
ef10433
mmc: sdhci: clean up sdio interrupt enable handling
by Russell King
· 11 years ago
4100500
mmc: sdhci: clean up interrupt handling
by Russell King
· 11 years ago
197160d
mmc: sdhci: remove mdelay in eMMC tuning
by Nick Sanders
· 11 years ago
bb8175a
mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
2bc0248
sdhci: only reprogram retuning timer when flag is set
by Arend van Spriel
· 11 years ago
Next »