index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
host.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-22
mmc: core: Refactor code to register the MMC PM notifier
Ulf Hansson
1
-6
/
+2
2015-12-22
mmc: core: enable support for the standard "wakeup-source" property
Sudeep Holla
1
-1
/
+2
2015-10-27
mmc: core: Add DT bindings for eMMC hardware reset support
Chaotian Jing
1
-0
/
+2
2015-10-26
mmc: core: Remove MMC_CLKGATE
Ulf Hansson
1
-245
/
+0
2015-09-29
mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset
Ulf Hansson
1
-2
/
+2
2015-08-27
mmc: host: use of_property_read_bool()
Sergei Shtylyov
1
-21
/
+21
2015-06-01
mmc: dt: Allow to specify that no write protect signal is present
Lars-Peter Clausen
1
-0
/
+3
2015-06-01
mmc: core: Add support for HS400 re-tuning
Adrian Hunter
1
-0
/
+17
2015-06-01
mmc: host: Add facility to support re-tuning
Adrian Hunter
1
-0
/
+68
2015-01-28
mmc: core: Initial support for MMC power sequences
Ulf Hansson
1
-1
/
+3
2015-01-19
mmc: slot-gpio: Rework how to handle allocation of slot-gpio data
Ulf Hansson
1
-10
/
+10
2015-01-19
mmc: core: Free all resources for the class device at ->dev_release()
Ulf Hansson
1
-7
/
+6
2015-01-19
mmc: core: Return error at failure of request CD/WP in mmc_of_parse()
Ulf Hansson
1
-22
/
+6
2014-11-05
mmc: core: fix card detection regression
Kristina Martsenko
1
-13
/
+8
2014-10-02
mmc: core: restore detect line inversion semantics
Linus Walleij
1
-4
/
+28
2014-09-09
mmc: host: switch OF parser to use gpio descriptors
Linus Walleij
1
-45
/
+23
2014-09-09
mmc: implement Driver Stage Register handling
Sascha Hauer
1
-0
/
+8
2014-05-13
mmc: core: add DT bindings for eMMC HS400 1.8/1.2V
Seungwon Jeon
1
-0
/
+4
2014-04-09
Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+18
2014-03-10
mmc: core: typo fix in printk specifier
Alexander Shiyan
1
-1
/
+1
2014-02-22
mmc: core: Add DT bindings for eMMC HS200 1.8/1.2V
Jaehoon Chung
1
-0
/
+4
2014-02-22
mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2V
Ulf Hansson
1
-0
/
+4
2014-02-22
mmc: core: Add DT bindings for SD card's UHS bus speed modes
Ulf Hansson
1
-0
/
+10
2013-08-25
mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()
Laurent Pinchart
1
-1
/
+1
2013-06-27
mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLE
Ulf Hansson
1
-0
/
+2
2013-06-27
mmc: return mmc_of_parse() errors to caller
Simon Baatz
1
-5
/
+25
2013-02-28
mmc: convert to idr_alloc()
Tejun Heo
1
-5
/
+6
2013-02-24
mmc: add DT bindings for more MMC capability flags
Guennadi Liakhovetski
1
-0
/
+13
2013-02-24
mmc: provide a standard MMC device-tree binding parser centrally
Guennadi Liakhovetski
1
-0
/
+110
2012-08-21
workqueue: deprecate system_nrt[_freezable]_wq
Tejun Heo
1
-2
/
+2
2012-07-21
mmc: prohibit card detection when host is not ready
Guennadi Liakhovetski
1
-0
/
+2
2012-07-21
mmc: core: convert slot functions to managed allocation
Guennadi Liakhovetski
1
-0
/
+2
2012-07-21
mmc: core: use a more generic name for slot function types and fields
Guennadi Liakhovetski
1
-0
/
+2
2012-03-27
mmc: start removing enable / disable API
Adrian Hunter
1
-1
/
+0
2012-03-04
mmc: core: fix regression: set default clock gating delay to 0
Guennadi Liakhovetski
1
-2
/
+2
2012-01-12
mmc: core: Fixup delayed work clock gating patch
Stephen Boyd
1
-5
/
+1
2012-01-12
mmc: core: Use delayed work in clock gating framework
Sujit Reddy Thumma
1
-4
/
+53
2011-12-20
Revert "mmc: enable runtime PM by default"
Ohad Ben-Cohen
1
-11
/
+0
2011-11-01
mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
1
-0
/
+1
2011-10-26
mmc: enable runtime PM by default
Daniel Drake
1
-0
/
+11
2011-09-01
mmc: core: use non-reentrant workqueue for clock gating
Mika Westerberg
1
-1
/
+1
2011-09-01
mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}
Mika Westerberg
1
-5
/
+5
2011-05-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
1
-2
/
+2
2011-05-25
mmc: core: fix memory leak in mmc_add_host
Wolfram Sang
1
-2
/
+2
2011-05-16
Revert "mmc: fix a race between card-detect rescan and clock-gate work instan...
Chris Ball
1
-4
/
+5
2011-04-28
mmc: fix a race between card-detect rescan and clock-gate work instances
Guennadi Liakhovetski
1
-5
/
+4
2011-03-15
mmc: add MMC_QUIRK_BROKEN_CLK_GATING
Pierre Tardy
1
-4
/
+1
2011-01-09
mmc: check for > 1 clk_requests when disabling gating
Linus Walleij
1
-1
/
+2
2011-01-09
mmc: Aggressive clock gating framework
Linus Walleij
1
-1
/
+204
2010-10-23
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
1
-2
/
+1
[next]