index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
mmc: sdhci: Deduplicate sdhci_get_cd_nogpio()
Andy Shevchenko
1
-0
/
+19
2021-10-12
Merge branch 'fixes' into next
Ulf Hansson
1
-0
/
+6
2021-10-12
mmc: sdhci: Return true only when timeout exceeds capacity of the HW timer
Bean Huo
1
-12
/
+9
2021-10-12
mmc: sdhci: Change the code to check auto_cmd23
ChanWoo Lee
1
-1
/
+1
2021-10-12
mmc: sdhci: Map more voltage level to SDHCI_POWER_330
Shawn Guo
1
-0
/
+6
2021-08-24
mmc: sdhci: Correct the tuning command handle for PIO mode
Haibo Chen
1
-2
/
+8
2021-08-24
mmc: sdhci: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-08-24
mmc: sdhci: Introduce max_timeout_count variable in sdhci_host
Sarthak Garg
1
-7
/
+9
2021-07-02
mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode
Al Cooper
1
-0
/
+4
2021-06-29
mmc: sdhci: Clear unused bounce buffer at DMA mmap error path
Takashi Iwai
1
-1
/
+5
2021-06-14
mmc: Improve function name when aborting a tuning cmd
Wolfram Sang
1
-1
/
+1
2021-03-30
mmc: sdhci: replace mmc->parent with mmc_dev() for consistency
Jisheng Zhang
1
-12
/
+12
2021-03-30
mmc: sdhci: Use "mmc" directly rather than "host->mmc"
Jisheng Zhang
1
-17
/
+16
2021-03-30
mmc: sdhci: Check for reset prior to DMA address unmap
Pradeep P V K
1
-29
/
+31
2021-02-20
sdhci: stop poking into swiotlb internals
Christoph Hellwig
1
-7
/
+2
2020-12-04
mmc: sdhci: Use more concise device_property_read_u64
Jeremy Linton
1
-4
/
+4
2020-11-24
mmc: sdhci: Update firmware interface API
Jeremy Linton
1
-4
/
+4
2020-10-15
mmc: sdhci: Use Auto CMD Auto Select only when v4_mode is true
Jisheng Zhang
1
-2
/
+4
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-05
Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-8
/
+16
2020-07-24
mmc: sdhci: Fix a potential uninitialized variable
Dan Carpenter
1
-1
/
+1
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-13
mmc: sdhci: Fix potential null pointer access while accessing vqmmc
Veerabhadrarao Badiganti
1
-5
/
+7
2020-07-13
mmc: sdhci: Allow platform controlled voltage switching
Vijay Viswanath
1
-13
/
+19
2020-05-28
Merge branch 'fixes' into next
Ulf Hansson
1
-3
/
+6
2020-05-28
mmc: sdhci-msm: Introduce new ops to dump vendor specific registers
Sarthak Garg
1
-0
/
+3
2020-05-28
mmc: sdhci: add quirks for be to le byte swapping
Angelo Dureghello
1
-3
/
+7
2020-05-28
mmc: sdhci: use FIELD_GET/PREP for current capabilities bit masks
Masahiro Yamada
1
-15
/
+12
2020-05-28
mmc: host: Drop redundant MMC_CAP_ERASE
Ulf Hansson
1
-1
/
+1
2020-05-28
mmc: sdhci: add spin lock for sdhci_set_default_irqs in sdhci_init
Haibo Chen
1
-0
/
+3
2020-05-28
mmc: host: sdhci: Implement the request_atomic() API
Baolin Wang
1
-0
/
+34
2020-05-28
mmc: sdhci: Reduce maximum time under spinlock in sdhci_send_command()
Adrian Hunter
1
-28
/
+98
2020-05-28
mmc: sdhci: Tidy sdhci_request() a bit
Adrian Hunter
1
-13
/
+26
2020-05-28
mmc: sdhci: Remove unneeded forward declaration of sdhci_finish_data()
Adrian Hunter
1
-2
/
+0
2020-05-28
mmc: sdhci: Stop exporting sdhci_send_command()
Adrian Hunter
1
-2
/
+3
2020-05-28
mmc: sdhci: Add helpers for the auto-CMD23 flag
Adrian Hunter
1
-3
/
+15
2020-05-28
mmc: host: Prepare host drivers for mmc_regulator_set_vqmmc() returning > 0
Marek Vasut
1
-3
/
+3
2020-05-28
mmc: sdhci: use FIELD_GET/PREP for capabilities bit masks
Masahiro Yamada
1
-12
/
+7
2020-05-18
mmc: sdhci: Fix SDHCI_QUIRK_BROKEN_CQE
Adrian Hunter
1
-3
/
+6
2020-03-24
mmc: sdhci: use FIELD_GET for preset value bit masks
Masahiro Yamada
1
-5
/
+5
2020-03-24
mmc: sdhci: Introduce sdhci_set_power_and_bus_voltage()
Nicolas Saenz Julienne
1
-0
/
+19
2020-03-24
mmc: sdhci: do not enable card detect interrupt for gpio cd type
Haibo Chen
1
-1
/
+1
2020-03-24
mmc: host: sdhci: Add a variable to defer to complete requests if needed
Baolin Wang
1
-1
/
+1
2020-03-24
mmc: host: sdhci: Add request_done ops for struct sdhci_ops
Baolin Wang
1
-2
/
+10
2020-01-24
mmc: sdhci: Let a vendor driver supply and update ADMA descriptor size
Veerabhadrarao Badiganti
1
-9
/
+7
2020-01-20
mmc: sdhci: fix an issue of mixing different types
Chunyan Zhang
1
-2
/
+3
2020-01-20
Merge branch 'fixes' into next
Ulf Hansson
1
-4
/
+6
2020-01-20
mmc: sdhci: fix minimum clock rate for v3 controller
Michał Mirosław
1
-4
/
+6
2020-01-20
mmc: sdhci: Refactor sdhci_set_timeout()
Faiz Abbas
1
-17
/
+19
2020-01-20
mmc: sdhci: Convert sdhci_set_timeout_irq() to non-static
Faiz Abbas
1
-1
/
+2
[next]