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
/
spi
/
spi-dw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-28
spi: dw: replace magic constant by DW_SPI_DR
Andy Shevchenko
1
-1
/
+1
2015-10-20
spi: dw: remove a NULL check when call ->remove()
Andy Shevchenko
1
-2
/
+0
2015-10-20
spi: dw: explicitly free IRQ handler in dw_spi_remove_host()
Andy Shevchenko
1
-2
/
+4
2015-10-19
spi: dw: introduce spi_shutdown_chip()
Andy Shevchenko
1
-7
/
+6
2015-10-19
spi: dw: eliminate unused threshold variables
Andy Shevchenko
1
-5
/
+0
2015-10-19
spi: dw: eliminate speed variable in ->transfer_one()
Andy Shevchenko
1
-8
/
+4
2015-10-19
spi: dw: remove bits_per_word member of struct chip_data
Andy Shevchenko
1
-14
/
+2
2015-10-19
spi: dw: remove unneeded cr0 member of struct chip_data
Andy Shevchenko
1
-12
/
+2
2015-10-19
spi: dw: use plain struct device * at earlier ->probe()
Andy Shevchenko
1
-1
/
+1
2015-09-17
spi: dw: Remove test for non-zero spi->max_speed_hz
Jarkko Nikula
1
-5
/
+0
2015-09-17
spi: dw: Remove needless if statements
Jarkko Nikula
1
-23
/
+18
2015-08-21
spi: dw: Allow interface drivers to limit data I/O to word sizes
Michael van der Westhuizen
1
-2
/
+2
2015-03-25
spi: dw: fix crash on setup stage
Andy Shevchenko
1
-1
/
+1
2015-03-17
spi: dw-spi: Convert 16bit accesses to 32bit accesses
Thor Thayer
1
-12
/
+12
2015-03-09
spi: dw-spi: Single Register read to clear IRQs
Thor Thayer
1
-3
/
+1
2015-03-09
spi: dw-mid: move to use core SPI DMA mappings
Andy Shevchenko
1
-33
/
+7
2015-03-09
spi: dw-mid: clear ongoing DMA transfers on timeout
Andy Shevchenko
1
-0
/
+3
2015-03-09
spi: dw-mid: split dma_setup() from dma_transfer()
Andy Shevchenko
1
-10
/
+13
2015-03-09
spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth
Andy Shevchenko
1
-4
/
+8
2015-03-09
Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Mark Brown
1
-2
/
+2
2015-03-06
spi: dw: move to SPI core message handling
Andy Shevchenko
1
-136
/
+47
2015-03-06
spi: dw: program registers as soon as possible
Andy Shevchenko
1
-23
/
+15
2015-03-06
spi: dw: make sure SPI controller is enabled
Andy Shevchenko
1
-5
/
+2
2015-02-26
spi: dw: revisit FIFO size detection again
Andy Shevchenko
1
-2
/
+2
2015-02-24
spi: dw: always reprogram CTRL0
Andy Shevchenko
1
-2
/
+1
2015-02-24
spi: dw: refactor code that handles clk_div
Andy Shevchenko
1
-4
/
+3
2015-02-24
spi: dw: get TX level without an additional variable
Andy Shevchenko
1
-7
/
+4
2015-02-24
spi: dw: move piece of code out of condition
Andy Shevchenko
1
-2
/
+3
2015-01-07
spi: dw: print debug message with FIFO size
Andy Shevchenko
1
-4
/
+5
2015-01-07
spi: dw: amend warning message
Andy Shevchenko
1
-1
/
+1
2015-01-05
spi: dw: Fix detecting FIFO depth
Axel Lin
1
-2
/
+2
2014-11-26
Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus
Mark Brown
1
-5
/
+1
2014-11-07
spi: dw: Fix dynamic speed change.
Thor Thayer
1
-5
/
+1
2014-10-08
spi: dw: Initialize of_node to discover DT node children
Thor Thayer
1
-0
/
+1
2014-10-03
Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...
Mark Brown
1
-26
/
+22
2014-10-03
Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi...
Mark Brown
1
-7
/
+9
2014-09-24
spi: dw: fix style of code in few places
Andy Shevchenko
1
-4
/
+3
2014-09-24
spi: dw: introduce support of loopback mode
Andy Shevchenko
1
-1
/
+4
2014-09-16
Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...
Mark Brown
1
-2
/
+10
2014-09-13
spi: dw: don't use mrst prefix anymore
Andy Shevchenko
1
-17
/
+15
2014-09-13
Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/...
Mark Brown
1
-7
/
+9
2014-09-13
spi: dw: remove FSF address
Andy Shevchenko
1
-4
/
+0
2014-09-03
spi: dw: Fix checkpatch issue
Jingoo Han
1
-7
/
+9
2014-09-01
spi: dw: Don't use devm_kzalloc in master->setup callback
Axel Lin
1
-2
/
+10
2014-08-27
spi: dw: fix kernel crash due to NULL pointer dereference
Andy Shevchenko
1
-1
/
+1
2014-05-12
spi: dw: Remove unused dw_spi_cleanup function
Axel Lin
1
-6
/
+0
2014-04-24
spi: dw: add support for gpio controlled chip select
Baruch Siach
1
-6
/
+12
2014-04-24
spi: dw: migrate to generic queue infrastructure
Baruch Siach
1
-168
/
+15
2014-03-30
Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi...
Mark Brown
1
-15
/
+2
2014-03-28
spi: dw: Don't call kfree for memory allocated by devm_kzalloc
Axel Lin
1
-7
/
+0
[next]