index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-04
mmc: core: Remove redundant ->power_restore() callback for MMC
Ulf Hansson
1
-13
/
+1
2015-06-01
mmc: mmc: Add driver strength selection
Adrian Hunter
1
-7
/
+38
2015-06-01
mmc: mmc: Read card's valid driver strength mask
Adrian Hunter
1
-0
/
+1
2015-06-01
mmc: cast u8 to unsigned long long to avoid unexpected error
Kuninori Morimoto
1
-2
/
+4
2015-06-01
mmc: core: Add support for HS400 re-tuning
Adrian Hunter
1
-0
/
+88
2015-06-01
mmc: mmc: Hold re-tuning in mmc_sleep()
Adrian Hunter
1
-2
/
+8
2015-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2015-04-02
mmc: Add support for marking hpi as broken through devicetree
Hans de Goede
1
-1
/
+9
2015-03-07
treewide: Fix typo in printk messages
Masanari Iida
1
-2
/
+2
2015-01-29
mmc: Resolve BKOPS compatability issue
Alexey Skidanov
1
-3
/
+5
2015-01-19
mmc: core: Simplify by adding mmc_execute_tuning()
Adrian Hunter
1
-13
/
+1
2015-01-19
mmc: core: refactor the hw_reset routines
Johan Rudholm
1
-0
/
+41
2015-01-19
mmc: core: Make tuning block patterns static
Ulf Hansson
1
-32
/
+0
2015-01-19
mmc: core: Support the optional init_card() callback for MMC and SD
Doug Anderson
1
-0
/
+6
2014-12-29
mmc: core: stop trying to switch width when only one bit is supported
Alexandre Belloni
1
-1
/
+1
2014-11-10
mmc: core: Export mmc_get_ext_csd()
Ulf Hansson
1
-31
/
+0
2014-11-10
mmc: core: Don't panic when fetching EXT_CSD
Ulf Hansson
1
-4
/
+2
2014-11-10
mmc: core: Let's callers of from mmc_get_ext_csd() do error handling
Ulf Hansson
1
-39
/
+31
2014-11-10
mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()
Ulf Hansson
1
-13
/
+17
2014-11-10
mmc: core: Add helper function for EXT_CSD support
Ulf Hansson
1
-4
/
+4
2014-11-10
mmc: core: Remove unnecessary 'out of memory' message
Ulf Hansson
1
-4
/
+1
2014-11-10
mmc: core: Remove redundant check of max_dtr while selecting timings
Ulf Hansson
1
-2
/
+1
2014-11-10
mmc: core: Remove redundant check while selecting powerclass
Ulf Hansson
1
-8
/
+0
2014-11-10
mmc: core: Remove mmc_free_ext_csd()
Ulf Hansson
1
-9
/
+3
2014-11-10
mmc: core: Report firmware version for eMMC 5.0 devices.
Gwendal Grignou
1
-1
/
+26
2014-11-10
mmc: core: Fix error paths and messages in mmc_init_card
Andrew Gabbasov
1
-8
/
+8
2014-09-24
mmc: Convert pr_warning to pr_warn
Joe Perches
1
-10
/
+7
2014-09-23
mmc: Consolidate emmc tuning blocks
Stephen Boyd
1
-0
/
+32
2014-09-19
mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computation
Grégory Soutadé
1
-37
/
+44
2014-09-19
mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed"
Grégory Soutadé
1
-5
/
+8
2014-09-19
mmc: Move code that manages user area and gp partitions into functions
Grégory Soutadé
1
-73
/
+89
2014-09-09
mmc: core: Fix sequence for I/O voltage in DDR mode for eMMC
Chuanxiao.Dong
1
-9
/
+25
2014-09-09
mmc: implement Driver Stage Register handling
Sascha Hauer
1
-0
/
+8
2014-07-09
mmc: Allow forward compatibility for eMMC
Romain Izard
1
-6
/
+5
2014-05-13
mmc: add support for HS400 mode of eMMC5.0
Seungwon Jeon
1
-5
/
+93
2014-05-13
mmc: rework selection of bus speed mode
Seungwon Jeon
1
-199
/
+232
2014-05-13
mmc: step power class after final selection of bus mode
Seungwon Jeon
1
-41
/
+55
2014-05-13
mmc: identify available device type to select
Seungwon Jeon
1
-33
/
+39
2014-05-13
mmc: drop the speed mode of card's state
Seungwon Jeon
1
-8
/
+3
2014-04-22
mmc: Convert to use ATTRIBUTE_GROUPS
Axel Lin
1
-10
/
+2
2014-04-21
mmc: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
1
-1
/
+1
2014-02-23
mmc: core: Respect host's max_busy_timeout when sending sleep cmd
Ulf Hansson
1
-3
/
+16
2014-02-23
mmc: core: Use generic CMD6 time while switching to eMMC HS200 mode
Ulf Hansson
1
-1
/
+3
2014-02-23
mmc: core: Add ignore_crc flag to __mmc_switch
Ulf Hansson
1
-6
/
+7
2014-02-14
mmc: core: Enable MMC_CAP2_CACHE_CTRL as default
Ulf Hansson
1
-2
/
+1
2014-02-14
mmc: core: Use mmc_flush_cache() during mmc suspend
Ulf Hansson
1
-1
/
+1
2014-02-14
mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD
Ulf Hansson
1
-3
/
+0
2014-02-14
mmc: core: Use MMC_UNSAFE_RESUME as default behavior
Ulf Hansson
1
-22
/
+1
2014-01-13
mmc: core: mmc DDR mode should not depend on UHS_DDR50
Dong Aisheng
1
-6
/
+2
2013-10-31
mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume
Ulf Hansson
1
-5
/
+7
[next]