Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ca17c4ff6d9e28f13db8a14ffe5ed9a8e3b9f774
/
drivers
/
mmc
/
core
/
mmc.c
d230293
mmc: mmc: Improve reliability of mmc_select_hs400()
by Adrian Hunter
· 9 years ago
974007a
mmc: mmc: Move mmc_switch_status()
by Adrian Hunter
· 9 years ago
51b12f7
mmc: mmc: Fix HS setting in mmc_select_hs400()
by Adrian Hunter
· 9 years ago
1815e61
mmc: mmc: Improve reliability of mmc_select_hs200()
by Adrian Hunter
· 9 years ago
2860d06
mmc: skip reclaiming host on mmc_add_card() error
by Sergei Shtylyov
· 9 years ago
9eadcc0
mmc: core: Remove MMC_CLKGATE
by Ulf Hansson
· 9 years ago
08b137d
mmc: core: Fix init_card in 52Mhz
by Chaotian Jing
· 9 years ago
364549d
mmc: core: Remove redundant ->power_restore() callback for MMC
by Ulf Hansson
· 10 years ago
cc4f414
mmc: mmc: Add driver strength selection
by Adrian Hunter
· 10 years ago
b097e07
mmc: mmc: Read card's valid driver strength mask
by Adrian Hunter
· 10 years ago
ded8a5f
mmc: cast u8 to unsigned long long to avoid unexpected error
by Kuninori Morimoto
· 10 years ago
6376f69
mmc: core: Add support for HS400 re-tuning
by Adrian Hunter
· 10 years ago
436f8da
mmc: mmc: Hold re-tuning in mmc_sleep()
by Adrian Hunter
· 10 years ago
d0bbe0d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
81f8a7b
mmc: Add support for marking hpi as broken through devicetree
by Hans de Goede
· 10 years ago
f42cf8d
treewide: Fix typo in printk messages
by Masanari Iida
· 10 years ago
0501be6
mmc: Resolve BKOPS compatability issue
by Alexey Skidanov
· 10 years ago
63e415c
mmc: core: Simplify by adding mmc_execute_tuning()
by Adrian Hunter
· 10 years ago
f855a37
mmc: core: refactor the hw_reset routines
by Johan Rudholm
· 10 years ago
04cdbbf
mmc: core: Make tuning block patterns static
by Ulf Hansson
· 10 years ago
eac8632
mmc: core: Support the optional init_card() callback for MMC and SD
by Doug Anderson
· 10 years ago
1c2d26e
mmc: core: stop trying to switch width when only one bit is supported
by Alexandre Belloni
· 10 years ago
e21aa51
mmc: core: Export mmc_get_ext_csd()
by Ulf Hansson
· 10 years ago
2fd322a
mmc: core: Don't panic when fetching EXT_CSD
by Ulf Hansson
· 10 years ago
c197787
mmc: core: Let's callers of from mmc_get_ext_csd() do error handling
by Ulf Hansson
· 10 years ago
076ec38
mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()
by Ulf Hansson
· 10 years ago
148bcab
mmc: core: Add helper function for EXT_CSD support
by Ulf Hansson
· 10 years ago
a1fc444
mmc: core: Remove unnecessary 'out of memory' message
by Ulf Hansson
· 10 years ago
9e304d6
mmc: core: Remove redundant check of max_dtr while selecting timings
by Ulf Hansson
· 10 years ago
56d09b1
mmc: core: Remove redundant check while selecting powerclass
by Ulf Hansson
· 10 years ago
00b41b5
mmc: core: Remove mmc_free_ext_csd()
by Ulf Hansson
· 10 years ago
0f76242
mmc: core: Report firmware version for eMMC 5.0 devices.
by Gwendal Grignou
· 10 years ago
4b75bff
mmc: core: Fix error paths and messages in mmc_init_card
by Andrew Gabbasov
· 10 years ago
6606110
mmc: Convert pr_warning to pr_warn
by Joe Perches
· 10 years ago
48d11e06
mmc: Consolidate emmc tuning blocks
by Stephen Boyd
· 10 years ago
994324b
mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computation
by Grégory Soutadé
· 10 years ago
69803d4
mmc: Replace "enhanced_area_en" attribute by "partition_setting_completed"
by Grégory Soutadé
· 10 years ago
b4493ee
mmc: Move code that manages user area and gp partitions into functions
by Grégory Soutadé
· 10 years ago
312449e
mmc: core: Fix sequence for I/O voltage in DDR mode for eMMC
by Chuanxiao.Dong
· 10 years ago
3d705d1
mmc: implement Driver Stage Register handling
by Sascha Hauer
· 10 years ago
03a5943
mmc: Allow forward compatibility for eMMC
by Romain Izard
· 11 years ago
0a5b643
mmc: add support for HS400 mode of eMMC5.0
by Seungwon Jeon
· 11 years ago
577fb13
mmc: rework selection of bus speed mode
by Seungwon Jeon
· 11 years ago
2385049
mmc: step power class after final selection of bus mode
by Seungwon Jeon
· 11 years ago
2415c0e
mmc: identify available device type to select
by Seungwon Jeon
· 11 years ago
cdc9917
mmc: drop the speed mode of card's state
by Seungwon Jeon
· 11 years ago
d1e5821
mmc: Convert to use ATTRIBUTE_GROUPS
by Axel Lin
· 11 years ago
79f7ae7
mmc: clarify DDR timing mode between SD-UHS and eMMC
by Seungwon Jeon
· 11 years ago
cb962e0
mmc: core: Respect host's max_busy_timeout when sending sleep cmd
by Ulf Hansson
· 11 years ago
57de31f
mmc: core: Use generic CMD6 time while switching to eMMC HS200 mode
by Ulf Hansson
· 11 years ago
4509f8477
mmc: core: Add ignore_crc flag to __mmc_switch
by Ulf Hansson
· 11 years ago
7536d3f
mmc: core: Enable MMC_CAP2_CACHE_CTRL as default
by Ulf Hansson
· 11 years ago
10e5d96
mmc: core: Use mmc_flush_cache() during mmc suspend
by Ulf Hansson
· 11 years ago
469a00b
mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD
by Ulf Hansson
· 11 years ago
2501c91
mmc: core: Use MMC_UNSAFE_RESUME as default behavior
by Ulf Hansson
· 11 years ago
83cc16d
mmc: core: mmc DDR mode should not depend on UHS_DDR50
by Dong Aisheng
· 11 years ago
4d22378
mmc: core: Add MMC_CAP_RUNTIME_RESUME to resume at runtime_resume
by Ulf Hansson
· 11 years ago
0cb403a
mmc: core: Improve runtime PM support during suspend/resume for sd/mmc
by Ulf Hansson
· 11 years ago
0cc81a8
mmc: core: Remove redundant mmc_power_up|off at runtime callbacks
by Ulf Hansson
· 11 years ago
9ec775f
mmc: Don't force card to active state when entering suspend/shutdown
by Ulf Hansson
· 11 years ago
726d6f2
mmc: core: Collect common code for card ocr validation
by Ulf Hansson
· 11 years ago
ce69d37
mmc: core: Prevent violation of specs while initializing cards
by Ulf Hansson
· 11 years ago
6904115
mmc: core: Move cached value of the negotiated ocr mask to card struct
by Ulf Hansson
· 11 years ago
4a06519
mmc: core: Let mmc_power_up|cycle take ocr as parameter
by Ulf Hansson
· 11 years ago
878e200
mmc: core: Do not poll for busy with status cmd for all switch cmds
by Ulf Hansson
· 11 years ago
7c4f10a
mmc: core: production year for eMMC 4.41 and later
by Romain Izard
· 12 years ago
53275c2
mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLE
by Ulf Hansson
· 12 years ago
43235679
mmc: core: Enable power_off_notify for eMMC shutdown sequence
by Ulf Hansson
· 12 years ago
486fdbb
mmc: core: Add shutdown callback for (e)MMC bus_ops
by Ulf Hansson
· 12 years ago
03d071f
mmc: core: Handle both poweroff notification types for eMMC
by Ulf Hansson
· 12 years ago
7459026
mmc: core: Push common suspend|resume code into each bus_ops
by Ulf Hansson
· 12 years ago
6636bad
mmc: core: Update the ext-csd.rev check for eMMC5.1
by Yuvaraj Kumar C D
· 12 years ago
6044371
mmc: core: Fix select power class after resume
by Fredrik Soderstedt
· 12 years ago
07a6821
mmc: core: Restructure and simplify code for mmc sleep|awake
by Ulf Hansson
· 12 years ago
c4d770d
mmc: core: Support aggressive power management for (e)MMC/SD
by Ulf Hansson
· 12 years ago
e94cfef
mmc: block: Enable runtime pm for mmc blkdevice
by Ulf Hansson
· 12 years ago
39b9431
mmc: core: Stop bkops for eMMC only from mmc suspend
by Ulf Hansson
· 12 years ago
836dc2f
mmc: core: Fix bit width test failing on old eMMC cards
by Philip Rakity
· 12 years ago
51e7e8b
mmc: core: Add in support to expose PRV for v4 MMCs
by Bernie Thompson
· 12 years ago
abd9ac1
mmc: add packed command feature of eMMC4.5
by Seungwon Jeon
· 12 years ago
567c890
mmc: core: Break out start_signal_voltage_switch
by Johan Rudholm
· 12 years ago
d0123cc
mmc: core: expose RPMB partition only for CMD23 capable hosts
by Balaji T K
· 12 years ago
881d926
mmc: core: move the cache disabling operation to mmc_suspend
by Maya Erez
· 12 years ago
ccb52a0
mmc: Limit MMC speed to 52MHz if not HS200
by Al Cooper
· 12 years ago
188cc04
mmc: core: Extend sysfs to ext_csd parameters for RPMB support
by Loic Pallardy
· 12 years ago
090d25f
mmc: core: Expose access to RPMB partition
by Loic Pallardy
· 12 years ago
5f1a4dd
mmc: Standardise capability type
by Lee Jones
· 12 years ago
e6c0858
mmc: core: Fixup broken suspend and eMMC4.5 power off notify
by Ulf Hansson
· 12 years ago
950d56a
mmc: support BKOPS feature for eMMC
by Jaehoon Chung
· 12 years ago
108ecc4
mmc: core: reset signal voltage on power up
by Aaron Lu
· 13 years ago
87f761b
mmc: core: Revert "skip card initialization if power class selection fails"
by Venkatraman S
· 13 years ago
85e727e
mmc: core: return an error on suspend if mmc_deselect_cards fails
by Jaehoon Chung
· 13 years ago
a5075eb
mmc: block: Allow disabling 512B sector size emulation
by Saugata Das
· 13 years ago
f6f4459
mmc: core: Remove dead code
by Philippe De Swert
· 13 years ago
3d93576
mmc: core: skip card initialization if power class selection fails
by Subhash Jadavani
· 13 years ago
10942aa
mmc: core: fix the signaling 1.8V for HS200
by Seungwon Jeon
· 13 years ago
96cf5f0
mmc: core: fix the decision of HS200/DDR card-type
by Seungwon Jeon
· 13 years ago
93fc5a4
mmc: core: fix power class selection
by Subhash Jadavani
· 13 years ago
83bb24a
mmc: core: add high-capacity erase size capability flag
by Adrian Hunter
· 13 years ago
52d0974
mmc: core: hs200 fixes
by Subhash Jadavani
· 13 years ago
Next »