Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3be3a074cf5ba641529d8fdae0e05ca642f23e12
/
drivers
/
mmc
/
core
82023bb
Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
c2ac2ae
Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 11 years ago
7b19981
ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node
by Rafael J. Wysocki
· 11 years ago
ecd3a7d
mmc: core: Silence compiler warning in __mmc_switch
by Ulf Hansson
· 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
3c0d22e
mmc: core: Remove deprecated mmc_suspend|resume_host APIs
by Ulf Hansson
· 11 years ago
bbd4368
mmc: core: Signal wakeup event at card insert/removal
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
db4a0d0
mmc: core: Cleanup code for setting ocr mask for SDIO
by Ulf Hansson
· 11 years ago
ec2ed70
mmc: core: Remove unnecessary retry mechanism at SDIO attach
by Ulf Hansson
· 11 years ago
0f791fd
mmc: core: Let mmc_set_signal_voltage take ocr as parameter
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
f24fc57
MMC: convert bus code to use dev_groups
by Greg Kroah-Hartman
· 11 years ago
71ef1ea
mmc: core: clean up duplicate macros
by Jackey Shen
· 11 years ago
a27fbf2
mmc: add ignorance case for CMD13 CRC error
by Seungwon Jeon
· 11 years ago
b83e867
mmc: core: remove dead function mmc_try_claim_host
by Grant Grundler
· 11 years ago
d0048f0
Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 11 years ago
6e9e318
mmc: core: parse voltage from device-tree
by Haijun Zhang
· 11 years ago
214fc30
mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()
by Laurent Pinchart
· 11 years ago
84532e3
mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).
by Minjian Wu
· 11 years ago
77776fd
mmc: sd: fix the maximum au_size for SD3.0
by Jaehoon Chung
· 11 years ago
7fca967
mmc: core: free mmc_card if cmd 3,9,7 fails in mmc_sd_init_card
by Wei WANG
· 11 years ago
bc35d5e
mmc: core: Indicate that vmmcq may be absent
by Mark Brown
· 11 years ago
bfffbea
Merge tag 'mmc-updates-for-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 11 years ago
203bb5a
mmc: core: Fixup Oops for SDIO shutdown
by Ulf Hansson
· 11 years ago
7c4f10a
mmc: core: production year for eMMC 4.41 and later
by Romain Izard
· 11 years ago
5a36d6b
mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLE
by Ulf Hansson
· 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
5992e78
mmc: core: Add shutdown callback for SD bus_ops
by Ulf Hansson
· 11 years ago
6b086bd
mmc: core: Extend shutdown sequence to handle bus operations
by Ulf Hansson
· 11 years ago
7628774
mmc: core: Handle card shutdown from mmc_bus
by Ulf Hansson
· 11 years ago
986892c
mmc: core: Initiate suspend|resume from mmc bus instead of mmc host
by Ulf Hansson
· 11 years ago
7459026
mmc: core: Push common suspend|resume code into each bus_ops
by Ulf Hansson
· 11 years ago
810cadd
mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPARE
by Ulf Hansson
· 11 years ago
58a8a4a
mmc: core: Remove unnecessary check for the remove callback
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
ec0a751
mmc: return mmc_of_parse() errors to caller
by Simon Baatz
· 11 years ago
45f0a85
PM / Runtime: Rework the "runtime idle" helper routine
by Rafael J. Wysocki
· 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
12d01d0
mmc: core: Add bus_ops for runtime pm callbacks
by Ulf Hansson
· 12 years ago
39b9431
mmc: core: Stop bkops for eMMC only from mmc suspend
by Ulf Hansson
· 12 years ago
775a936
mmc: card: Adding support for sanitize in eMMC 4.5
by Maya Erez
· 12 years ago
b689167
mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling mode
by Ulf Hansson
· 12 years ago
810e08e
mmc: core: Only execute tuning for SDR50 and SDR104
by Fredrik Soderstedt
· 12 years ago
1731929
Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 12 years ago
2e744fc
mmc: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
a08b17b
mmc: core: fix init controller performance regression, updated patch
by Adrian Hunter
· 12 years ago
3bffb80
mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case
by Li Fei
· 12 years ago
0d3e335
mmc: core: fix performance regression initializing MMC host controllers
by Adrian Hunter
· 12 years ago
f9a94e0
Revert "mmc: core: wait while adding MMC host to ensure root mounts successfully"
by Adrian Hunter
· 12 years ago
836dc2f
mmc: core: Fix bit width test failing on old eMMC cards
by Philip Rakity
· 12 years ago
3500ed9
mmc: core: wait while adding MMC host to ensure root mounts successfully
by Sergey Yanovich
· 12 years ago
eed222a
mmc: sdio: bind acpi with sdio function device
by Aaron Lu
· 12 years ago
1450734
mmc: core: enhance card removal judgement for slow removal
by Kevin Liu
· 12 years ago
51e7e8b
mmc: core: Add in support to expose PRV for v4 MMCs
by Bernie Thompson
· 12 years ago
803d9e0
mmc: convert to idr_alloc()
by Tejun Heo
· 12 years ago
ed5dc23
Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 12 years ago
2fdb6e2
mmc: add DT bindings for more MMC capability flags
by Guennadi Liakhovetski
· 12 years ago
6c56e7a
mmc: provide a standard MMC device-tree binding parser centrally
by Guennadi Liakhovetski
· 12 years ago
ce39f9d
mmc: support packed write command for eMMC4.5 devices
by Seungwon Jeon
· 12 years ago
abd9ac1
mmc: add packed command feature of eMMC4.5
by Seungwon Jeon
· 12 years ago
5f56a8e
mmc: use regulator_can_change_voltage() instead of regulator_count_voltages
by Marek Szyprowski
· 12 years ago
f5c2758
mmc: core: fix indentation
by Jaehoon Chung
· 12 years ago
9b84496
mmc: core: fix permanent sleep of mmcqd during card removal
by Seungwon Jeon
· 12 years ago
5298338
mmc: sdhci: enhance preset value function
by Kevin Liu
· 12 years ago
0797e5f
mmc: core: Fixup signal voltage switch
by Johan Rudholm
· 12 years ago
567c890
mmc: core: Break out start_signal_voltage_switch
by Johan Rudholm
· 12 years ago
276e090
mmc: core: Add mmc_power_cycle
by Johan Rudholm
· 12 years ago
3f8a7fa
mmc: sd: Simplify by using mmc_host_uhs
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
2220eed
mmc: fix async request mechanism for sequential read scenarios
by Konstantin Dorfman
· 12 years ago
d65b5ae
mmc: slot-gpio: use devm_* managed functions to ease users
by Shawn Guo
· 12 years ago
77e2ff0
mmc: sdio: print correct UHS mode during card detection
by Subhash Jadavani
· 12 years ago
41875e3
mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequence
by Sujit Reddy Thumma
· 12 years ago
51aa66a
mmc: sdio: fix resume failure due to lack of CMD52 reset
by Subhash Jadavani
· 12 years ago
9c905fa
drivers/mmc/core: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
451c895
mmc: extend the slot-gpio card-detection to use host's .card_event() method
by Guennadi Liakhovetski
· 12 years ago
ccb52a0
mmc: Limit MMC speed to 52MHz if not HS200
by Al Cooper
· 12 years ago
8db580c
mmc: Remove redundant null check before kfree in bus.c
by Sachin Kamat
· 12 years ago
4c42d6c
mmc: Remove redundant null check before kfree in sdio_bus.c
by Sachin Kamat
· 12 years ago
b0afd8f
mmc: sdio: Add empty bus-level suspend/resume callbacks
by Rafael J. Wysocki
· 12 years ago
67c79db
mmc: core: Add mmc_set_blockcount feature
by Loic Pallardy
· 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
968a64e
mmc: sdio: Use multiple scatter/gather list
by Kyoungil Kim
· 12 years ago
8fee476
mmc: core: Fix some driver hangs when dealing with broken devices
by Trey Ramsay
· 12 years ago
Next »