index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-s3c24xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-23
spi: s3c24xx: Switch to use devm_spi_alloc_master()
Yang Yingliang
1
-16
/
+8
2022-01-24
spi: s3c24xx: Convert to GPIO descriptors
Linus Walleij
1
-44
/
+3
2020-10-24
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-24
/
+4
2020-08-20
ARM: s3c24xx: spi: avoid hardcoding fiq number in driver
Arnd Bergmann
1
-16
/
+2
2020-08-19
ARM: s3c24xx: move spi fiq handler into platform
Arnd Bergmann
1
-6
/
+1
2020-08-19
ARM: s3c24xx: move regs-spi.h into spi driver
Arnd Bergmann
1
-2
/
+1
2020-08-18
spi: s3c24xx: correct kerneldoc comment
Krzysztof Kozlowski
1
-1
/
+1
2020-03-23
spi: spi-s3c24xx: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-09-04
spi: s3c24xx: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-1
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2015-09-17
spi: bitbang: Replace spinlock by mutex
Nicolas Boichat
1
-2
/
+2
2015-07-07
spi/s3c24xx: remove unnecessary memset of s3c24xx_spi
Alexey Klimov
1
-1
/
+0
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-06-02
Merge remote-tracking branch 'spi/topic/workqueue' into spi-next
Mark Brown
1
-1
/
+0
2014-04-29
spi: s3c24xx: remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2014-04-14
spi: Remove unneeded include of linux/workqueue.h
Axel Lin
1
-1
/
+0
2014-04-14
spi: s3c24xx: Convert to use devm_kzalloc
Axel Lin
1
-7
/
+3
2014-03-30
Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...
Mark Brown
1
-11
/
+7
2014-03-07
spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacks
Axel Lin
1
-1
/
+6
2014-02-14
spi: s3c24xx: Convert to let spi core validate bits_per_word
Axel Lin
1
-10
/
+1
2014-02-03
spi: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-08
spi: s3c24xx: Remove reference to plat/fiq.h
Sachin Kamat
1
-2
/
+0
2013-12-20
spi: spi-s3c24xx: remove redundant return value check of platform_get_resource()
Wei Yongjun
1
-7
/
+0
2013-12-18
spi: s3c24xx: Use devm_*() functions
Jingoo Han
1
-53
/
+14
2013-10-25
Merge remote-tracking branch 'spi/topic/s3c24xx' into spi-next
Mark Brown
1
-1
/
+1
2013-09-17
spi: bitbang: Let spi_bitbang_start() take a reference to master
Axel Lin
1
-1
/
+1
2013-09-17
spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiq
Sachin Kamat
1
-1
/
+1
2013-08-29
spi: Use dev_get_drvdata at appropriate places
Axel Lin
1
-2
/
+2
2013-08-29
spi: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-06-01
spi: spi-s3c24xx: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
1
-3
/
+3
2012-08-22
drivers/spi/spi-s3c24xx.c: fix error return code
Julia Lawall
1
-0
/
+1
2012-01-31
ARM: S3C24XX: move spi-s3c24xx platdata out of mach
Heiko Stuebner
1
-1
/
+1
2011-11-01
spi: Add module.h to implicit users in drivers/spi
Paul Gortmaker
1
-0
/
+1
2011-10-25
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
1
-16
/
+5
2011-06-06
spi: reorganize drivers
Grant Likely
1
-0
/
+745