index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-02
mmc: tmio: Remove redundant runtime PM calls
Ulf Hansson
1
-19
/
+0
2016-05-02
mmc: sdhci-pci: Remove redundant runtime PM calls
Ulf Hansson
1
-5
/
+0
2016-05-02
mmc: sdhci-acpi: Remove redundant runtime PM calls
Ulf Hansson
1
-5
/
+0
2016-05-02
mmc: omap_hsmmc: Remove redundant runtime PM calls
Ulf Hansson
1
-15
/
+0
2016-05-02
mmc: mediatek: Remove redundant runtime PM calls
Ulf Hansson
1
-17
/
+2
2016-05-02
mmc: mmci: Remove redundant runtime PM calls
Ulf Hansson
1
-20
/
+0
2016-05-02
mmc: atmel-mci: Remove redundant runtime PM calls
Ulf Hansson
1
-9
/
+0
2016-05-02
mmc: davinci: prepare clock
David Lechner
1
-5
/
+5
2016-05-02
mmc: davinci: fix unwinding in probe
David Lechner
1
-60
/
+40
2016-05-02
mmc: dw_mmc: remove setup_clock callback
Shawn Lin
2
-11
/
+0
2016-05-02
mmc: dw_mmc-exynos: remove dw_mci_exynos_setup_clock
Shawn Lin
1
-8
/
+0
2016-05-02
mmc: dw_mmc-rockchip: remove setup_clock for rockchip
Shawn Lin
1
-8
/
+4
2016-05-02
mmc: dw_mmc: exynos: add the function for controlling SMU
Jaehoon Chung
1
-2
/
+13
2016-05-02
mmc: dw_mmc: avoid using dmaengine_terminate_all
Shawn Lin
1
-1
/
+1
2016-05-02
mmc: dw_mmc-rockchip: fix failing to mount partition with "discard"
Shawn Lin
1
-0
/
+9
2016-05-02
mmc: dw_mmc-rockchip: remove dw_mci_rockchip_pmops
Shawn Lin
1
-21
/
+1
2016-05-02
mmc: sh_mobile_sdhi: Add UHS-I mode support
Wolfram Sang
1
-0
/
+52
2016-05-02
mmc: tmio: stop clock when 0Hz is requested
Wolfram Sang
1
-24
/
+26
2016-05-02
mmc: tmio: always start clock after frequency calculation
Wolfram Sang
1
-18
/
+16
2016-05-02
mmc: tmio: Add UHS-I mode support
Wolfram Sang
2
-1
/
+13
2016-05-02
mmc: tmio, sh_mobile_sdhi: Add support for variable input clock frequency
Ben Hutchings
3
-16
/
+66
2016-05-02
mmc: tmio, sh_mobile_sdhi: Pass tmio_mmc_host ptr to clk_{enable, disable} ops
Ben Hutchings
3
-11
/
+9
2016-05-02
mmc: omap_hsmmc: pass omap_hsmmc_host pointer directly
Andreas Fenkart
1
-10
/
+9
2016-05-02
mmc: davinci: remove matching string
David Lechner
1
-1
/
+1
2016-05-02
mmc: davinci_mmc: Use dma_request_chan() to requesting DMA channel
Peter Ujfalusi
1
-39
/
+14
2016-05-02
mmc: sh_mmci: Get rid of wrapper function for regulators
Ulf Hansson
1
-12
/
+4
2016-05-02
mmc: sh_mmcif: Restructure ->set_ios()
Ulf Hansson
1
-29
/
+16
2016-05-02
mmc: sh_mmcif: Make sure the device stays active when needed in ->probe()
Ulf Hansson
1
-7
/
+8
2016-04-28
mmc: sunxi: Disable eMMC HS-DDR (MMC_CAP_1_8V_DDR) for Allwinner A80
Chen-Yu Tsai
1
-0
/
+5
2016-04-22
PM / Runtime: Move ignore_children flag under CONFIG_PM
Ulf Hansson
1
-0
/
+1
2016-04-18
mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO hangs
Adrian Hunter
2
-0
/
+82
2016-04-14
mmc: tegra: Disable UHS-I modes for Tegra124
Jon Hunter
1
-9
/
+1
2016-04-10
Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
5
-9
/
+84
2016-04-05
mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
Adrian Hunter
2
-0
/
+28
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
4
-5
/
+5
2016-03-29
mmc: sdhci: Fix regression setting power on Trats2 board
Adrian Hunter
3
-9
/
+56
2016-03-18
mmc: sdhci-of-at91: fix wake-up issue when using runtime pm
ludovic.desroches@atmel.com
1
-0
/
+20
2016-03-18
mmc: sdhci-pci: Do not set DMA mask in enable_dma()
Alexandre Courbot
1
-15
/
+0
2016-03-18
mmc: sdhci-acpi: Remove enable_dma() hook
Alexandre Courbot
1
-30
/
+0
2016-03-18
mmc: sdhci: Set DMA mask when adding host
Alexandre Courbot
1
-7
/
+41
2016-03-17
mmc: atmel-mci: Check pdata for NULL before dereferencing it at DMA config
Brent Taylor
1
-1
/
+1
2016-03-17
mmc: of_mmc_spi: fix unused warning
Brian Norris
1
-2
/
+0
2016-03-17
mmc: sdhci-of-arasan: add phy support for sdhci-of-arasan
Shawn Lin
1
-1
/
+56
2016-03-17
mmc: sdhci-of-arasan: fix missing sdhci_pltfm_free for err handling
Shawn Lin
1
-7
/
+8
2016-03-17
mmc: sdhci-of-arasan: remove disable clk_ahb from sdhci_arasan_resume
Shawn Lin
1
-1
/
+0
2016-03-17
mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
Adrian Hunter
1
-3
/
+3
2016-03-17
mmc: mmci: Remove unnecessary header file
Wang Hongcheng
1
-1
/
+0
2016-03-17
mmc: sdhci-acpi: add QCOM controllers
Philip Elcan
1
-0
/
+15
2016-03-17
mmc: tegra: implement memcomp pad calibration
Lucas Stach
1
-3
/
+44
2016-03-17
mmc: mediatek: Use mmc_regulator_set_vqmmc in start_signal_voltage_switch
Nicolas Boichat
1
-12
/
+5
[prev]
[next]