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
/
include
/
linux
/
mmc
/
host.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+2
2019-09-12
mmc: queue: Fix bigger segments usage
Yoshihiro Shimoda
1
-0
/
+1
2019-09-11
mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatory
Ulf Hansson
1
-0
/
+1
2019-09-11
mmc: core: Add helper function to indicate if SDIO IRQs is enabled
Ulf Hansson
1
-0
/
+9
2019-09-03
mmc: queue: use bigger segments if DMA MAP layer can merge the segments
Yoshihiro Shimoda
1
-0
/
+1
2019-07-12
Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
1
-1
/
+0
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-4
/
+1
2019-06-20
mmc: sdio: Turn sdio_run_irqs() into static
Ulf Hansson
1
-1
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-18
mmc: core: API to temporarily disable retuning for SDIO CRC errors
Douglas Anderson
1
-0
/
+1
2019-02-25
mmc: core: Convert mmc_regulator_get_ocrmask() to static
Ulf Hansson
1
-6
/
+0
2019-02-25
mmc: core: Move regulator helpers to separate file
Ulf Hansson
1
-1
/
+0
2019-02-25
mmc: bcm2835: Drop pointer to mmc_host from bcm2835_host
Lukas Wunner
1
-0
/
+5
2018-12-17
mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PM
Ulf Hansson
1
-1
/
+1
2018-12-17
mmc: core: Add ->hs400_prepare_ddr() callback
Yinbo Zhu
1
-0
/
+3
2018-10-08
mmc: core: add helper to see if a host is doing a retune
Niklas Söderlund
1
-0
/
+5
2018-07-16
mmc: core: Drop the unused mmc_power_save|restore_host()
Ulf Hansson
1
-3
/
+0
2018-07-16
mmc: core: more fine-grained hooks for HS400 tuning
Simon Horman
1
-0
/
+7
2018-05-21
mmc: core: add tunable delay waiting for power to be stable
Shawn Lin
1
-0
/
+1
2018-05-03
Merge branch 'sdhci_omap' into next
Ulf Hansson
1
-0
/
+4
2018-05-03
mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...
Kishon Vijay Abraham I
1
-0
/
+4
2018-05-02
mmc: core: Add capability to avoid 3.3V signaling
Kyle Roeschley
1
-0
/
+1
2017-12-11
mmc: core: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
1
-3
/
+0
2017-12-11
mmc: block: blk-mq: Add support for direct completion
Adrian Hunter
1
-0
/
+1
2017-12-11
mmc: core: Add parameter use_blk_mq
Adrian Hunter
1
-0
/
+1
2017-10-30
mmc: parse new binding for eMMC fixed driver type
Wolfram Sang
1
-0
/
+2
2017-10-30
mmc: core: Add support for handling CQE requests
Adrian Hunter
1
-0
/
+2
2017-10-30
mmc: core: Introduce host claiming by context
Adrian Hunter
1
-1
/
+6
2017-10-04
mmc: Delete bounce buffer handling
Linus Walleij
1
-1
/
+1
2017-08-30
mmc: host: Add CQE interface
Adrian Hunter
1
-0
/
+53
2017-08-30
mmc: core: Remove unused MMC_CAP2_PACKED_CMD
Adrian Hunter
1
-4
/
+0
2017-08-30
mmc: core: remove check of host->removed for rescan routine
Shawn Lin
1
-3
/
+0
2017-06-20
mmc: slot-gpio: Add support to enable irq wake on cd_irq
Adrian Hunter
1
-0
/
+2
2017-06-20
mmc: core: Remove MMC_CAP2_HC_ERASE_SZ
Ulf Hansson
1
-1
/
+0
2017-06-20
mmc: core: Delete bounce buffer Kconfig option
Linus Walleij
1
-0
/
+1
2017-06-20
mmc: sdio: Add API to manage SDIO IRQs from a workqueue
Ulf Hansson
1
-0
/
+3
2017-04-24
mmc: core: add mmc_get_dma_dir
Heiner Kallweit
1
-0
/
+6
2017-02-13
mmc: core: Invent MMC_CAP_3_3V_DDR
Ulf Hansson
1
-11
/
+10
2017-02-13
mmc: core: Move public functions from host.h to private headers
Ulf Hansson
1
-46
/
+2
2017-02-13
mmc: core: Move some host specific public functions to host.h
Ulf Hansson
1
-0
/
+6
2017-02-13
mmc: core: First step in cleaning up public mmc header files
Ulf Hansson
1
-7
/
+2
2016-12-05
mmc: queue: Fix queue thread wake-up
Adrian Hunter
1
-2
/
+0
2016-11-29
mmc: block: delete packed command support
Linus Walleij
1
-5
/
+0
2016-11-29
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
1
-2
/
+1
2016-11-29
mmc: core: Add helper to see if a host can be retuned
Simon Horman
1
-0
/
+5
2016-11-29
mmc: core: use enum mmc_blk_status properly
Linus Walleij
1
-1
/
+1
2016-09-26
mmc: core: Add support for sending commands during data transfer
Adrian Hunter
1
-0
/
+5
2016-07-25
mmc: core: Allow hosts to specify non-support for MMC commands
Shawn Lin
1
-0
/
+1
2016-07-25
mmc: core: Allow hosts to specify non-support for SD commands
Ulf Hansson
1
-0
/
+1
2016-07-25
mmc: core: implement enhanced strobe support
Shawn Lin
1
-0
/
+11
[next]