index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
mmci.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
mmc: mmci: add stm32 sdmmc variant
Ludovic Barre
1
-0
/
+5
2018-10-09
mmc: mmci: add stm32 sdmmc registers
Ludovic Barre
1
-0
/
+56
2018-10-09
mmc: mmci: add clock divider for stm32 sdmmc
Ludovic Barre
1
-0
/
+2
2018-10-09
mmc: mmci: add optional reset property
Ludovic Barre
1
-0
/
+2
2018-10-09
mmc: mmci: add variant property to not read datacnt
Ludovic Barre
1
-0
/
+3
2018-10-09
mmc: mmci: add variant property to write datactrl before command
Ludovic Barre
1
-0
/
+2
2018-10-09
mmc: mmci: add variant property to define irq pio mask
Ludovic Barre
1
-1
/
+4
2018-10-09
mmc: mmci: add variant property to define dpsm bit
Ludovic Barre
1
-0
/
+2
2018-10-09
mmc: mmci: add variant properties to define cpsm & cmdresp bits
Ludovic Barre
1
-0
/
+8
2018-10-09
mmc: mmci: expand startbiterr to irqmask and error check
Ludovic Barre
1
-3
/
+3
2018-10-09
mmc: mmci: add datactrl block size variant property
Ludovic Barre
1
-0
/
+2
2018-10-09
mmc: mmci: add set_clk/pwrreg callbacks
Ludovic Barre
1
-0
/
+5
2018-10-09
mmc: mmci: add validate_data callback
Ludovic Barre
1
-0
/
+1
2018-10-09
mmc: mmci: add dma_error callback
Ludovic Barre
1
-0
/
+2
2018-10-09
mmc: mmci: add dma_finalize callback
Ludovic Barre
1
-1
/
+2
2018-10-09
mmc: mmci: add dma_start callback
Ludovic Barre
1
-0
/
+2
2018-10-09
mmc: mmci: add get_next_data callback
Ludovic Barre
1
-0
/
+2
2018-10-09
mmc: mmci: add prepare/unprepare_data callbacks
Ludovic Barre
1
-0
/
+8
2018-10-09
mmc: mmci: introduce dma_priv pointer to mmci_host
Ludovic Barre
1
-15
/
+4
2018-10-09
mmc: mmci: create common mmci_dma_setup/release
Ludovic Barre
1
-1
/
+6
2018-10-08
mmc: mmci: Change struct members from bool to u8
Ludovic Barre
1
-16
/
+16
2018-10-08
mmc: mmci: internalize dma_inprogress into mmci dma functions
Ludovic Barre
1
-2
/
+0
2018-08-01
mmc: mmci: Add and implement a ->dma_setup() callback for qcom dml
Ulf Hansson
1
-0
/
+1
2018-07-30
mmc: mmci: Initial support to manage variant specific callbacks
Ulf Hansson
1
-1
/
+79
2018-01-18
mmc: mmci: Add support for setting pad type via pinctrl
Patrice Chotard
1
-0
/
+5
2018-01-18
mmc: mmci: Don't pretend all variants to have MMCIMASK1 register
Patrice Chotard
1
-0
/
+1
2017-02-13
mmc: core/mmci: restore pre/post_req behaviour
Linus Walleij
1
-1
/
+2
2016-11-29
mmc: mmci: refactor ST Micro busy detection
Linus Walleij
1
-1
/
+1
2016-11-29
mmc: mmci: clean up header defines
Linus Walleij
1
-31
/
+38
2014-07-09
mmc: mmci: Add Qcom specific rx_fifocnt logic.
Srinivas Kandagatla
1
-0
/
+1
2014-07-09
mmc: mmci: add explicit clk control
Srinivas Kandagatla
1
-0
/
+2
2014-07-09
mmc: mmci: Add Qualcomm specific register defines.
Srinivas Kandagatla
1
-0
/
+17
2014-05-12
mmc: mmci: Enforce DT for signal direction and feedback clock
Ulf Hansson
1
-0
/
+11
2014-05-12
mmc: mmci: Convert to the mmc gpio API
Ulf Hansson
1
-3
/
+0
2014-04-09
Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2014-02-23
mmc: mmci: Enable support for busy detection for ux500 variant
Ulf Hansson
1
-0
/
+2
2014-02-12
ARM: 7956/1: mmci: rename some extended flags
Linus Walleij
1
-4
/
+5
2013-09-19
ARM: 7831/1: mmc: mmci: Adapt to new pinctrl handling
Ulf Hansson
1
-4
/
+0
2013-05-23
ARM: 7726/1: mmc: mmci: Add card_busy function to improve UHS card support
Ulf Hansson
1
-0
/
+2
2013-05-23
ARM: 7725/1: mmc: mmci: Cache MMCIDATACTRL register
Ulf Hansson
1
-0
/
+1
2013-05-23
ARM: 7721/1: mmc: mmci: Fixup regulator handling for vqmmc
Ulf Hansson
1
-0
/
+1
2013-01-28
ARM: 7631/1: mmc: mmci: Add new VE MMCI variant
Pawel Moll
1
-0
/
+2
2013-01-08
ARM: 7620/1: mmc: mmci: Convert to use mmc_regulator_get_supply
Ulf Hansson
1
-1
/
+0
2012-11-04
ARM: 7562/2: MMCI: fetch pinctrl handle and set default state
Linus Walleij
1
-0
/
+4
2012-02-02
ARM: 7280/1: mmc: mmci: Cache MMCICLOCK and MMCIPOWER register
Ulf Hansson
1
-1
/
+2
2012-01-20
ARM: 7218/1: mmc: mmci: Provide option to configure bus signal direction
Ulf Hansson
1
-10
/
+0
2012-01-20
ARM: 7215/1: mmc: mmci: Increase max_segs from 16 to 128
Ulf Hansson
1
-1
/
+1
2011-07-20
mmc: mmci: implement pre_req() and post_req()
Per Forlin
1
-0
/
+8
2011-07-06
ARM: 6980/1: mmci: use StartBitErr to detect bad connections
Linus Walleij
1
-1
/
+4
2011-05-11
ARM: 6785/1: mmci: separate out ST Micro register defines
Linus Walleij
1
-14
/
+27
[next]