index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-s3c24xx.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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', 'spi/topic/omap2', 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rspi' and 'spi/topic/s3c24xx' into spi-next
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-17
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-10-31
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