Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
52f5336db2d6c32a807ca37cc1c45060a88a2506
/
drivers
/
mmc
/
host
/
sdhci.c
52f5336
mmc: sdhci: Split sdhci_add_host()
by Adrian Hunter
· 9 years ago
d3940f2
mmc: sdhci: Do not call implementations of mmc host ops directly
by Adrian Hunter
· 9 years ago
a7c5367
mmc: sdhci: use pr_err for sdhci_dumpregs
by Chuanxiao Dong
· 9 years ago
860951c
mmc: host: use the defined function to check whether card is removable
by Jaehoon Chung
· 9 years ago
e613cc4
mmc: sdhci: Fix sdhci_card_busy()
by Adrian Hunter
· 9 years ago
84d6260
mmc: sdhci: fix wakeup configuration
by Ludovic Desroches
· 9 years ago
1473bdd
mmc: sdhci: remove comment regarding timeout during tuning
by Simon Horman
· 9 years ago
287980e
remove lots of IS_ERR_VALUE abuses
by Arnd Bergmann
· 9 years ago
ded97e0
mmc: sdhci: removed unneeded function wrappers
by Dong Aisheng
· 9 years ago
4f78230
mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED code
by Masahiro Yamada
· 9 years ago
4228b21
mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNING
by Adrian Hunter
· 9 years ago
061d17a
mmc: sdhci: Tidy together LED code
by Adrian Hunter
· 9 years ago
eb5c20d
mmc: sdhci: Fix error paths in sdhci_add_host()
by Adrian Hunter
· 9 years ago
d310ae4
mmc: sdhci: Remove redundant condition
by Adrian Hunter
· 9 years ago
7758229
mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
by Ludovic Desroches
· 9 years ago
fb9ee04
mmc: sdhci: Introduce sdhci_calc_clk()
by Ludovic Desroches
· 9 years ago
02d0b68
mmc: sdhci: Move sdhci_runtime_pm_bus_off|on() to avoid pre-definition
by Ulf Hansson
· 9 years ago
15e8207
mmc: sdhci: Remove redundant runtime PM calls
by Ulf Hansson
· 9 years ago
1dceb04
mmc: sdhci: Fix regression setting power on Trats2 board
by Adrian Hunter
· 9 years ago
7b91369
mmc: sdhci: Set DMA mask when adding host
by Alexandre Courbot
· 9 years ago
9951362
mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
by Adrian Hunter
· 9 years ago
fce1442
mmc: sdhci: further code simplication
by Russell King
· 9 years ago
df95392
mmc: sdhci: consolidate the DMA/ADMA size/address quicks
by Russell King
· 9 years ago
a0eaf0f
mmc: sdhci: prepare DMA address/size quirk handling consolidation
by Russell King
· 9 years ago
add8913
mmc: sdhci: cleanup DMA un-mapping
by Russell King
· 9 years ago
94538e5
mmc: sdhci: clean up host cookie handling
by Russell King
· 9 years ago
f48f039
mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()
by Russell King
· 9 years ago
c0999b7
mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()
by Russell King
· 9 years ago
60c6476
mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()
by Russell King
· 9 years ago
48857d9
mmc: sdhci: move sdhci_pre_dma_transfer()
by Russell King
· 9 years ago
f55c98f
mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()
by Russell King
· 9 years ago
47fa961
mmc: sdhci: avoid walking SG list for writes
by Russell King
· 9 years ago
acc3ad1
mmc: sdhci: clean up coding style in sdhci_adma_table_pre()
by Russell King
· 9 years ago
e66e61c
mmc: sdhci: allocate alignment and DMA descriptor buffer together
by Russell King
· 9 years ago
7f05538
mmc: sdhci: fix data timeout (part 2)
by Russell King
· 9 years ago
fafcfda
mmc: sdhci: fix data timeout (part 1)
by Russell King
· 9 years ago
771a3dc
mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()
by Russell King
· 9 years ago
054cedf
mmc: sdhci: plug DMA mapping leak on error
by Russell King
· 9 years ago
edd63fc
mmc: sdhci: avoid unnecessary mapping/unmapping of align buffer
by Russell King
· 9 years ago
71fcbda
mmc: sdhci: fix command response CRC error handling
by Russell King
· 9 years ago
ec014cb
mmc: sdhci: clean up command error handling
by Russell King
· 9 years ago
9677620
mmc: sdhci: move initialisation of command error member
by Russell King
· 9 years ago
5eaa747
mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden caps
by Al Cooper
· 9 years ago
8d28b7a
mmc: sdhci: Allow override of get_cd() called from sdhci_request()
by Adrian Hunter
· 9 years ago
bf60e59
mmc: sdhci: Allow override of mmc host operations
by Adrian Hunter
· 9 years ago
918f4cb
mmc: sdhci: restore behavior when setting VDD via external regulator
by Jisheng Zhang
· 9 years ago
5c671c4
mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
by Adrian Hunter
· 9 years ago
04a5ae6
mmc: sdhci: 64-bit DMA actually has 4-byte alignment
by Adrian Hunter
· 9 years ago
347ea32
mmc: sdhci: Fix DMA descriptor with zero data length
by Adrian Hunter
· 9 years ago
9d5de93
mmc: sdhci: Do not BUG on invalid vdd
by Adrian Hunter
· 9 years ago
2e4456f
mmc: sdhci: Fix strings broken across multiple lines
by Marek Vasut
· 9 years ago
9faac7b
mmc: sdhci: enable tuning for DDR50
by Weijun Yang
· 9 years ago
14a7b4164
mmc: sdhci: call sdhci_init() before request irq
by Haibo Chen
· 9 years ago
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
Next »