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
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
/
host
/
omap_hsmmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-17
mmc: host: omap_hsmmc: remove unused platform callbacks
Faiz Abbas
1
-11
/
+0
2017-06-20
mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulators
Kishon Vijay Abraham I
1
-20
/
+14
2017-06-20
mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on error
Kishon Vijay Abraham I
1
-12
/
+9
2017-04-24
mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()
Dan Carpenter
1
-2
/
+2
2017-04-24
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
1
-13
/
+4
2017-02-13
mmc: host: omap_hsmmc: avoid possible overflow of timeout value
Ravikumar Kattekola
1
-4
/
+5
2017-02-13
mmc: host: omap_hsmmc: use generic_cmd6_time to program timeout value for CMD6
Kishon Vijay Abraham I
1
-6
/
+14
2017-02-13
mmc: host: omap_hsmmc: reset cmd line on ceb error
Ravikumar Kattekola
1
-1
/
+1
2016-11-29
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
1
-2
/
+1
2016-09-14
mmc: omap_hsmmc: Initialize dma_slave_config to avoid random data
Peter Ujfalusi
1
-8
/
+8
2016-05-04
mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channel
Peter Ujfalusi
1
-40
/
+10
2016-05-02
mmc: omap_hsmmc: Check if MMC slot name is passed in pdata
Tony Lindgren
1
-1
/
+5
2016-05-02
mmc: omap_hsmmc: Remove redundant runtime PM calls
Ulf Hansson
1
-15
/
+0
2016-05-02
mmc: omap_hsmmc: pass omap_hsmmc_host pointer directly
Andreas Fenkart
1
-10
/
+9
2016-02-29
mmc: omap_hsmmc: don't print uninitialized variables
Arnd Bergmann
1
-2
/
+2
2016-02-29
mmc: host: omap_hsmmc: add a verbose print to enable CONFIG_REGULATOR_PBIAS
Kishon Vijay Abraham I
1
-1
/
+4
2016-02-15
mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinit
Tony Lindgren
1
-0
/
+2
2015-12-22
mmc: omap_hsmmc: No need to check DMA channel validity at module remove
Peter Ujfalusi
1
-4
/
+2
2015-10-08
mmc: host: omap_hsmmc: Fix MMC for omap3 legacy booting
Tony Lindgren
1
-3
/
+3
2015-10-08
Revert "mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status"
Tony Lindgren
1
-2
/
+6
2015-08-27
mmc: host: omap_hsmmc: remove CONFIG_REGULATOR check
Kishon Vijay Abraham I
1
-31
/
+3
2015-08-27
mmc: host: omap_hsmmc: use ios->vdd for setting vmmc voltage
Kishon Vijay Abraham I
1
-3
/
+4
2015-08-27
mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status
Kishon Vijay Abraham I
1
-6
/
+2
2015-08-27
mmc: host: omap_hsmmc: enable/disable vmmc_aux regulator based on previous state
Kishon Vijay Abraham I
1
-2
/
+8
2015-08-27
mmc: host: omap_hsmmc: don't use ->set_power to set initial regulator state
Kishon Vijay Abraham I
1
-10
/
+56
2015-08-27
mmc: host: omap_hsmmc: avoid pbias regulator enable on power off
Kishon Vijay Abraham I
1
-4
/
+4
2015-08-27
mmc: host: omap_hsmmc: add separate function to set pbias
Kishon Vijay Abraham I
1
-30
/
+48
2015-08-27
mmc: host: omap_hsmmc: add separate functions for enable/disable supply
Kishon Vijay Abraham I
1
-35
/
+66
2015-08-27
mmc: host: omap_hsmmc: return error if any of the regulator APIs fail
Kishon Vijay Abraham I
1
-12
/
+40
2015-08-27
mmc: host: omap_hsmmc: remove unnecessary pbias set_voltage
Kishon Vijay Abraham I
1
-1
/
+0
2015-08-27
mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmc
Kishon Vijay Abraham I
1
-35
/
+28
2015-08-27
mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulator
Kishon Vijay Abraham I
1
-9
/
+1
2015-08-27
mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get()
Kishon Vijay Abraham I
1
-22
/
+16
2015-08-27
mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get
Kishon Vijay Abraham I
1
-2
/
+20
2015-08-27
mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmc
Kishon Vijay Abraham I
1
-3
/
+7
2015-08-17
mmc: omap_hsmmc: regulator automatically released by devm
Andreas Fenkart
1
-12
/
+0
2015-08-17
mmc: omap_hsmmc: call omap_hsmmc_set_power directly
Andreas Fenkart
1
-15
/
+22
2015-07-24
mmc: omap_hsmmc: Handle BADA, DEB and CEB interrupts
Vignesh R
1
-1
/
+2
2015-07-24
mmc: omap_hsmmc: Fix DTO and DCRC handling
Kishon Vijay Abraham I
1
-4
/
+4
2015-05-22
mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq
Tony Lindgren
1
-43
/
+6
2015-03-31
mmc: omap_hsmmc: use generic slot-gpio isr to manage card detect pin
Andreas Fenkart
1
-13
/
+0
2015-03-31
mmc: omap_hsmmc: simplify card/cover detect isr
Andreas Fenkart
1
-24
/
+3
2015-03-27
ARM: OMAP2: HSMMC: explicit fields to declare cover/card detect pin
Andreas Fenkart
1
-5
/
+6
2015-03-27
mmc: omap_hsmmc: stop using ->enable|disable() callbacks
NeilBrown
1
-21
/
+9
2015-03-23
mmc: omap_hsmmc: add hibernation support
Russ Dill
1
-7
/
+2
2015-03-23
mmc: omap_hsmmc: use distinctive code paths for cover / card detect logic
Andreas Fenkart
1
-18
/
+38
2015-03-23
mmc: omap_hsmmc: use slot-gpio functions to manage read-only pin directly
Andreas Fenkart
1
-22
/
+1
2015-03-23
mmc: omap_hsmmc: remove unused fields from struct omap_hsmmc_host
Andreas Fenkart
1
-4
/
+0
2015-01-19
mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration.
NeilBrown
1
-25
/
+8
2015-01-19
mmc: omap_hsmmc: use slot-gpio library for gpio support.
NeilBrown
1
-54
/
+13
[next]