index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
dw_mmc.c
Commit message (
Expand
)
Author
Age
*
mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLE
Zhangfei Gao
2015-05-08
*
mmc: dw_mmc: init desc in dw_mci_idmac_init
Zhangfei Gao
2015-05-08
*
mmc: dw_mmc: Add locking around cmd11 timer
Doug Anderson
2015-04-09
*
mmc: dw_mmc: Add a return in an unexpected cmd11 timeout
Doug Anderson
2015-04-09
*
mmc: dw_mmc: Increase cmd11 timeout to 500ms
Doug Anderson
2015-04-09
*
mmc: dw_mmc: fix fifo ordering in big endian
Ben Dooks
2015-04-09
*
mmc: dw_mmc: change idmac descriptor files to __le32
Ben Dooks
2015-04-09
*
mmc: dw_mmc: Don't try to enable the CD until we're sure we're not deferring
Doug Anderson
2015-03-31
*
mmc: dw_mmc: Add a timeout for sending CMD11
Doug Anderson
2015-03-31
*
mmc: dw_mmc: enable card read threshold when mode is HS400
Jaehoon Chung
2015-03-31
*
mmc: dw_mmc: exynos: dw_mci_exynos_prepare_hs400_tuning() can be static
Wu Fengguang
2015-03-23
*
mmc: dw_mmc: Don't crash if we get an interrupt before slot has initted
Doug Anderson
2015-03-23
*
mmc: dw_mmc: Only enable CD after setup and only if needed
Doug Anderson
2015-03-23
*
mmc: dw_mmc: Don't start commands while busy
Doug Anderson
2015-03-23
*
mmc: dw_mmc: Give a good reset after we give power
Doug Anderson
2015-03-23
*
mmc: dw_mmc: Make sure we only adjust the clock when power is on
Doug Anderson
2015-03-23
*
mmc: dw_mmc: fix mmc_test by not sending abort for DRTO/EBE errors
addy ke
2015-03-23
*
mmc: dw_mmc: exynos: Support eMMC's HS400 mode
Seungwon Jeon
2015-03-23
*
mmc: dw_mmc: Power on vqmmc in MMC_POWER_ON, not MMC_POWER_UP
Doug Anderson
2015-01-19
*
mmc: dw_mmc: Convert to mmc_send_tuning()
Ulf Hansson
2015-01-19
*
mmc: dw_mmc: remove unnecessary debug message
Beomho Seo
2015-01-19
*
mmc: dw_mmc: fix the max_blk_count in IDMAC
Seungwon Jeon
2015-01-19
*
mmc: dw_mmc: Protect read-modify-write of INTMASK with a lock
Doug Anderson
2015-01-19
*
mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interrupts
Doug Anderson
2015-01-19
*
mmc: dw_mmc: avoid write to CDTHRCTL on older versions
James Hogan
2014-11-26
*
mmc: dw_mmc: add support for the other bit of sdio interrupt
Addy Ke
2014-11-26
*
mmc: dw_mmc: Add IDMAC 64-bit address mode support
Prabu Thangamuthu
2014-11-26
*
mmc: dw_mmc: Remove old card detect infrastructure
Doug Anderson
2014-11-10
*
mmc: dw_mmc: Change signal voltage error to dev_dbg()
Doug Anderson
2014-11-10
*
mmc: dw_mmc: Reset DMA before enabling IDMAC
Sonny Rao
2014-11-10
*
mmc: Consolidate emmc tuning blocks
Stephen Boyd
2014-09-23
*
mmc: dw_mmc: Remove unused function for !CONFIG_OF
Tobias Klauser
2014-09-18
*
mmc: dw_mmc: Pass back errors from mmc_of_parse()
Doug Anderson
2014-09-09
*
mmc: dw_mmc: Support voltage changes
Doug Anderson
2014-09-09
*
mmc: dw_mmc: use mmc_regulator_get_supply to handle regulators
Yuvaraj CD
2014-09-09
*
mmc: dw_mmc: Make sure we don't get stuck when we get an error
Doug Anderson
2014-09-09
*
mmc: dw_mmc: Slot quirk "disable-wp" is deprecated.
Jaehoon Chung
2014-08-11
*
mmc: dw_mmc: change to use recommended reset procedure
Sonny Rao
2014-08-11
*
mmc: dw_mmc: Don't print data errors
Doug Anderson
2014-05-22
*
mmc: dw_mmc: restore the card-present checking point
Jaehoon Chung
2014-05-12
*
mmc: dw_mmc: remove dw_mci_of_cd_gpio/wp_gpio()
Jaehoon Chung
2014-05-12
*
mmc: dw_mmc: remove unnecessary function.
Jaehoon Chung
2014-05-12
*
mmc: dw_mmc: fix minor coding style.
Jaehoon Chung
2014-05-12
*
mmc: dw_mmc: remove unused member variable.
Jaehoon Chung
2014-05-12
*
mmc: dw_mmc: replace the bus_hz checking point
Jaehoon Chung
2014-05-12
*
mmc: dw_mmc: use the mmc_of_parse() instead of local parser
Jaehoon Chung
2014-05-12
*
mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMC
Seungwon Jeon
2014-04-20
*
Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-04-09
|
\
|
*
mmc: dw_mmc: Fix NULL pointer dereference
Sachin Kamat
2014-02-25
*
|
workqueue: remove deprecated WQ_NON_REENTRANT
ZhangZhen
2014-03-29
|
/
[next]