Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6958f22f39f9292f6e871b4383a11f183c1271ed
/
drivers
/
mmc
/
core
/
mmc.c
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
· 10 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
· 11 years ago
53275c2
mmc: core: Invent MMC_CAP2_FULL_PWR_CYCLE
by Ulf Hansson
· 11 years ago
43235679
mmc: core: Enable power_off_notify for eMMC shutdown sequence
by Ulf Hansson
· 11 years ago
486fdbb
mmc: core: Add shutdown callback for (e)MMC bus_ops
by Ulf Hansson
· 11 years ago
03d071f
mmc: core: Handle both poweroff notification types for eMMC
by Ulf Hansson
· 11 years ago
7459026
mmc: core: Push common suspend|resume code into each bus_ops
by Ulf Hansson
· 11 years ago
6636bad
mmc: core: Update the ext-csd.rev check for eMMC5.1
by Yuvaraj Kumar C D
· 11 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
· 12 years ago
87f761b
mmc: core: Revert "skip card initialization if power class selection fails"
by Venkatraman S
· 12 years ago
85e727e
mmc: core: return an error on suspend if mmc_deselect_cards fails
by Jaehoon Chung
· 12 years ago
a5075eb
mmc: block: Allow disabling 512B sector size emulation
by Saugata Das
· 12 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
4265900
mmc: MMC-4.5 Data Tag Support
by Saugata Das
· 13 years ago
e774747
mmc: core: Fixup suspend/resume issues for UHS-I cards
by Ulf Hansson
· 13 years ago
dd13b4e
mmc: core: Fix comparison issue in mmc_compare_ext_csds
by Jurgen Heeks
· 13 years ago
3e73c36
mmc: core: Fix PowerOff Notify suspend/resume
by Girish K S
· 13 years ago
7488e92
mmc: core: Fix low speed mmc card detection failure
by Girish K S
· 13 years ago
a4924c7
mmc: core: HS200 mode support for eMMC 4.5
by Girish K S
· 13 years ago
8bc0678
mmc: core: Separate the timeout value for cache-ctrl
by Seungwon Jeon
· 13 years ago
913047e
mmc: core: Fix voltage select in DDR mode
by Girish K S
· 13 years ago
add710e
mmc: boot partition ro lock support
by Johan Rudholm
· 13 years ago
d304950
mmc: allow upper layers to know immediately if card has been removed
by Adrian Hunter
· 13 years ago
a80f162
mmc: core: Fix power_off_notify during suspend
by Girish K S
· 13 years ago
96a85d5
mmc: core: Fix setting power notify state variable for non-eMMC
by Girish K S
· 13 years ago
0205a90
mmc: Fix implicit use of stat.h header in associated files
by Paul Gortmaker
· 13 years ago
336c716
mmc: core: Cleanup eMMC4.5 conditionals
by Seungwon Jeon
· 13 years ago
eb0d8f1
mmc: core: support HPI send command
by Jaehoon Chung
· 13 years ago
881d1c2
mmc: core: Add cache control for eMMC4.5 device
by Seungwon Jeon
· 13 years ago
71fe3eb
mmc: core: Modify the timeout value for writing power class
by Seungwon Jeon
· 13 years ago
b3bf915
mmc: core: new discard feature support at eMMC v4.5
by Kyungmin Park
· 13 years ago
bec8726
mmc: core: Add Power Off Notify Feature eMMC 4.5
by Girish K S
· 13 years ago
a3c76eb
mmc: replace printk with appropriate display macro
by Girish K S
· 13 years ago
b23cf0b
mmc: core: Add default timeout value for CMD6
by Seungwon Jeon
· 13 years ago
e0c368d
mmc: core: general purpose MMC partition support.
by Namjae Jeon
· 13 years ago
Next »