index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: pwrseq: add driver for emmc hardware reset
Marek Szyprowski
2015-02-04
4
-1
/
+106
*
mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON state
Ulf Hansson
2015-02-03
1
-2
/
+2
*
mmc: pwrseq_simple: Add optional reference clock support
Javier Martinez Canillas
2015-01-30
1
-2
/
+36
*
mmc: pwrseq_simple: Extend to support more pins
Javier Martinez Canillas
2015-01-30
1
-15
/
+40
*
mmc: Resolve BKOPS compatability issue
Alexey Skidanov
2015-01-29
2
-4
/
+6
*
mmc: pwrseq_simple: Add support for a reset GPIO pin
Ulf Hansson
2015-01-28
1
-0
/
+38
*
mmc: pwrseq: Initial support for the simple MMC power sequence provider
Ulf Hansson
2015-01-28
4
-2
/
+111
*
mmc: core: Initial support for MMC power sequences
Ulf Hansson
2015-01-28
5
-2
/
+101
*
mmc: core: Move mmc_card_removed() into mmc_start_request()
Adrian Hunter
2015-01-19
1
-12
/
+20
*
mmc: core: Simplify by adding mmc_execute_tuning()
Adrian Hunter
2015-01-19
5
-32
/
+36
*
mmc: slot-gpio: Allow host driver to provide isr for card-detect interrupts
NeilBrown
2015-01-19
1
-1
/
+17
*
mmc: sd: add reset bus_ops callback
Johan Rudholm
2015-01-19
1
-0
/
+7
*
mmc: core: refactor the hw_reset routines
Johan Rudholm
2015-01-19
3
-34
/
+51
*
mmc: core: always check status after reset
Johan Rudholm
2015-01-19
1
-19
/
+5
*
mmc: Add SDIO function devicetree subnode parsing
Sascha Hauer
2015-01-19
4
-0
/
+46
*
mmc: core: Make tuning block patterns static
Ulf Hansson
2015-01-19
2
-32
/
+30
*
mmc: slot-gpio: Rework how to handle allocation of slot-gpio data
Ulf Hansson
2015-01-19
2
-59
/
+23
*
mmc: core: Free all resources for the class device at ->dev_release()
Ulf Hansson
2015-01-19
1
-7
/
+6
*
mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC core
Ulf Hansson
2015-01-19
2
-1
/
+16
*
mmc: slot-gpio: Use the parent device while allocating data
Ulf Hansson
2015-01-19
1
-4
/
+4
*
mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOs
Ulf Hansson
2015-01-19
1
-88
/
+4
*
mmc: core: Return error at failure of request CD/WP in mmc_of_parse()
Ulf Hansson
2015-01-19
1
-22
/
+6
*
mmc: core: Support the optional init_card() callback for MMC and SD
Doug Anderson
2015-01-19
2
-1
/
+12
*
mmc: core: stop trying to switch width when only one bit is supported
Alexandre Belloni
2014-12-29
1
-1
/
+1
*
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-12-10
1
-2
/
+2
|
\
|
*
MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-12-05
1
-2
/
+2
*
|
mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter
Ulf Hansson
2014-12-08
1
-4
/
+3
*
|
mmc: core: add core-level function for sending tuning commands
Minda Chen
2014-11-26
1
-0
/
+70
*
|
mmc: core: hold SD Clock before CMD11 during Signal
Vincent Yang
2014-11-26
1
-5
/
+8
*
|
mmc: core: reset sdio card properly on resume.
NeilBrown
2014-11-26
1
-2
/
+6
*
|
mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...
NeilBrown
2014-11-26
1
-1
/
+1
*
|
mmc: core: consistent handling of initial values
Johan Rudholm
2014-11-26
2
-25
/
+23
*
|
mmc: core: use mmc_send_status to check hw_reset
Johan Rudholm
2014-11-10
1
-8
/
+2
*
|
mmc: core: Convert to use kzalloc() for CXD register buffers
Ulf Hansson
2014-11-10
1
-3
/
+3
*
|
mmc: core: Don't handle buffers on stack while fetching CXD registers
Ulf Hansson
2014-11-10
1
-20
/
+1
*
|
mmc: core: Remove the redundant mmc_send_ext_csd() API
Ulf Hansson
2014-11-10
1
-8
/
+2
*
|
mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()
Ulf Hansson
2014-11-10
2
-22
/
+4
*
|
mmc: core: Export mmc_get_ext_csd()
Ulf Hansson
2014-11-10
2
-31
/
+29
*
|
mmc: core: Don't panic when fetching EXT_CSD
Ulf Hansson
2014-11-10
1
-4
/
+2
*
|
mmc: core: Let's callers of from mmc_get_ext_csd() do error handling
Ulf Hansson
2014-11-10
1
-39
/
+31
*
|
mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()
Ulf Hansson
2014-11-10
1
-13
/
+17
*
|
mmc: core: Add helper function for EXT_CSD support
Ulf Hansson
2014-11-10
3
-4
/
+10
*
|
mmc: core: Remove unnecessary 'out of memory' message
Ulf Hansson
2014-11-10
1
-4
/
+1
*
|
mmc: core: Remove redundant check of max_dtr while selecting timings
Ulf Hansson
2014-11-10
1
-2
/
+1
*
|
mmc: core: Remove redundant check while selecting powerclass
Ulf Hansson
2014-11-10
1
-8
/
+0
*
|
mmc: core: Remove duplicated definition of mmc_send_ext_csd()
Ulf Hansson
2014-11-10
1
-1
/
+0
*
|
mmc: core: Remove mmc_free_ext_csd()
Ulf Hansson
2014-11-10
1
-9
/
+3
*
|
mmc: core: silence a shift wrapping warning
Dan Carpenter
2014-11-10
1
-1
/
+1
*
|
mmc: core: Report firmware version for eMMC 5.0 devices.
Gwendal Grignou
2014-11-10
1
-1
/
+26
*
|
mmc: core: Convert mmc_driver to device_driver
Ulf Hansson
2014-11-10
1
-33
/
+8
[next]