index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()
Masahiro Yamada
2018-01-18
1
-6
/
+13
*
mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()
Masahiro Yamada
2018-01-18
4
-27
/
+30
*
mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()
Masahiro Yamada
2018-01-18
3
-10
/
+14
*
mmc: sh_mmcif: remove redundant initialization of 'opc'
Colin Ian King
2018-01-18
1
-1
/
+1
*
mmc: sdhci: Rework sdhci_enable_irq_wakeups()
Adrian Hunter
2018-01-17
1
-10
/
+15
*
mmc: sdhci: Handle failure of enable_irq_wake()
Adrian Hunter
2018-01-17
2
-9
/
+16
*
mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()
Adrian Hunter
2018-01-17
2
-3
/
+1
*
mmc: sdhci-pci: Use device wakeup capability to determine MMC_PM_WAKE_SDIO_IR...
Adrian Hunter
2018-01-17
1
-4
/
+7
*
mmc: sdhci-pci: Stop calling sdhci_enable_irq_wakeups()
Adrian Hunter
2018-01-17
1
-37
/
+21
*
mmc: sdhci-of-arasan: Add CQHCI support for arasan,sdhci-5.1
Shawn Lin
2018-01-16
2
-6
/
+132
*
Merge branch 'fixes' into next
Ulf Hansson
2018-01-15
1
-0
/
+14
|
\
|
*
mmc: sdhci-esdhc-imx: Fix i.MX53 eSDHCv3 clock
Benoît Thébaudeau
2018-01-15
1
-0
/
+14
*
|
mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CD
Masahiro Yamada
2018-01-12
1
-1
/
+1
*
|
sdhci: Advertise 2.0v supply on SDIO host controller
Andy Shevchenko
2018-01-11
2
-0
/
+9
*
|
mmc: tmio, renesas_sdhi: Remove unneeded NULL check
Dan Carpenter
2018-01-11
1
-1
/
+1
*
|
mmc: sdhci_f_sdh30: add ACPI support
Ard Biesheuvel
2018-01-11
2
-19
/
+35
*
|
mmc: sdhci-esdhc-imx: Enable/Disable mmc clock during runtime suspend
Michael Trimarchi
2018-01-09
1
-0
/
+4
*
|
mmc: sdhci-esdhc-imx: Changes the order of how clocks are being re-enabled
Michael Trimarchi
2018-01-09
1
-7
/
+9
*
|
mmc: sdhci-esdhc-imx: Manage sdhci_runtime_suspend_host error code
Michael Trimarchi
2018-01-09
1
-0
/
+2
*
|
mmc:host:sdhci-pci:Addition of Arasan PCI Controller with integrated phy.
Atul Garg
2018-01-04
4
-4
/
+340
*
|
Merge branch 'fixes' into next
Ulf Hansson
2018-01-04
1
-2
/
+4
|
\
|
|
*
mmc: s3mci: mark debug_regs[] as static
Arnd Bergmann
2018-01-04
1
-2
/
+4
*
|
mmc: tmio: use io* accessors consistently
Wolfram Sang
2017-12-21
1
-6
/
+6
*
|
mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable
Zhoujie Wu
2017-12-19
1
-0
/
+7
*
|
mmc: tmio: change bus_shift to unsigned int
Masahiro Yamada
2017-12-19
1
-1
/
+1
*
|
mmc: tmio,renesas_sdhi: move ssc_tappos to renesas_sdhi.h
Masahiro Yamada
2017-12-19
3
-3
/
+3
*
|
mmc: tmio, renesas_sdhi: move Renesas-specific DMA data to renesas_sdhi.h
Masahiro Yamada
2017-12-19
4
-9
/
+18
*
|
mmc: tmio, renesas_sdhi: move struct tmio_mmc_dma to renesas_sdhi.h
Masahiro Yamada
2017-12-19
5
-29
/
+33
*
|
mmc: renesas_sdhi: remove always false condition
Masahiro Yamada
2017-12-19
1
-2
/
+2
*
|
mmc: block: fix logical error to avoid memory leak
Liu, Changcheng
2017-12-18
1
-0
/
+1
*
|
Merge branch 'fixes' into next
Ulf Hansson
2017-12-18
1
-0
/
+3
|
\
|
|
*
mmc: renesas_sdhi: Add MODULE_LICENSE
Masaharu Hayakawa
2017-12-15
1
-0
/
+3
*
|
mmc: avoid removing non-removable hosts during suspend
Daniel Drake
2017-12-18
1
-0
/
+8
*
|
mmc: android-goldfish: remove duplicate includes
Pravin Shedge
2017-12-18
1
-2
/
+0
*
|
mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()
Masahiro Yamada
2017-12-18
1
-8
/
+6
*
|
mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directly
Masahiro Yamada
2017-12-18
3
-9
/
+2
*
|
mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static data
Masahiro Yamada
2017-12-18
2
-4
/
+6
*
|
mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()
Masahiro Yamada
2017-12-18
1
-7
/
+3
*
|
mmc: tmio: set tmio_mmc_host to driver data
Masahiro Yamada
2017-12-18
3
-15
/
+8
*
|
mmc: renesas_sdhi: remove eprobe jump label
Masahiro Yamada
2017-12-18
1
-6
/
+4
*
|
mmc: renesas_sdhi: remove wrong depends on to enable compile test
Masahiro Yamada
2017-12-18
1
-1
/
+0
*
|
mmc: tmio: use ioread* for repeated access to a register
Wolfram Sang
2017-12-18
1
-4
/
+4
*
|
mmc: renesas_sdhi: consolidate DMAC CONFIG options
Masahiro Yamada
2017-12-15
2
-8
/
+4
*
|
mmc: sunxi-mmc: Handle return value of platform_get_irq
Arvind Yadav
2017-12-15
1
-0
/
+5
*
|
mmc: sdhci-spear: Handle return value of platform_get_irq
Arvind Yadav
2017-12-15
1
-0
/
+4
*
|
mmc: sdhci-acpi: Handle return value of platform_get_irq
Arvind Yadav
2017-12-15
1
-0
/
+4
*
|
mmc: s3cmci: Fix platform_get_irq's error checking
Arvind Yadav
2017-12-15
1
-1
/
+1
*
|
mmc: meson-gx-mmc: Fix platform_get_irq's error checking
Arvind Yadav
2017-12-15
1
-1
/
+1
*
|
mmc: dt-bindings: add mmc support to MT7623 SoC
Sean Wang
2017-12-15
1
-0
/
+2
*
|
Merge branch 'fixes' into next
Ulf Hansson
2017-12-11
2
-0
/
+10
|
\
|
[next]