index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-s3c24xx.c
Age
Commit message (
Expand
)
Author
2015-09-17
spi: bitbang: Replace spinlock by mutex
Nicolas Boichat
2015-07-07
spi/s3c24xx: remove unnecessary memset of s3c24xx_spi
Alexey Klimov
2014-10-20
spi: drop owner assignment from platform_drivers
Wolfram Sang
2014-06-02
Merge remote-tracking branch 'spi/topic/workqueue' into spi-next
Mark Brown
2014-04-29
spi: s3c24xx: remove unnecessary OOM messages
Jingoo Han
2014-04-14
spi: Remove unneeded include of linux/workqueue.h
Axel Lin
2014-04-14
spi: s3c24xx: Convert to use devm_kzalloc
Axel Lin
2014-03-30
Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...
Mark Brown
2014-03-07
spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacks
Axel Lin
2014-02-14
spi: s3c24xx: Convert to let spi core validate bits_per_word
Axel Lin
2014-02-03
spi: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-08
spi: s3c24xx: Remove reference to plat/fiq.h
Sachin Kamat
2013-12-20
spi: spi-s3c24xx: remove redundant return value check of platform_get_resource()
Wei Yongjun
2013-12-17
spi: s3c24xx: Use devm_*() functions
Jingoo Han
2013-10-25
Merge remote-tracking branch 'spi/topic/s3c24xx' into spi-next
Mark Brown
2013-09-17
spi: bitbang: Let spi_bitbang_start() take a reference to master
Axel Lin
2013-09-16
spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiq
Sachin Kamat
2013-08-29
spi: Use dev_get_drvdata at appropriate places
Axel Lin
2013-08-29
spi: use dev_get_platdata()
Jingoo Han
2013-06-01
spi: spi-s3c24xx: Remove redundant platform_set_drvdata()
Sachin Kamat
2012-12-07
spi: Remove HOTPLUG section attributes
Grant Likely
2012-08-22
drivers/spi/spi-s3c24xx.c: fix error return code
Julia Lawall
2012-01-31
ARM: S3C24XX: move spi-s3c24xx platdata out of mach
Heiko Stuebner
2011-10-31
spi: Add module.h to implicit users in drivers/spi
Paul Gortmaker
2011-10-24
drivercore: Add helper macro for platform_driver boilerplate
Grant Likely
2011-06-06
spi: reorganize drivers
Grant Likely