index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-06
sdio: put active devices into 1-bit mode during suspend
Daniel Drake
1
-0
/
+43
2010-03-06
sdio: kick the interrupt thread upon a resume
Nicolas Pitre
1
-0
/
+2
2010-03-06
sdio: don't use CMD[357] as part of a powered SDIO resume
Chris Ball
1
-8
/
+11
2010-03-06
sdio: introduce API for special power management features
Nicolas Pitre
2
-3
/
+58
2010-03-06
sdio: add quirk to clamp byte mode transfer
Bing Zhao
1
-1
/
+6
2010-01-11
mmc: allow for MMC v4.4
Adrian Hunter
1
-1
/
+1
2009-12-17
sdio: initialise SDIO functions and update card->sdio_funcs in lockstep
Matt Fleming
1
-2
/
+3
2009-12-17
sdio: fix reference counting in sdio_remove_func()
Daniel Drake
1
-2
/
+5
2009-12-15
mmc: add module parameter to set whether cards are assumed removable
Ben Hutchings
5
-43
/
+23
2009-12-15
sdio: rework cis tuple parsing
Albert Herranz
1
-74
/
+93
2009-10-08
mmc: sdio: don't require CISTPL_VERS_1 to contain 4 strings
David Vrabel
1
-4
/
+3
2009-10-01
sdio: pass whitelisted cis funce tuples to sdio drivers
Albert Herranz
1
-16
/
+49
2009-10-01
const: constify remaining file_operations
Alexey Dobriyan
1
-1
/
+1
2009-09-23
mmc: make SDIO device/driver struct accessors public
Nicolas Pitre
1
-3
/
+0
2009-09-23
mmc: propagate error codes back from bus drivers' suspend/resume methods
Nicolas Pitre
5
-54
/
+69
2009-09-23
mmc: core SDIO suspend/resume support
Nicolas Pitre
1
-89
/
+196
2009-09-23
mmc_spi: fail gracefully if host or card do not support the switch command
Wolfgang Muees
2
-10
/
+10
2009-09-23
sdio: add MMC_QUIRK_LENIENT_FN0
Ohad Ben-Cohen
1
-1
/
+1
2009-09-23
sdio: fix read buffer overflow
Roel Kluin
1
-1
/
+1
2009-09-23
sdio: add CD disable support
Ohad Ben-Cohen
1
-0
/
+30
2009-09-23
mmc: check status after MMC SWITCH command
Adrian Hunter
2
-6
/
+41
2009-09-23
mmc: power off once at removal
Denis Karpov
1
-0
/
+2
2009-09-23
mmc: add mmc card sleep and awake support
Jarkko Lavinen
5
-5
/
+128
2009-09-23
mmc: add ability to save power by powering off cards
Adrian Hunter
4
-0
/
+58
2009-09-23
mmc: add MMC_CAP_NONREMOVABLE host capability
Adrian Hunter
2
-14
/
+68
2009-09-23
mmc: allow host claim / release nesting
Adrian Hunter
1
-9
/
+25
2009-09-23
mmc: add 'enable' and 'disable' methods to mmc host
Adrian Hunter
3
-6
/
+174
2009-09-23
sdio: do not ignore MMC_VDD_165_195
Ohad Ben-Cohen
1
-7
/
+0
2009-09-23
mmc: in mmc_power_up(), use previously selected ocr if available
Balaji Rao
1
-1
/
+7
2009-09-15
driver model: constify attribute groups
David Brownell
2
-2
/
+2
2009-06-13
MMC core: limit minimum initialization frequency to 400kHz
Sascha Hauer
1
-1
/
+7
2009-06-13
mmc: mmc_rescan detects card change in one run
Jorg Schummer
1
-44
/
+55
2009-05-03
mmc: increase power up delay
José M. Fernández
1
-2
/
+2
2009-04-08
mmc_spi: do not check CID and CSD blocks with CRC16
Wolfgang Muees
1
-9
/
+12
2009-04-08
mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2
Jarkko Lavinen
1
-1
/
+1
2009-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
5
-0
/
+109
2009-03-31
MMC: regulator utilities
David Brownell
1
-0
/
+100
2009-03-24
mmc_spi: allow higher timeouts for SPI mode
Wolfgang Muees
1
-0
/
+15
2009-03-24
mmc: During unsafe resume, select the right volatge for the card
Balaji Rao
1
-0
/
+1
2009-03-24
sdio: check that addresses are within the address space
Pierre Ossman
1
-0
/
+8
2009-03-24
sdio: handle null tuples
Pierre Ossman
1
-0
/
+4
2009-03-24
sdio: handle cis end marker in link field
Pierre Ossman
1
-0
/
+4
2009-03-24
mmc: Add Extended CSD register to debugfs
Adrian Hunter
1
-0
/
+67
2009-03-24
mmc: add MODALIAS linkage for MMC/SD devices
Andy Whitcroft
1
-0
/
+8
2009-03-24
mmc: delayed_work was never cancelled
Jorg Schummer
1
-0
/
+2
2009-03-08
mmc: fix data timeout for SEND_EXT_CSD
Adrian Hunter
1
-6
/
+9
2008-12-31
mmc: warn about voltage mismatches
David Brownell
1
-0
/
+2
2008-12-31
mmc: Add mmc_vddrange_to_ocrmask() helper function
Anton Vorontsov
1
-0
/
+75
2008-12-31
mmc: Add 8-bit bus width support
Jarkko Lavinen
1
-4
/
+14
2008-11-08
mmc: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
3
-7
/
+4
[next]