Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
75d4276e83a353d5e41da676f418d4a12f6f6e6c
/
drivers
/
mmc
/
host
/
sdhci.c
250dcd1
mmc: sdhci: Avoid swiotlb buffer being full
by Ulf Hansson
· 8 years ago
2ee4f62
mmc: Convert timers to use timer_setup()
by Kees Cook
· 8 years ago
2a63303
mmc: sdhci: catch all errors when getting regulators
by Wolfram Sang
· 8 years ago
1284c24
mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRC
by Kishon Vijay Abraham I
· 8 years ago
4a5fc11
mmc: sdhci: Tidy reading 136-bit responses
by Adrian Hunter
· 8 years ago
501639b
mmc: sdhci: fix SDHCI_QUIRK_NO_HISPD_BIT handling
by yangbo lu
· 8 years ago
98f94ea
mmc: sdhci: key 8BITBUS bit off MMC_CAP_8_BIT_DATA
by Michał Mirosław
· 8 years ago
c846a00
mmc: sdhci: add sdma_boundary member to struct sdhci_host
by Srinivas Kandagatla
· 8 years ago
70bc85a
mmc: sdhci: ignore restoring the I/O state if MMC_POWER_OFF
by Zhoujie Wu
· 8 years ago
06ebc60
mmc: sdhci: remove CONFIG_MMC_DEBUG from the driver
by Shawn Lin
· 8 years ago
83b600b
mmc: sdhci: Control the delay between tuning commands
by Adrian Hunter
· 8 years ago
2f05b6ab
mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.c
by Hu Ziji
· 8 years ago
c376ea9
mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.c
by Hu Ziji
· 8 years ago
6a6d4ce
mmc: sdhci: Export sdhci_set_ios() from sdhci.c
by Hu Ziji
· 8 years ago
feeef09
mmc: use new core function mmc_get_dma_dir
by Heiner Kallweit
· 8 years ago
8cc3528
mmc: sdhci: clarify the get_timeout_clock callback
by Shawn Lin
· 8 years ago
f12e39d
mmc: sdhci: Add CQE support
by Adrian Hunter
· 8 years ago
f5c1ab8
mmc: sdhci: Factor out sdhci_set_default_irqs
by Adrian Hunter
· 8 years ago
4180ffa
mmc: sdhci: Add sdhci_cleanup_host
by Adrian Hunter
· 8 years ago
d289817
mmc: sdhci: Export sdhci_dumpregs
by Adrian Hunter
· 8 years ago
85ad90e
mmc: sdhci: Improve register dump print format
by Adrian Hunter
· 8 years ago
c71024d
mmc: sdhci: Use sdhci_readl() not readl() in sdhci_dumpregs()
by Adrian Hunter
· 8 years ago
7962302
mmc: sdhci: Add response register to register dump
by Adrian Hunter
· 8 years ago
f421865
mmc: sdhci: Improve debug print format
by Adrian Hunter
· 8 years ago
2a85ef2
mmc: sdhci: Reduce spin lock usage in sdhci_execute_tuning
by Adrian Hunter
· 8 years ago
d1e4f74
mmc: sdhci: Do not use spin lock in set_ios paths
by Adrian Hunter
· 8 years ago
0c62e67
mmc: sdhci: Remove ->select_drive_strength() callback
by Adrian Hunter
· 8 years ago
d38dcad
mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pm
by Adrian Hunter
· 8 years ago
5a436cc
mmc: sdhci: Optimize delay loops
by Adrian Hunter
· 8 years ago
923713b
mmc: sdhci: Disable runtime pm when the sdio_irq is enabled
by Hans de Goede
· 8 years ago
e2ebfb2
mmc: sdhci: Do not disable interrupts while waiting for clock
by Adrian Hunter
· 8 years ago
8a8fa87
mmc: sdhci: Clear SDHCI_HS400_TUNING flag after platform_execute_tuning
by Ritesh Harjani
· 9 years ago
c7836d1
mmc: use empty initializer list to zero-clear structures
by Masahiro Yamada
· 9 years ago
161e6d4
mmc: sdhci: Ignore unexpected CARD_INT interrupts
by Gabriel Krisman Bertazi
· 9 years ago
84ec048
mmc: sdhci: Fix to handle MMC_POWER_UNDEFINED
by Adrian Hunter
· 9 years ago
85a882c
mmc: sdhci: export sdhci_execute_tuning()
by Masahiro Yamada
· 9 years ago
6b11e70
mmc: sdhci: Tidy tuning loop
by Adrian Hunter
· 9 years ago
8533610
mmc: sdhci: Simplify tuning block size logic
by Adrian Hunter
· 9 years ago
da4bc4f
mmc: sdhci: Factor out tuning helper functions
by Adrian Hunter
· 9 years ago
d0c3ab5
mmc: sdhci: Use mmc_abort_tuning()
by Adrian Hunter
· 9 years ago
0760c35
mmc: sdhci: Always allow tuning to fall back to fixed sampling
by Adrian Hunter
· 9 years ago
5ef5203
mmc: sdhci: Fix tuning reset after exhausting the maximum number of loops
by Adrian Hunter
· 9 years ago
61e53bd
mmc: sdhci: Fix recovery from tuning timeout
by Adrian Hunter
· 9 years ago
2ca71c2
Revert "mmc: sdhci: Reset cmd and data circuits after tuning failure"
by Adrian Hunter
· 9 years ago
d3c6aac
mmc: delete is_first_req parameter from pre-request callback
by Linus Walleij
· 9 years ago
fec7967
mmc: sdhci: Factor out sdhci_enable_clk
by Ritesh Harjani
· 9 years ago
92e0c44
mmc: sdhci: Use sdhci-caps-mask and sdhci-caps to change the caps read during __sdhci_read_caps
by Zach Brown
· 9 years ago
273c541
mmc: sdhci: put together into one condition checking
by Jaehoon Chung
· 9 years ago
086b0dd
mmc: sdhci: Fix missing enhanced strobe setting during runtime resume
by Adrian Hunter
· 9 years ago
fe5fb2e
mmc: sdhci: Reset cmd and data circuits after tuning failure
by Adrian Hunter
· 9 years ago
69b962a
mmc: sdhci: Fix unexpected data interrupt handling
by Adrian Hunter
· 9 years ago
6ebebea
mmc: sdhci: Fix CMD line reset interfering with ongoing data transfer
by Adrian Hunter
· 9 years ago
02265cd6
mmc: sdhci: cast unsigned int to unsigned long long to avoid unexpeted error
by Haibo Chen
· 9 years ago
606d313
mmc: sdhci: Rename sdhci_set_power() to sdhci_set_power_noreg()
by Adrian Hunter
· 9 years ago
fc605f1
mmc: sdhci: Fix SDHCI_QUIRK2_STOP_WITH_TC
by Adrian Hunter
· 9 years ago
20845be
mmc: sdhci: Support cap_cmd_during_tfr requests
by Adrian Hunter
· 9 years ago
622b5f3
mmc: sdhci: Do not allow tuning procedure to be interrupted
by Christopher Freeman
· 9 years ago
efba142
mmc: sdhci: Request regulators before reading capabilities
by Jon Hunter
· 9 years ago
f37b20e
mmc: sdhci: add standard hw auto retuning support
by Dong Aisheng
· 9 years ago
761daa3
mmc: sdhci: using common mmc_regulator_set_vqmmc()
by Dong Aisheng
· 9 years ago
07c161b
mmc: sdhci: sdhci_execute_tuning() must delete timer
by Adrian Hunter
· 9 years ago
8842fd1
mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()
by Adrian Hunter
· 9 years ago
33a57ad
mmc: sdhci: Do not reset cmd or data circuits that are in use
by Adrian Hunter
· 9 years ago
0293d50
mmc: sdhci: Factor out sdhci_auto_cmd12()
by Adrian Hunter
· 9 years ago
4e9f8fe
mmc: sdhci: Allow for finishing multiple requests
by Adrian Hunter
· 9 years ago
d7422fb
mmc: sdhci: Separate timer timeout for command and data requests
by Adrian Hunter
· 9 years ago
56a590d
mmc: sdhci: Factor out sdhci_data_line_cmd()
by Adrian Hunter
· 9 years ago
5d0d11c
mmc: sdhci: Ensure all requests get errored out
by Adrian Hunter
· 9 years ago
5a8a3fe
mmc: sdhci: Clear pointers when a request finishes
by Adrian Hunter
· 9 years ago
ed1563d
mmc: sdhci: Track whether a reset is pending
by Adrian Hunter
· 9 years ago
0cc563c
mmc: sdhci: Factor out sdhci_needs_reset()
by Adrian Hunter
· 9 years ago
a6d3bdd
mmc: sdhci: Factor out sdhci_finish_mrq()
by Adrian Hunter
· 9 years ago
43dea09
mmc: sdhci: Move host->data warning
by Adrian Hunter
· 9 years ago
a4c73ab
mmc: sdhci: Reduce the use of host->mrq
by Adrian Hunter
· 9 years ago
ea96802
mmc: sdhci: Get rid of host->busy_handle
by Adrian Hunter
· 9 years ago
7c89a3d
mmc: sdhci: Record what command is using the data lines
by Adrian Hunter
· 9 years ago
e0a5640
mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the start
by Adrian Hunter
· 9 years ago
64ed8dd
mmc: sdhci: Get rid of redundant BUG_ONs
by Adrian Hunter
· 9 years ago
6bde868
mmc: sdhci: Move busy signal handling into sdhci_finish_cmd()
by Adrian Hunter
· 9 years ago
6132a3b
mmc: sdhci: Add sdhci_read_caps()
by Adrian Hunter
· 9 years ago
28da358
mmc: sdhci: Tidy caps variables in sdhci_setup_host()
by Adrian Hunter
· 9 years ago
8cb851a
mmc: sdhci: Make signal voltage support explicit
by Adrian Hunter
· 9 years ago
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
Next »