Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0766f788eb727e2e330d55d30545db65bcf2623f
/
drivers
/
spi
/
spi-s3c24xx.c
c15f6ed
spi: bitbang: Replace spinlock by mutex
by Nicolas Boichat
· 9 years ago
385a9c8
spi/s3c24xx: remove unnecessary memset of s3c24xx_spi
by Alexey Klimov
· 9 years ago
14ac00e
spi: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
69e25c7
Merge remote-tracking branch 'spi/topic/workqueue' into spi-next
by Mark Brown
· 10 years ago
0375cff
spi: s3c24xx: remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
e4745fe
spi: Remove unneeded include of linux/workqueue.h
by Axel Lin
· 11 years ago
c586feb
spi: s3c24xx: Convert to use devm_kzalloc
by Axel Lin
· 11 years ago
1752368
Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', 'spi/topic/omap2', 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rspi' and 'spi/topic/s3c24xx' into spi-next
by Mark Brown
· 11 years ago
3806037
spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacks
by Axel Lin
· 11 years ago
08850fa
spi: s3c24xx: Convert to let spi core validate bits_per_word
by Axel Lin
· 11 years ago
3a44623
spi: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
85a9012
spi: s3c24xx: Remove reference to plat/fiq.h
by Sachin Kamat
· 11 years ago
8f51c81
spi: spi-s3c24xx: remove redundant return value check of platform_get_resource()
by Wei Yongjun
· 11 years ago
c9f722e
spi: s3c24xx: Use devm_*() functions
by Jingoo Han
· 11 years ago
d448121
Merge remote-tracking branch 'spi/topic/s3c24xx' into spi-next
by Mark Brown
· 11 years ago
94c69f7
spi: bitbang: Let spi_bitbang_start() take a reference to master
by Axel Lin
· 11 years ago
cfeb331
spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiq
by Sachin Kamat
· 11 years ago
a1216394
spi: Use dev_get_drvdata at appropriate places
by Axel Lin
· 11 years ago
8074cf0
spi: use dev_get_platdata()
by Jingoo Han
· 11 years ago
8471090
spi: spi-s3c24xx: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 11 years ago
fd4a319
spi: Remove HOTPLUG section attributes
by Grant Likely
· 12 years ago
b2af045
drivers/spi/spi-s3c24xx.c: fix error return code
by Julia Lawall
· 12 years ago
f35ef7c
ARM: S3C24XX: move spi-s3c24xx platdata out of mach
by Heiko Stuebner
· 13 years ago
d7614de
spi: Add module.h to implicit users in drivers/spi
by Paul Gortmaker
· 13 years ago
940ab88
drivercore: Add helper macro for platform_driver boilerplate
by Grant Likely
· 13 years ago
ca632f5
spi: reorganize drivers
by Grant Likely
· 13 years ago
[Renamed (99%) from drivers/spi/spi_s3c24xx.c]
c6e7b8c
spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_master in s3c24xx_spi_remove
by Axel Lin
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
bf931a0
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 15 years ago
bec0806
spi_s3c24xx: add FIQ pseudo-DMA support
by Ben Dooks
· 15 years ago
4714521
const: constify remaining dev_pm_ops
by Alexey Dobriyan
· 15 years ago
570327d
spi_s3c24xx: cache device setup data
by Ben Dooks
· 15 years ago
6d61320
spi_s3c24xx: use dev_pm_ops
by Ben Dooks
· 15 years ago
b5e3afb
spi_s3c24xx: use resource_size() to get resource size
by Ben Dooks
· 15 years ago
1a0c220
spi_s3c24xx: fix header includes
by Ben Dooks
· 15 years ago
a419aef
trivial: remove unnecessary semicolons
by Joe Perches
· 15 years ago
1915297
spi_s3c24xx: fix transfer setup code
by Ben Dooks
· 15 years ago
b897878
spi_s3c24xx: fix clock rate calculation
by Ben Dooks
· 15 years ago
e7db06b
spi: move more spi_setup() functionality into core
by David Brownell
· 15 years ago
7d07719
spi: move common spi_setup() functionality into core
by David Brownell
· 15 years ago
ee9c1fb
spi: use generic gpio calls in spi_s3c24xx_gpio
by Ben Dooks
· 16 years ago
1362270
[ARM] S3C: Move plat/regs-spi.h to arch/arm/plat-s3c/include/plat.
by Ben Dooks
· 16 years ago
cf46b97
spi_s3c24xx: pin configuration updates
by Ben Dooks
· 16 years ago
42cde43
spi_s3c24xx: fix section warning
by Ben Dooks
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
4fb8af1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
by Russell King
· 16 years ago
be50972
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
by Russell King
· 16 years ago
5aa6cf3
spi: S3C24XX: reset register status on resume.
by Ben Dooks
· 16 years ago
cb1d0a7
spi_s3c24xx: really assign busnum
by Ben Dooks
· 16 years ago
0d34aa4
spi_s3c24xx signedness fix
by Matthew Wilcox
· 17 years ago
b687d2a
spi: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
d1e7780
spi: spi_s3c24xx must initialize num_chipselect
by Ben Dooks
· 17 years ago
50f426b
spi: spi_s3c24xx must initialize bus_num
by Ben Dooks
· 17 years ago
4bb5eba
spi: spi_s3c24xx driver must init completion
by Ben Dooks
· 17 years ago
7e38c3c
spi: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
b359fbc
spi: s3c drivers shouldn't care about spi_board_info
by David Brownell
· 17 years ago
d1e44d9
SPI driver runtime footprint shrinkage
by David Brownell
· 17 years ago
fc3ba95
SPI driver hotplug/coldplug fixes
by David Brownell
· 17 years ago
47572b8
fixup s3c24xx build after arch moves
by Ben Dooks
· 17 years ago
dccd573
SPI controller drivers: check for unsupported modes
by David Brownell
· 17 years ago
35c7482
spi_s3c24xx.c: Fix build
by Arnaud Patard
· 18 years ago
3d2c5b4
spi: fix use of set_cs in spi_s3c24xx driver
by Ben Dooks
· 18 years ago
6c912a3
[PATCH] spi_s3c24xx.c: warning fix
by Arnaud Patard (Rtp
· 18 years ago
8736b92
[PATCH] S3C24XX: fix passing spi chipselect to select routine
by Ben Dooks
· 18 years ago
4b1badf
[PATCH] SPI: define null tx_buf to mean "shift out zeroes"
by David Brownell
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
038b0a6
Remove all inclusions of <linux/config.h>
by Dave Jones
· 18 years ago
ac88bcf
[PATCH] s3c24xx: fix spi driver with CONFIG_PM
by Ben Dooks
· 18 years ago
7fba534
[PATCH] S3C24XX: hardware SPI driver
by Ben Dooks
· 19 years ago