index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-sirf.c
Commit message (
Expand
)
Author
Age
*
spi: sirf: Add missing spi_master_{resume,suspend} calls to PM callbacks
Axel Lin
2014-03-13
*
spi: sirf: provide a shortcut for spi command-data mode
Qipan Li
2014-03-02
*
spi: sirf: Use SIMPLE_DEV_PM_OPS macro
Jingoo Han
2014-02-26
*
spi: sirf: use SET_SYSTEM_SLEEP_PM_OPS to initialize PM entries
Qipan Li
2014-02-23
*
spi: sirf: move to use generic dma dt-binding
Barry Song
2014-02-23
*
spi: sirf: Avoid duplicate code in various bits_per_word cases
Axel Lin
2014-02-03
*
spi: Remove duplicate code to set default bits_per_word setting
Axel Lin
2014-01-17
*
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-11-14
*
spi: bitbang: Let spi_bitbang_start() take a reference to master
Axel Lin
2013-09-17
*
Merge remote-tracking branch 'spi/topic/sirf' into spi-next
Mark Brown
2013-09-01
|
\
|
*
spi/sirf: fix the misunderstanding about len of spi_transfer
Qipan Li
2013-08-26
|
*
spi: sirf: fix error return code in spi_sirfsoc_probe()
Wei Yongjun
2013-08-23
|
*
spi/sirf: simplify use of devm_ioremap_resource
Julia Lawall
2013-08-14
|
*
spi: sirf: use DMA if both buffer address and length are aligned
Barry Song
2013-08-06
|
*
spi: sirf: add missed spi mode_bits that SiRFSoC hardware supports
Qipan Li
2013-07-15
*
|
spi: Use dev_get_drvdata at appropriate places
Axel Lin
2013-08-29
|
/
*
Merge remote-tracking branch 'spi/topic/sirf' into spi-next
Mark Brown
2013-06-26
|
\
|
*
spi: sirf: fix the issue while transferring more than 256 words
Qipan Li
2013-05-20
|
*
spi/sirf: Let device core handle pinctrl
Mark Brown
2013-05-13
*
|
spi: sirf: avoid uninitialized-use warning
Arnd Bergmann
2013-06-03
*
|
spi: convert drivers to use bits_per_word_mask
Stephen Warren
2013-05-29
|
/
*
spi/sirf: fix MODULE_DEVICE_TABLE
Arnd Bergmann
2013-04-23
*
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
|
\
|
*
spi: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-25
*
|
spi/sirf: add support for new SiRFmarco SMP SoC
Barry Song
2013-02-05
*
|
spi/sirf: use clk_prepare_enable and clk_disable_unprepare
Barry Song
2013-02-05
*
|
spi: remove check for bits_per_word on transfer from low level driver
Laxman Dewangan
2013-02-05
|
/
*
spi: Remove HOTPLUG section attributes
Grant Likely
2012-12-07
*
SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errors
Barry Song
2012-05-20
*
SPI: add CSR SiRFprimaII SPI controller driver
Zhiwu Song
2012-03-09