index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-03
Merge tag 'mmc-v4.14-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-13
/
+94
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-0
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
4
-0
/
+4
2017-11-01
mmc: dw_mmc: Fix the DTO timeout calculation
Douglas Anderson
1
-1
/
+6
2017-10-30
mmc: dw_mmc: Add locking to the CTO timer
Douglas Anderson
1
-10
/
+81
2017-10-30
mmc: dw_mmc: Fix the CTO timeout calculation
Douglas Anderson
1
-1
/
+5
2017-10-30
mmc: dw_mmc: cancel the CTO timer after a voltage switch
Douglas Anderson
1
-1
/
+2
2017-10-20
mmc: renesas_sdhi: fix kernel panic in _internal_dmac.c
Yoshihiro Shimoda
1
-7
/
+10
2017-10-20
mmc: tmio: fix swiotlb buffer is full
Yoshihiro Shimoda
1
-0
/
+13
2017-10-10
mmc: sdhci-pci: Fix default d3_retune for Intel host controllers
Adrian Hunter
1
-0
/
+2
2017-10-04
mmc: sdhci-xenon: Fix clock resource by adding an optional bus clock
Gregory CLEMENT
2
-4
/
+21
2017-10-04
mmc: meson-gx: include tx phase in the tuning process
Jerome Brunet
1
-1
/
+18
2017-10-04
mmc: meson-gx: fix rx phase reset
Jerome Brunet
1
-2
/
+4
2017-10-04
mmc: meson-gx: make sure the clock is rounded down
Jerome Brunet
1
-2
/
+1
2017-10-04
mmc: Delete bounce buffer handling
Linus Walleij
2
-6
/
+2
2017-09-27
Merge tag 'mmc-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
2
-47
/
+15
2017-09-22
mmc: sdhci-pci: Fix voltage switch for some Intel host controllers
Adrian Hunter
1
-0
/
+15
2017-09-22
mmc: tmio: remove broken and noisy debug macro
Wolfram Sang
1
-47
/
+0
2017-09-08
mmc: cavium: Fix use-after-free in of_platform_device_destroy
Jan Glauber
1
-1
/
+5
2017-09-08
mmc: host: fix typo after MMC_DEBUG move
Wolfram Sang
1
-1
/
+1
2017-09-01
mmc: renesas_sdhi: Add r8a7743/5 support
Biju Das
1
-0
/
+2
2017-08-31
mmc: meson-gx: fix __ffsdi2 undefined on arm32
Jerome Brunet
1
-7
/
+7
2017-08-30
mmc: sdhci-xenon: add runtime pm support and reimplement standby
Zhoujie Wu
2
-16
/
+72
2017-08-30
Merge branch 'fixes' into next
Ulf Hansson
1
-0
/
+19
2017-08-30
mmc: mmci: stop building qcom dml as module
Srinivas Kandagatla
2
-3
/
+4
2017-08-30
mmc: sunxi: Reset the device at probe time
Maxime Ripard
1
-1
/
+1
2017-08-30
mmc: meson-gx: rework tuning function
Jerome Brunet
1
-50
/
+111
2017-08-30
mmc: meson-gx: change default tx phase
Jerome Brunet
1
-1
/
+7
2017-08-30
mmc: meson-gx: implement voltage switch callback
Jerome Brunet
1
-0
/
+22
2017-08-30
mmc: meson-gx: use CCF to handle the clock phases
Jerome Brunet
1
-41
/
+176
2017-08-30
mmc: meson-gx: implement card_busy callback
Jerome Brunet
1
-0
/
+13
2017-08-30
mmc: meson-gx: simplify interrupt handler
Jerome Brunet
1
-54
/
+39
2017-08-30
mmc: meson-gx: work around clk-stop issue
Jerome Brunet
1
-6
/
+68
2017-08-30
mmc: meson-gx: fix dual data rate mode frequencies
Jerome Brunet
1
-12
/
+29
2017-08-30
mmc: meson-gx: rework clock init function
Jerome Brunet
1
-48
/
+46
2017-08-30
mmc: meson-gx: rework clk_set function
Jerome Brunet
1
-21
/
+9
2017-08-30
mmc: meson-gx: rework set_ios function
Jerome Brunet
1
-13
/
+9
2017-08-30
mmc: meson-gx: cfg init overwrite values
Jerome Brunet
1
-10
/
+4
2017-08-30
mmc: meson-gx: initialize sane clk default before clock register
Jerome Brunet
1
-10
/
+9
2017-08-30
mmc: mmci: constify amba_id
Arvind Yadav
1
-1
/
+1
2017-08-30
mmc: sdhci-pltfm: export sdhci_pltfm_suspend/resume
Masahiro Yamada
3
-21
/
+7
2017-08-30
mmc: sdhci: enable/disable the clock in sdhci_pltfm_suspend/resume
Masahiro Yamada
3
-76
/
+22
2017-08-30
mmc: sdhci-pxav2: switch to managed clk and sdhci_pltfm_unregister()
Masahiro Yamada
1
-23
/
+7
2017-08-30
mmc: sdhci-cadence: add suspend / resume support
Masahiro Yamada
1
-9
/
+97
2017-08-30
mmc: sdhci-xenon: Support HS400 Enhanced Strobe feature
Hu Ziji
2
-6
/
+29
2017-08-30
mmc: sdhci: Add quirk to indicate MMC_RSP_136 has CRC
Kishon Vijay Abraham I
2
-0
/
+5
2017-08-30
mmc: sdhci: Tidy reading 136-bit responses
Adrian Hunter
1
-10
/
+18
2017-08-30
mmc: meson-gx: clean up some constants
Jerome Brunet
1
-3
/
+1
2017-08-30
mmc: meson-gx: remove CLK_DIVIDER_ALLOW_ZERO clock flag
Jerome Brunet
1
-1
/
+1
2017-08-30
mmc: meson-gx: fix mux mask definition
Jerome Brunet
1
-1
/
+1
[next]