index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
core.c
Age
Commit message (
Expand
)
Author
2011-12-10
mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not defined
Sujit Reddy Thumma
2011-12-10
mmc: core: Fix typo at mmc_card_sleep
Kyungmin Park
2011-12-10
mmc: core: Fix power_off_notify during suspend
Girish K S
2011-12-10
mmc: core: Add quirk for long data read time
Stefan Nilsson XK
2011-10-26
mmc: core: Prevent too long response times for suspend
Ulf Hansson
2011-10-26
mmc: core: support HPI send command
Jaehoon Chung
2011-10-26
mmc: core: Add cache control for eMMC4.5 device
Seungwon Jeon
2011-10-26
mmc: core: new discard feature support at eMMC v4.5
Kyungmin Park
2011-10-26
mmc: core: mmc sanitize feature support for v4.5
Kyungmin Park
2011-10-26
mmc: core: Add Power Off Notify Feature eMMC 4.5
Girish K S
2011-10-26
mmc: replace printk with appropriate display macro
Girish K S
2011-10-26
mmc: core: move ->request() call from atomic context
Adrian Hunter
2011-10-26
mmc: block: add eMMC hardware reset support
Adrian Hunter
2011-10-26
mmc: core: add eMMC hardware reset support
Adrian Hunter
2011-10-26
mmc: core: clarify how to use post_req in case of errors
Per Forlin
2011-10-26
mmc: core: Set correct bus mode before card init
Stefan Nilsson XK
2011-10-26
mmc: core: Fix hangs related to insert/remove of cards
Ulf Hansson
2011-10-26
mmc: core: add a short delay in mmc_power_off
Daniel Drake
2011-10-26
mmc: fix integer assignments to pointer
Venkatraman S
2011-10-26
mmc: core: add random fault injection
Per Forlin
2011-08-31
mmc: core: prevent aggressive clock gating racing with ios updates
Mika Westerberg
2011-08-31
mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}
Mika Westerberg
2011-08-13
mmc: core: use defined R1_STATE_PRG macro for card status
Jaehoon Chung
2011-07-25
notifiers: pm: move pm notifiers into suspend.h
Amerigo Wang
2011-07-21
mmc: print debug messages for runtime PM actions
Daniel Drake
2011-07-20
mmc: core: add non-blocking mmc request function
Per Forlin
2011-07-20
mmc: queue: let host controllers specify maximum discard timeout
Adrian Hunter
2011-06-25
mmc: core: make erase timeout calculation allow for gated clock
Adrian Hunter
2011-05-24
mmc: core: duplicated trial with same freq in mmc_rescan_try_freq()
Jaehoon Chung
2011-05-24
mmc: core: add support for eMMC Dual Data Rate
Philip Rakity
2011-05-24
mmc: core: eMMC signal voltage does not use CMD11
Philip Rakity
2011-05-24
mmc: core: clear MMC_PM_KEEP_POWER flag on resume
Eliad Peller
2011-05-24
mmc: sd: add support for driver type selection
Arindam Nath
2011-05-24
mmc: sd: add support for signal voltage switch procedure
Arindam Nath
2011-05-24
mmc: initialize struct mmc_request at declaration time
Chris Ball
2011-05-24
mmc: initialize struct mmc_command at declaration time
Chris Ball
2011-05-24
mmc: core: Rename erase_timeout to cmd_timeout_ms.
Andrei Warkentin
2011-05-24
mmc: mmc_card_keep_power cleanups
Ohad Ben-Cohen
2011-03-17
mmc: core: reset card voltage after power off
Ulf Hansson
2011-03-17
mmc: core: export function mmc_do_release_host()
Ulf Hansson
2011-03-16
mmc: core: comment on why sdio_reset is done at init time
Philip Rakity
2011-03-15
mmc: put the led blinking code after clock ungating
Pierre Tardy
2011-03-08
mmc: fix CONFIG_MMC_UNSAFE_RESUME regression
Ohad Ben-Cohen
2011-01-08
mmc: fix division by zero in MMC core
Linus Walleij
2011-01-08
mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.
Chris Ball
2011-01-08
mmc: Fix sd/sdio/mmc initialization frequency retries
Andy Ross
2011-01-08
mmc: fix detection of memory part of SD-combo card with broken SDIO
Michal Miroslaw
2011-01-08
mmc: sdio: don't power up cards on system suspend
Ohad Ben-Cohen
2011-01-08
mmc: skip detection of nonremovable cards on rescan
Ohad Ben-Cohen
2011-01-08
mmc: Aggressive clock gating framework
Linus Walleij
[next]