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-bcm2835.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-04
spi: bcm2835: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-28
spi: bcm2835: Convert to use CS GPIO descriptors
Linus Walleij
1
-18
/
+40
2019-08-23
Merge branch 'spi-5.3' into spi-5.4
Mark Brown
1
-1
/
+2
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2019-07-24
spi: bcm2835: Fix 3-wire mode if DMA is enabled
Lukas Wunner
1
-1
/
+2
2019-06-10
Merge tag 'v5.2-rc4' into spi-5.3
Mark Brown
1
-10
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-05-22
spi: bcm2835: Drop assignment of dma_slave_config direction
Lukas Wunner
1
-2
/
+0
2019-05-22
spi: bcm2835: Replace spi_master by spi_controller
Lukas Wunner
1
-95
/
+96
2019-05-13
spi: bcm2835: only split transfers that exceed DLEN if DMA available
Nicolas Saenz Julienne
1
-9
/
+11
2019-05-13
spi: bcm2835: Remove spi_alloc_master() error printing
Hoan Nguyen An
1
-3
/
+1
2019-05-08
spi: bcm2835: add driver stats to debugfs
Martin Sperl
1
-0
/
+74
2019-05-08
spi: bcm2835: make the polling duration limits configurable
Martin Sperl
1
-8
/
+14
2019-05-08
spi: bcm2835: added comment about different bus behaviour of DMA mode
Martin Sperl
1
-1
/
+4
2019-05-08
spi: bcm2835: Avoid 64-bit arithmetic in xfer len calc
Martin Sperl
1
-9
/
+9
2019-05-08
spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argument
Martin Sperl
1
-4
/
+2
2019-05-02
spi/spi-bcm2835: Split transfers that exceed DLEN
Meghana Madhyastha
1
-28
/
+11
2018-12-04
spi: bcm2835: Synchronize with callback on DMA termination
Lukas Wunner
1
-6
/
+6
2018-12-04
spi: bcm2835: Speed up FIFO access if fill level is known
Lukas Wunner
1
-4
/
+60
2018-12-04
spi: bcm2835: Polish transfer of DMA prologue
Lukas Wunner
1
-25
/
+29
2018-11-29
Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-1
/
+1
2018-11-29
spi: bcm2835: Unbreak the build of esoteric configs
Lukas Wunner
1
-1
/
+1
2018-11-28
spi: bcm2835: Overcome sglist entry length limitation
Lukas Wunner
1
-49
/
+242
2018-11-28
spi: bcm2835: Document struct bcm2835_spi
Lukas Wunner
1
-0
/
+11
2018-11-28
spi: bcm2835: Drop unused code for native Chip Select
Lukas Wunner
1
-83
/
+13
2018-11-28
Merge branch 'spi-4.20' into spi-4.21 for bcm stuff.
Mark Brown
1
-8
/
+6
2018-11-28
spi: bcm2835: Fix race on DMA termination
Lukas Wunner
1
-6
/
+4
2018-11-28
spi: bcm2835: Fix book-keeping of DMA termination
Lukas Wunner
1
-0
/
+1
2018-11-28
spi: bcm2835: Avoid finishing transfer prematurely in IRQ mode
Lukas Wunner
1
-2
/
+1
2018-11-14
spi: bcm2835: make license text and module license match
Stefan Wahren
1
-1
/
+1
2016-02-15
spi: bcm2835: Remove unnecessary workaround to call gpio_set_value
Axel Lin
1
-5
/
+0
2015-11-04
Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/top...
Mark Brown
1
-7
/
+7
2015-10-16
spi: bcm2835: change initialization order and switch to platform_get_irq
Martin Sperl
1
-7
/
+7
2015-09-22
Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d...
Mark Brown
1
-3
/
+3
2015-09-10
spi: bcm2835: BUG: fix wrong use of PAGE_MASK
Martin Sperl
1
-3
/
+3
2015-07-29
spi: bcm2835: fix overflow in calculation of transfer time
Martin Sperl
1
-4
/
+6
2015-07-29
spi: bcm2835: set up spi-mode before asserting cs-gpio
Martin Sperl
1
-5
/
+23
2015-05-12
spi: bcm2835: bcm2835_dma_release() can be static
kbuild test robot
1
-2
/
+2
2015-05-12
spi: bcm2835: fix kbuild compile warnings/errors and a typo
Martin Sperl
1
-3
/
+5
2015-05-11
spi: bcm2835: enable dma modes for transfers meeting certain conditions
Martin Sperl
1
-2
/
+301
2015-04-27
spi: bcm2835: fallback to interrupt for polling timeouts exceeding 2 jiffies
Martin Sperl
1
-37
/
+50
2015-04-27
spi: bcm2835: change timeout of polling driver to 1s
Martin Sperl
1
-3
/
+2
2015-04-10
spi: bcm2835: enabling polling mode for transfers shorter than 30us
Martin Sperl
1
-26
/
+86
2015-04-10
spi: bcm2835: transform native-cs to gpio-cs on first spi_setup
Martin Sperl
1
-5
/
+44
2015-03-29
spi: bcm2835: fill FIFO before enabling interrupts to reduce interrupts/message
Martin Sperl
1
-0
/
+16
2015-03-29
spi: bcm2835: fix code formatting issue
Martin Sperl
1
-2
/
+1
2015-03-26
spi: bcm2835: move to the transfer_one driver model
Martin Sperl
1
-88
/
+124
2015-03-23
spi: bcm2835: enable support of 3-wire mode
Martin Sperl
1
-1
/
+5
2015-03-23
spi: bcm2835: clock divider can be a multiple of 2
Martin Sperl
1
-2
/
+3
2015-03-23
spi: bcm2835: fill/drain SPI-fifo as much as possible during interrupt
Martin Sperl
1
-61
/
+17
[next]