Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8e03bd4e70b6a4c70ac3ea6766b2bc06a8ad91a3
/
drivers
/
mmc
869c554
mmc: fix use-after-free of struct request
by Adrian Hunter
· 8 years ago
7afafc8
block: Fix secure erase
by Adrian Hunter
· 8 years ago
07f00f0
Merge tag 'mmc-v4.8' of git://git.linaro.org/people/ulf.hansson/mmc
by Linus Torvalds
· 8 years ago
6ea6257
mmc: rtsx_pci: Remove deprecated create_singlethread_workqueue
by Bhaktipriya Shridhar
· 8 years ago
9bce7fd
mmc: rtsx_pci: Enable MMC_CAP_ERASE to allow erase/discard/trim requests
by Ulf Hansson
· 8 years ago
27f4bf7
mmc: rtsx_pci: Use the provided busy timeout from the mmc core
by Ulf Hansson
· 8 years ago
fa243f6
mmc: sdhci-pltfm: Drop define for SDHCI_PLTFM_PMOPS
by Ulf Hansson
· 8 years ago
2b33099
mmc: sdhci-pltfm: Convert to use the SET_SYSTEM_SLEEP_PM_OPS
by Ulf Hansson
· 8 years ago
21b8fe0
mmc: sdhci-pltfm: Make sdhci_pltfm_suspend|resume() static
by Ulf Hansson
· 8 years ago
3e3274a
mmc: sdhci-esdhc-imx: Use common sdhci_suspend|resume_host()
by Ulf Hansson
· 8 years ago
2788ed4
mmc: sdhci-esdhc-imx: Assign system PM ops within #ifdef CONFIG_PM_SLEEP
by Ulf Hansson
· 8 years ago
ee4cf97
mmc: sdhci-sirf: Remove non needed #ifdef CONFIG_PM* for dev_pm_ops
by Ulf Hansson
· 8 years ago
6b3a194
mmc: sdhci-s3c: Remove non needed #ifdef CONFIG_PM for dev_pm_ops
by Ulf Hansson
· 8 years ago
a81ce77
mmc: sdhci-pxav3: Remove non needed #ifdef CONFIG_PM for dev_pm_ops
by Ulf Hansson
· 8 years ago
9e48b33
mmc: sdhci-of-esdhc: Simplify code by using SIMPLE_DEV_PM_OPS
by Ulf Hansson
· 8 years ago
dafed44
mmc: sdhci-acpi: Simplify code by using SET_SYSTEM_SLEEP_PM_OPS
by Ulf Hansson
· 8 years ago
f9900f1
mmc: sdhci-pci-core: Simplify code by using SET_SYSTEM_SLEEP_PM_OPS
by Ulf Hansson
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
55392c4
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
8e46695
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
bb4eecf
mmc: Change the max discard sectors and erase response when HW busy detect
by Baolin Wang
· 8 years ago
6fc0924
mmc: sdhci-of-arasan: Revert: Always power the PHY off/on when clock changes
by Douglas Anderson
· 8 years ago
ad81d38
mmc: sdhci-msm: Add support for UHS cards
by Georgi Djakov
· 8 years ago
ee32067
mmc: sdhci-msm: Add set_uhs_signaling() implementation
by Ritesh Harjani
· 8 years ago
9718f84
mmc: sdhci-msm: Do not reset the controller if no card in the slot
by Georgi Djakov
· 8 years ago
4f6aa32
mmc: tegra: Only advertise UHS modes if IO regulator is present
by Jon Hunter
· 8 years ago
efba142
mmc: sdhci: Request regulators before reading capabilities
by Jon Hunter
· 8 years ago
1f64cec
sdhci-pci: Use MRFLD as abbreviation of Merrifield
by Andy Shevchenko
· 8 years ago
a75dcbf
mmc: sdhci-esdhc-imx: clear tuning bits during driver probe
by Dong Aisheng
· 8 years ago
19dbfdd
mmc: sdhci-esdhci-imx: re-initialize hw state after resume
by Dong Aisheng
· 8 years ago
2b16cf3
mmc: sdhci-esdhc-imx: move tuning static configuration into hwinit function
by Dong Aisheng
· 8 years ago
f3f5cf3
mmc: sdhci-esdhc-imx: factor out hw related initialization into function
by Dong Aisheng
· 8 years ago
7ac6da2
mmc: sdhci-esdhc-imx: fix strobe DLL lock wrong clock issue
by Dong Aisheng
· 8 years ago
da0295f
mmc: sdhci-esdhc-imx: enable hw auto retuning for MAN_TUNING
by Dong Aisheng
· 8 years ago
0b330e3
mmc: sdhci-esdhc-imx: enable hw auto retuning for STD_TUNING
by Dong Aisheng
· 8 years ago
f37b20e
mmc: sdhci: add standard hw auto retuning support
by Dong Aisheng
· 8 years ago
d87fc96
mmc: sdhci-esdhc-imx: support setting tuning start point
by Dong Aisheng
· 8 years ago
ca8cc0f
mmc: sdhci-esdhci-imx: disable DLL delay line settings explicitly
by Dong Aisheng
· 8 years ago
cc17e12
mmc: sdhci-esdhc-imx: restore watermark level setting after resume
by Dong Aisheng
· 8 years ago
04143fb
mmc: sdhci-esdhc-imx: add esdhc specific suspend resume callback
by Dong Aisheng
· 8 years ago
84d7d55
mmc: sdhci-esdhc-imx: remove SDHCI_QUIRK_BROKEN_TIMEOUT_VAL
by Dong Aisheng
· 8 years ago
761daa3
mmc: sdhci: using common mmc_regulator_set_vqmmc()
by Dong Aisheng
· 8 years ago
52ac7ac
mmc: sdhci-pci: Convert to use managed functions pcim_* and devm_*
by Andy Shevchenko
· 8 years ago
6825a60
mmc: core: Extend sysfs with DSR register
by Bojan Prtvar
· 8 years ago
2c4c714
mmc: dw_mmc: rockchip: unset the MMC_CAP_ERASE flag
by Jaehoon Chung
· 8 years ago
6024e16
mmc: dw_mmc: set to MMC_CAP_ERASE by default
by Jaehoon Chung
· 8 years ago
6ae3e53
mmc: core: expose MMC_CAP2_NO_* to dt
by Shawn Lin
· 8 years ago
5fb06af
mmc: core: Extend sysfs with OCR register
by Bojan Prtvar
· 8 years ago
1883edd
mmc: sdhci-iproc: Use defines instead of magic numbers
by Stefan Wahren
· 8 years ago
e71d4b8
mmc: sdhci: add define for suspend/resume capability
by Stefan Wahren
· 8 years ago
a0c3b68
mmc: core: Allow hosts to specify non-support for MMC commands
by Shawn Lin
· 8 years ago
39f80bc
mmc: s3cmci: Register cpufreq notifier only on S3C24xx
by Krzysztof Kozlowski
· 8 years ago
07c161b
mmc: sdhci: sdhci_execute_tuning() must delete timer
by Adrian Hunter
· 8 years ago
8842fd1
mmc: sdhci: Avoid STOP cmd triggering warning in sdhci_send_command()
by Adrian Hunter
· 8 years ago
33a57ad
mmc: sdhci: Do not reset cmd or data circuits that are in use
by Adrian Hunter
· 8 years ago
0293d50
mmc: sdhci: Factor out sdhci_auto_cmd12()
by Adrian Hunter
· 8 years ago
4e9f8fe
mmc: sdhci: Allow for finishing multiple requests
by Adrian Hunter
· 8 years ago
d7422fb
mmc: sdhci: Separate timer timeout for command and data requests
by Adrian Hunter
· 8 years ago
56a590d
mmc: sdhci: Factor out sdhci_data_line_cmd()
by Adrian Hunter
· 8 years ago
5d0d11c
mmc: sdhci: Ensure all requests get errored out
by Adrian Hunter
· 8 years ago
5a8a3fe
mmc: sdhci: Clear pointers when a request finishes
by Adrian Hunter
· 8 years ago
ed1563d
mmc: sdhci: Track whether a reset is pending
by Adrian Hunter
· 8 years ago
0cc563c
mmc: sdhci: Factor out sdhci_needs_reset()
by Adrian Hunter
· 8 years ago
a6d3bdd
mmc: sdhci: Factor out sdhci_finish_mrq()
by Adrian Hunter
· 8 years ago
43dea09
mmc: sdhci: Move host->data warning
by Adrian Hunter
· 8 years ago
a4c73ab
mmc: sdhci: Reduce the use of host->mrq
by Adrian Hunter
· 8 years ago
ea96802
mmc: sdhci: Get rid of host->busy_handle
by Adrian Hunter
· 8 years ago
7c89a3d
mmc: sdhci: Record what command is using the data lines
by Adrian Hunter
· 8 years ago
e0a5640
mmc: sdhci: Simplify sdhci_finish_command() by clearing host->cmd at the start
by Adrian Hunter
· 8 years ago
64ed8dd
mmc: sdhci: Get rid of redundant BUG_ONs
by Adrian Hunter
· 8 years ago
6bde868
mmc: sdhci: Move busy signal handling into sdhci_finish_cmd()
by Adrian Hunter
· 8 years ago
00884b6
mmc: sdhci-pci: Do not runtime suspend at the end of sdhci_pci_probe()
by Adrian Hunter
· 8 years ago
6132a3b
mmc: sdhci: Add sdhci_read_caps()
by Adrian Hunter
· 8 years ago
28da358
mmc: sdhci: Tidy caps variables in sdhci_setup_host()
by Adrian Hunter
· 8 years ago
8cb851a
mmc: sdhci: Make signal voltage support explicit
by Adrian Hunter
· 8 years ago
52f5336
mmc: sdhci: Split sdhci_add_host()
by Adrian Hunter
· 8 years ago
d3940f2
mmc: sdhci: Do not call implementations of mmc host ops directly
by Adrian Hunter
· 8 years ago
ae9c657
mmc: mediatek: perfer to use rise edge latching
by Chaotian Jing
· 8 years ago
ddc7138
mmc: mediatek: fix CMD21/CMD19 timeout issue
by Chaotian Jing
· 8 years ago
86beac3
mmc: mediatek: fix CRC error when calling mmc_select_hs400()
by Chaotian Jing
· 8 years ago
5462ff3
mmc: mediatek: do not tune data for HS400 mode
by Chaotian Jing
· 8 years ago
faecf41
mmc: dw_mmc: fix unmap sg twice when finding data err
by Shawn Lin
· 8 years ago
7e4bf1b
mmc: dw_mmc: add the card write threshold for HS400 mode
by Jaehoon Chung
· 8 years ago
16a3457
mmc: dw_mmc: remove the quirks flags
by Jaehoon Chung
· 8 years ago
e5a6135
mmc: dw_mmc: exynos: fix the NULL pointer dereference error
by Jaehoon Chung
· 8 years ago
65257a0
mmc: dw_mmc: remove UBSAN warning in dw_mci_setup_bus()
by Seung-Woo Kim
· 8 years ago
46d1795
mmc: dw_mmc: Wait for data transfer after response errors.
by Doug Anderson
· 9 years ago
e5306c3
mmc: dw_mmc: fix 32bit little-endian access of des1 field
by Ben Dooks
· 8 years ago
7a3c567
mmc: dw_mmc: Consider HLE errors to be data and command errors
by Doug Anderson
· 10 years ago
af63762
mmc: dw_mmc: k3: add MMC_CAP_CMD23
by Jérôme Forissier
· 8 years ago
56f6911
mmc: dw_mmc: check card present before starting request
by Shawn Lin
· 8 years ago
c0834a58
mmc: dw_mmc: remove redundant of set_bit and clear_bit
by Shawn Lin
· 8 years ago
52e00b8
mmc: sh_mmcif: Use a 10s timeout in the error recovery path
by Ulf Hansson
· 8 years ago
549646a
mmc: sh_mmcif: Inform the mmc core about the max busy timeout
by Ulf Hansson
· 8 years ago
5b1c29bc
mmc: sh_mmcif: Use response type to know when to enable busy detection
by Ulf Hansson
· 8 years ago
dab3a28
mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIO
by Ulf Hansson
· 8 years ago
1b8d79c
mmc: core: Allow hosts to specify non-support for SD commands
by Ulf Hansson
· 8 years ago
2801b95
mmc: sdhci-msm: fix spelling mistake: "Perpheral" -> "Peripheral"
by Colin Ian King
· 8 years ago
a7c5367
mmc: sdhci: use pr_err for sdhci_dumpregs
by Chuanxiao Dong
· 8 years ago
Next »