Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4fcd9b9e06d43b93d00bf02c767d578e7cf8b25c
/
drivers
/
spi
/
spi-sirf.c
5bcc3b0
spi: sirf: add the reset for USP-based SPI
by Qipan Li
· 9 years ago
3aa7b1d
spi: sirf: remove the allocation of dummypage
by Qipan Li
· 9 years ago
e3fb57c
spi: sirf: add support for USP-based SPI
by Qipan Li
· 9 years ago
a34bcbe
spi: sirf: replace kmalloc by devm_kzalloc
by Qipan Li
· 10 years ago
96bf401
spi: sirf: request and free cs gpio in setup and cleanup callbacks
by Qipan Li
· 10 years ago
f08654a
spi: sirf: replace BUG condition by error code for unsupported transfer
by Qipan Li
· 10 years ago
29104c7
spi: sirf: drop redundant sirf,marco-spi compatible string
by Barry Song
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
f56be67
Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/rockchip', 'spi/topic/samsung' and 'spi/topic/sirf' into spi-next
by Mark Brown
· 10 years ago
8509c55
spi: sirf: reset SPI controller in init stage
by Qipan Li
· 10 years ago
fcc50e5
spi: sirf: assign spi_master's max_speed_hz member
by Qipan Li
· 10 years ago
9c4b19a
spi: sirf: fix word width configuration
by Qipan Li
· 10 years ago
14ac00e
spi: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
bab4d75
Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/topic/rspi', 'spi/topic/sh-msiof' and 'spi/topic/sirf' into spi-next
by Mark Brown
· 10 years ago
9593e61
spi: sirf: cleanup the indentation of marcos
by Qipan Li
· 10 years ago
810a58b
spi: sirf: add fifo reset/start for cmd transfer
by Qipan Li
· 10 years ago
0021d97
spi: sirf: fix 'cmd_transfer' function typos
by Qipan Li
· 10 years ago
f2a08b4
spi: sirf: enable RX_IO_DMA_INT interrupt
by Qipan Li
· 10 years ago
7850cdf
spi: sirf: correct spi gpio and hardware chipselect behaviour
by Qipan Li
· 10 years ago
41148c3
spi: sirf: decrease the interrupt count and latency of PIO mode
by Qipan Li
· 11 years ago
c908ef3
spi: sirf: refactor spi transfer functions
by Qipan Li
· 11 years ago
bf83fd6
spi: sirf: fix spi full-duplex DMA transferring issue
by Qipan Li
· 11 years ago
d77ec5d
spi: sirf: fix line over 80 characters style issue
by Qipan Li
· 11 years ago
6ee8a2f
spi: sirf: make GPIO chipselect function work well
by Qipan Li
· 11 years ago
625227a4
spi: sirf: set SPI controller in RISC IO chipselect mode
by Qipan Li
· 11 years ago
818e916
spi: sirf: correct TXFIFO empty interrupt status bit
by Qipan Li
· 11 years ago
a82ba3a
spi: sirf: Add missing spi_master_{resume,suspend} calls to PM callbacks
by Axel Lin
· 11 years ago
eeb71395
spi: sirf: provide a shortcut for spi command-data mode
by Qipan Li
· 11 years ago
71aa2e3
spi: sirf: Use SIMPLE_DEV_PM_OPS macro
by Jingoo Han
· 11 years ago
facffed
spi: sirf: use SET_SYSTEM_SLEEP_PM_OPS to initialize PM entries
by Qipan Li
· 11 years ago
dd7243d
spi: sirf: move to use generic dma dt-binding
by Barry Song
· 11 years ago
8c328a2
spi: sirf: Avoid duplicate code in various bits_per_word cases
by Axel Lin
· 11 years ago
23061f1
spi: Remove duplicate code to set default bits_per_word setting
by Axel Lin
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
94c69f7
spi: bitbang: Let spi_bitbang_start() take a reference to master
by Axel Lin
· 11 years ago
a3e412d
Merge remote-tracking branch 'spi/topic/sirf' into spi-next
by Mark Brown
· 11 years ago
a1216394
spi: Use dev_get_drvdata at appropriate places
by Axel Lin
· 11 years ago
692fb0f
spi/sirf: fix the misunderstanding about len of spi_transfer
by Qipan Li
· 11 years ago
6cca9e2
spi: sirf: fix error return code in spi_sirfsoc_probe()
by Wei Yongjun
· 11 years ago
2479790
spi/sirf: simplify use of devm_ioremap_resource
by Julia Lawall
· 11 years ago
de39f5f
spi: sirf: use DMA if both buffer address and length are aligned
by Barry Song
· 11 years ago
94b1f0d
spi: sirf: add missed spi mode_bits that SiRFSoC hardware supports
by Qipan Li
· 11 years ago
adb25d5
Merge remote-tracking branch 'spi/topic/sirf' into spi-next
by Mark Brown
· 11 years ago
804ae43
spi: sirf: avoid uninitialized-use warning
by Arnd Bergmann
· 11 years ago
24778be
spi: convert drivers to use bits_per_word_mask
by Stephen Warren
· 11 years ago
237ce46
spi: sirf: fix the issue while transferring more than 256 words
by Qipan Li
· 11 years ago
de1f9f2
spi/sirf: Let device core handle pinctrl
by Mark Brown
· 12 years ago
3af4ed7
spi/sirf: fix MODULE_DEVICE_TABLE
by Arnd Bergmann
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
f3b8a8e
spi/sirf: add support for new SiRFmarco SMP SoC
by Barry Song
· 12 years ago
e5118cd
spi/sirf: use clk_prepare_enable and clk_disable_unprepare
by Barry Song
· 12 years ago
766ed70
spi: remove check for bits_per_word on transfer from low level driver
by Laxman Dewangan
· 12 years ago
b0ee560
spi: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
fd4a319
spi: Remove HOTPLUG section attributes
by Grant Likely
· 12 years ago
71422f9
SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errors
by Barry Song
· 12 years ago
1cc2df9
SPI: add CSR SiRFprimaII SPI controller driver
by Zhiwu Song
· 13 years ago