index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
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
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
2015-03-20
spi: bcm2835: fix all checkpath --strict messages
Martin Sperl
1
-7
/
+11
2014-12-22
spi: Remove FSF mailing addresses
Jarkko Nikula
1
-4
/
+0
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-02-16
spi: Remove explictly set bus_num and num_chipselect to default setting
Axel Lin
1
-1
/
+0
2013-12-17
spi: bcm2835: Use devm_request_irq()
Jingoo Han
1
-7
/
+3
2013-11-28
Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm63xx', 'spi/fix...
Mark Brown
1
-1
/
+1
2013-11-15
spi: bcm2835: fix reference leak to master in bcm2835_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-09-26
spi: bcm2835: use devm_spi_register_master()
Jingoo Han
1
-3
/
+1
2013-08-22
spi: bcm2835: Add spi_master_get() call to prevent use after free
Axel Lin
1
-1
/
+1
2013-08-05
spi: bcm2835: Use SPI_BPW_MASK macro for bits_per_word_mask setting
Axel Lin
1
-1
/
+1
2013-07-24
spi: bcm2835: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-6
/
+0
2013-05-13
spi: bmc2835: use devm_ioremap_resource()
Laurent Navet
1
-4
/
+3
2013-04-01
spi: bcm2835: make use of new bits_per_word_mask core feature
Stephen Warren
1
-35
/
+1
2013-03-12
spi: add driver for BCM2835
Chris Boot
1
-0
/
+456