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-mxs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-25
spi: mxs: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-2
/
+1
2020-11-18
spi: mxs: fix reference leak in mxs_spi_probe
Zhang Qilong
1
-0
/
+1
2020-03-17
spi: mxs: Drop GPIO includes
Linus Walleij
1
-2
/
+1
2019-12-16
spi: mxs: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
1
-3
/
+3
2019-09-04
spi: mxs: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-01-29
spi: mxs: add tracing to custom .transfer_one_message callback
Uwe Kleine-König
1
-0
/
+5
2018-05-03
spi: mxs: Switch to SPDX identifier
Fabio Estevam
1
-29
/
+19
2017-09-27
spi: mxs: implement runtime pm
Uwe Kleine-König
1
-10
/
+110
2015-02-05
spi: mxs: cleanup wait_for_completion return handling
Nicholas Mc Guire
1
-3
/
+2
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-24
spi: spi-mxs: Fix mapping from vmalloc-ed buffer to scatter list
Charles Keepax
1
-5
/
+5
2014-11-10
spi: spi-mxs: Register the irq with the device name
Fabio Estevam
1
-1
/
+1
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-03
Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...
Mark Brown
1
-1
/
+1
2014-10-03
spi: spi-mxs: fix a tiny typo in a comment
Michael Heimpold
1
-1
/
+1
2014-09-02
spi: spi-mxs: Fix checkpatch issue
Jingoo Han
1
-1
/
+3
2014-03-30
Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...
Mark Brown
1
-4
/
+3
2014-02-14
spi: spi-mxs: Propagate the real error code on platform_get_irq() failure
Fabio Estevam
1
-1
/
+1
2014-02-07
spi: mxs: Use list_for_each_entry to iterate over transfer list
Axel Lin
1
-2
/
+2
2014-02-03
spi: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-17
spi: Remove duplicate code to set default bits_per_word setting
Axel Lin
1
-9
/
+0
2013-11-28
Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix...
Mark Brown
1
-1
/
+1
2013-11-18
spi: spi-mxs: fix reference leak to master in mxs_spi_remove()
Wei Yongjun
1
-1
/
+1
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-1
/
+1
2013-10-25
Merge remote-tracking branch 'spi/topic/mxs' into spi-next
Mark Brown
1
-109
/
+80
2013-10-18
spi: spi-mxs: Use u32 instead of uint32_t
Trent Piepho
1
-5
/
+5
2013-10-18
spi: spi-mxs: Don't set clock for each xfer
Trent Piepho
1
-1
/
+14
2013-10-18
spi: spi-mxs: Clean up setup_transfer function
Trent Piepho
1
-11
/
+8
2013-10-18
spi: spi-mxs: Remove check of spi mode bits
Trent Piepho
1
-3
/
+0
2013-10-18
spi: spi-mxs: Fix race in setup method
Trent Piepho
1
-9
/
+1
2013-10-18
spi: spi-mxs: Remove bogus setting of ssp clk rate field
Trent Piepho
1
-1
/
+0
2013-10-18
spi: spi-mxs: Remove full duplex check, spi core already does it
Trent Piepho
1
-6
/
+0
2013-10-18
spi: spi-mxs: Fix chip select control bits in DMA mode
Trent Piepho
1
-23
/
+13
2013-10-18
spi: spi-mxs: Fix extra CS pulses and read mode in multi-transfer messages
Trent Piepho
1
-1
/
+2
2013-10-18
spi: spi-mxs: Change flag arguments in txrx functions to bit flags
Trent Piepho
1
-24
/
+31
2013-10-18
spi: spi-mxs: Always clear INGORE_CRC, to keep CS asserted
Trent Piepho
1
-3
/
+2
2013-10-18
spi: spi-mxs: Remove mxs_spi_enable and mxs_spi_disable
Trent Piepho
1
-18
/
+4
2013-10-18
spi: spi-mxs: Always set LOCK_CS
Trent Piepho
1
-6
/
+2
2013-09-26
spi: mxs: use devm_spi_register_master()
Jingoo Han
1
-3
/
+1
2013-08-06
spi: spi-mxs: Remove unused bits_per_word variable
Axel Lin
1
-5
/
+0
2013-07-22
spi: spi-mxs: Remove unneeded check for platform_get_resource()
Fabio Estevam
1
-1
/
+1
2013-07-15
spi: spi-mxs: Check the return value from stmp_reset_block()
Fabio Estevam
1
-1
/
+3
2013-07-15
spi: spi-mxs: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-3
/
+7
2013-07-15
spi: spi-mxs: Fix the error path sequence
Fabio Estevam
1
-5
/
+2
2013-06-26
Merge remote-tracking branch 'spi/topic/mxs' into spi-next
Mark Brown
1
-6
/
+0
2013-05-29
spi: convert drivers to use bits_per_word_mask
Stephen Warren
1
-6
/
+1
2013-05-13
spi: spi-mxs: Let device core handle pinctrl
Fabio Estevam
1
-6
/
+0
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-51
/
+9
2013-04-04
spi: mxs-spi: move to use generic DMA helper
Shawn Guo
1
-51
/
+9
2013-04-03
mxs/spi: fix error return code in mxs_spi_probe()
Wei Yongjun
1
-0
/
+1
[next]