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-s3c.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
mmc: sdhci-s3c: Choose sdhci_ops based on variant
Krzysztof Kozlowski
1
-14
/
+17
2024-04-02
mmc: sdhci-s3c: Replace deprecated of_get_named_gpio()
Andy Shevchenko
1
-3
/
+1
2023-08-15
mmc: sdhci-s3c: Convert to platform remove callback returning void
Yangtao Li
1
-4
/
+2
2023-08-09
mmc: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-03-23
mmc: Use of_property_read_bool() for boolean properties
Rob Herring
1
-2
/
+2
2021-10-12
mmc: sdhci-s3c: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-04-15
mmc: sdhci-s3c: constify uses of driver/match data
Krzysztof Kozlowski
1
-5
/
+5
2021-04-15
mmc: sdhci-s3c: correct kerneldoc of sdhci_s3c_drv_data
Krzysztof Kozlowski
1
-1
/
+1
2021-04-15
mmc: sdhci-s3c: simplify getting of_device_id match data
Krzysztof Kozlowski
1
-9
/
+3
2020-09-25
mmc: sdhci-s3c: hide forward declaration of of_device_id behind CONFIG_OF
Krzysztof Kozlowski
1
-0
/
+2
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4
Douglas Anderson
1
-0
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-13
mmc: sdhci-s3c: Provide documentation for missing struct properties
Lee Jones
1
-0
/
+4
2019-12-18
mmc: sdhci-s3c: convert to devm_platform_ioremap_resource
Yangtao Li
1
-3
/
+1
2019-12-18
mmc: sdhci-s3c: remove unused ext_cd_gpio field
Michał Mirosław
1
-2
/
+0
2019-09-11
mmc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-09-11
mmc: sdhci-s3c: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-08-06
mmc: sdhci-sprd: Fix the incorrect soft reset operation when runtime resuming
Baolin Wang
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-05-29
mmc: sdhci-*: Don't emit error msg if sdhci_add_host() fails
Jisheng Zhang
1
-3
/
+1
2017-10-30
mmc: sdhci-s3c: Fix driver data for Exynos4 SoCs
Marek Szyprowski
1
-13
/
+5
2017-08-30
mmc: sdhci-s3c: use generic sdhci_set_bus_width()
Michał Mirosław
1
-33
/
+1
2017-04-24
mmc: sdhci: Do not use spin lock in set_ios paths
Adrian Hunter
1
-4
/
+0
2017-04-24
mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pm
Adrian Hunter
1
-0
/
+6
2017-02-13
mmc: sdhci-s3c: use the bitops API for bit operation
Jaehoon Chung
1
-20
/
+21
2017-02-13
mmc: sdhci-s3c: remove the sdhci-s3c-regs header file
Jaehoon Chung
1
-1
/
+69
2016-12-05
mmc: sdhci-s3c: add spin_unlock_irq() before calling clk_round_rate
Jaehoon Chung
1
-0
/
+2
2016-07-27
mmc: sdhci-s3c: Remove non needed #ifdef CONFIG_PM for dev_pm_ops
Ulf Hansson
1
-8
/
+1
2015-06-01
mmc: sdhci-s3c: Constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-02-04
mmc: sdhci-s3c: solve problem with sleeping in atomic context
Paul Osmialowski
1
-0
/
+8
2015-01-19
mmc: sdhci-s3c: Handle error from mmc_of_parse()
Ulf Hansson
1
-1
/
+3
2014-12-10
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2014-12-05
MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
1
-3
/
+3
2014-11-10
mmc: sdhci-s3c: Check if clk_set_rate() succeeds
Mark Brown
1
-1
/
+7
2014-09-09
mmc: remove .owner field for drivers using module_platform_driver
Peter Griffin
1
-1
/
+0
2014-09-08
mmc: sdhci-s3c: fix runtime PM handling on sdhci_add_host() failure
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2014-06-04
mmc: sdhci-s3c: use mmc_of_parse and remove the card_tasklet
Jaehoon Chung
1
-95
/
+4
2014-05-22
mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function
Russell King
1
-0
/
+1
2014-05-22
mmc: sdhci: convert sdhci_set_clock() into a library function
Russell King
1
-5
/
+14
2014-05-22
mmc: sdhci: move setting mmc->actual_clock into set_clock handlers
Russell King
1
-0
/
+4
2014-05-22
mmc: sdhci: move setting host->clock into sdhci_do_set_ios()
Russell King
1
-3
/
+0
2014-05-22
mmc: sdhci: convert reset into a library function
Russell King
1
-0
/
+1
2014-05-22
mmc: sdhci: convert generic bus width setup to library function
Russell King
1
-5
/
+3
2014-05-12
mmc: sdhci-s3c: Remove unused define for NUM_GPIOS
Axel Lin
1
-3
/
+0
2014-03-03
mmc: sdhci-s3c: Do not allow frequencies higher than requested
Tomasz Figa
1
-1
/
+8
2014-03-03
mmc: sdhci-s3c: Fix handling of bus clock switching
Tomasz Figa
1
-61
/
+17
2014-03-03
mmc: sdhci-s3c: Simplify min/max clock calculation
Tomasz Figa
1
-20
/
+40
2014-03-03
mmc: sdhci-s3c: Use correct condition to check for clock presence
Tomasz Figa
1
-5
/
+3
2014-03-03
mmc: sdhci-s3c: Cache bus clock rates
Tomasz Figa
1
-3
/
+6
2014-03-03
mmc: sdhci-s3c: Use shifts to divide by powers of two
Tomasz Figa
1
-5
/
+5
[next]