index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-sirf.c
Age
Commit message (
Expand
)
Author
2014-01-17
spi: Remove duplicate code to set default bits_per_word setting
Axel Lin
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-09-17
spi: bitbang: Let spi_bitbang_start() take a reference to master
Axel Lin
2013-09-01
Merge remote-tracking branch 'spi/topic/sirf' into spi-next
Mark Brown
2013-08-29
spi: Use dev_get_drvdata at appropriate places
Axel Lin
2013-08-26
spi/sirf: fix the misunderstanding about len of spi_transfer
Qipan Li
2013-08-23
spi: sirf: fix error return code in spi_sirfsoc_probe()
Wei Yongjun
2013-08-14
spi/sirf: simplify use of devm_ioremap_resource
Julia Lawall
2013-08-06
spi: sirf: use DMA if both buffer address and length are aligned
Barry Song
2013-07-15
spi: sirf: add missed spi mode_bits that SiRFSoC hardware supports
Qipan Li
2013-06-26
Merge remote-tracking branch 'spi/topic/sirf' into spi-next
Mark Brown
2013-06-03
spi: sirf: avoid uninitialized-use warning
Arnd Bergmann
2013-05-29
spi: convert drivers to use bits_per_word_mask
Stephen Warren
2013-05-20
spi: sirf: fix the issue while transferring more than 256 words
Qipan Li
2013-05-13
spi/sirf: Let device core handle pinctrl
Mark Brown
2013-04-23
spi/sirf: fix MODULE_DEVICE_TABLE
Arnd Bergmann
2013-02-21
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-05
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-01-25
spi: Convert to devm_ioremap_resource()
Thierry Reding
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
2012-05-19
SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errors
Barry Song
2012-03-09
SPI: add CSR SiRFprimaII SPI controller driver
Zhiwu Song