Sign in
android
/
kernel
/
common
/
7e7fd67ca39335a49619729821efb7cbdd674eb0
/
drivers
/
mmc
/
core
/
mmc.c
974e85e
mmc: core: Export card RCA register via sysfs
by Harish Jenny K N
· 7 years ago
be17f1c
mmc: core: properly init drv_type
by Wolfram Sang
· 7 years ago
c892b0d
mmc: core: prepend 0x to OCR entry in sysfs
by Bastian Stender
· 7 years ago
80a780a1
mmc: core: prepend 0x to pre_eol_info entry in sysfs
by Bastian Stender
· 7 years ago
6186d06
mmc: parse new binding for eMMC fixed driver type
by Wolfram Sang
· 7 years ago
04fa054
mmc: core: export emmc revision
by Jin Qian
· 7 years ago
f690f44
mmc: mmc: Enable CQE's
by Adrian Hunter
· 7 years ago
98d4f78
mmc: mmc: Enable Command Queuing
by Adrian Hunter
· 7 years ago
6c0cedd
mmc: core: Introduce host claiming by context
by Adrian Hunter
· 7 years ago
fb45886
mmc: core: add driver strength selection when selecting hs400es
by Chanho Min
· 7 years ago
dc8d68b
mmc: core: Remove unused MMC_CAP2_PACKED_CMD
by Adrian Hunter
· 8 years ago
4406ae2
mmc: core: correct taac parameter according to the specification
by Shawn Lin
· 8 years ago
92ddd959
mmc: mmc: correct the logic for setting HS400ES signal voltage
by Haibo Chen
· 8 years ago
d2a4717
mmc: core: Remove MMC_CAP2_HC_ERASE_SZ
by Ulf Hansson
· 8 years ago
a147373
mmc: core: Re-factor code for sending CID
by Ulf Hansson
· 8 years ago
88bed3a
mmc: core: Make mmc_can_reset() static
by Ulf Hansson
· 8 years ago
52c8212
mmc: core: Don't do eMMC HW reset when resuming the eMMC card
by Ulf Hansson
· 8 years ago
9d4579a
mmc: mmc_test: Disable Command Queue while mmc_test is used
by Adrian Hunter
· 8 years ago
b658af7
mmc: mmc: Add functions to enable / disable the Command Queue
by Adrian Hunter
· 8 years ago
773dc11
mmc: core: Fix access to HS400-ES devices
by Guenter Roeck
· 8 years ago
0e9cfcf
mmc: core: move all quirks together into quirks.h
by Shawn Lin
· 8 years ago
28fc64a
mmc: core: change quirks.c to be a header file
by Shawn Lin
· 8 years ago
006cac8
Merge branch 'fixes' into next
by Ulf Hansson
· 8 years ago
efff8e7
mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support
by Uri Yanai
· 8 years ago
6962c2f
mmc: MAN_BKOPS_EN inverse debug message logic
by Uri Yanai
· 8 years ago
3d4ef32
mmc: core: fix multi-bit bus width without high-speed mode
by Anssi Hannula
· 8 years ago
20f921b
mmc: core: Invent MMC_CAP_3_3V_DDR
by Ulf Hansson
· 8 years ago
4e74b6b
mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()
by Ulf Hansson
· 8 years ago
4facdde
mmc: core: Move public functions from card.h to private headers
by Ulf Hansson
· 8 years ago
c7836d1
mmc: use empty initializer list to zero-clear structures
by Masahiro Yamada
· 8 years ago
46bc5c4
mmc: core: Export device lifetime information through sysfs
by Jungseung Lee
· 8 years ago
ef3d232
mmc: mmc: Relax checking for switch errors after HS200 switch
by Adrian Hunter
· 8 years ago
8cce3ec
mmc: core: remove BUG_ONs from mmc
by Shawn Lin
· 8 years ago
925ff3a
mmc: mmc: Add Command Queue definitions
by Adrian Hunter
· 8 years ago
e173f89
mmc: core: Update CMD13 polling policy when switch to HS DDR mode
by Ulf Hansson
· 8 years ago
53e6065
mmc: core: Allow CMD13 polling when switching to HS mode for mmc
by Ulf Hansson
· 8 years ago
aa33ce3
mmc: core: Enable __mmc_switch() to change bus speed timing for the host
by Ulf Hansson
· 8 years ago
20348d1
mmc: core: Make mmc_switch_status() available for mmc core
by Ulf Hansson
· 8 years ago
fe1b570
mmc: mmc: Use 500ms as the default generic CMD6 timeout
by Ulf Hansson
· 8 years ago
4f25580
mmc: core: changes frequency to hs_max_dtr when selecting hs400es
by Shawn Lin
· 8 years ago
1720d35
mmc: core: switch to 1V8 or 1V2 for hs400es mode
by Shawn Lin
· 8 years ago
67d3596
mmc: core: Add error message when switching fails in mmc_select_hs()
by Jungseung Lee
· 8 years ago
6825a60
mmc: core: Extend sysfs with DSR register
by Bojan Prtvar
· 9 years ago
5fb06af
mmc: core: Extend sysfs with OCR register
by Bojan Prtvar
· 9 years ago
5320226
mmc: core: Disable HPI for certain Hynix eMMC cards
by Pratibhasagar V
· 9 years ago
8b7be8f
mmc: core: Only change mode if mmc_select_bus_width() is successful
by Peter Griffin
· 9 years ago
649c605
mmc: mmc: Fix HS switch failure in mmc_select_hs400()
by Ziyuan Xu
· 9 years ago
08573ea
mmc: mmc: do not use CMD13 to get status after speed mode switch
by Chaotian Jing
· 9 years ago
81ac2af
mmc: core: implement enhanced strobe support
by Shawn Lin
· 9 years ago
f74149436
mmc: fix mmc mode selection for HS-DDR and higher
by Chen-Yu Tsai
· 9 years ago
287980e
remove lots of IS_ERR_VALUE abuses
by Arnd Bergmann
· 9 years ago
1c44711
mmc: mmc: Fix partition switch timeout for some eMMCs
by Adrian Hunter
· 9 years ago
0400ed0
mmc: core: remove the invalid message in mmc_select_timing
by Dong Aisheng
· 9 years ago
e51534c
mmc: core: fix using wrong io voltage if mmc_select_hs200 fails
by Dong Aisheng
· 9 years ago
437db4c
mmc: mmc: Attempt to flush cache before reset
by Adrian Hunter
· 9 years ago
87e8865
mmc: core: drop unnecessary bit checking
by Masahiro Yamada
· 9 years ago
4e6c717
mmc: core: Do regular power cycle when lacking eMMC HW reset support
by Gwendal Grignou
· 9 years ago
ed9feec
mmc: sanitize 'bus width' in debug output
by Wolfram Sang
· 9 years ago
4ec96b4
mmc: make MAN_BKOPS_EN message a debug
by Wolfram Sang
· 9 years ago
520322d
mmc: It is not an error for the card to be removed while suspended
by Adrian Hunter
· 9 years ago
adb24d4
mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
by Wenkai Du
· 9 years ago
c29536e
mmc: core: Make runtime resume default behavior for MMC/SD
by Ulf Hansson
· 9 years ago
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
9eadcc05
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
1c2d26e3
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
Next »