aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-s3c24xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04spi: s3c24xx: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2015-09-17spi: bitbang: Replace spinlock by mutexNicolas Boichat1-2/+2
2015-07-07spi/s3c24xx: remove unnecessary memset of s3c24xx_spiAlexey Klimov1-1/+0
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-02Merge remote-tracking branch 'spi/topic/workqueue' into spi-nextMark Brown1-1/+0
2014-04-29spi: s3c24xx: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-14spi: Remove unneeded include of linux/workqueue.hAxel Lin1-1/+0
2014-04-14spi: s3c24xx: Convert to use devm_kzallocAxel Lin1-7/+3
2014-03-30Merge 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-nextMark Brown1-11/+7
2014-03-07spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacksAxel Lin1-1/+6
2014-02-14spi: s3c24xx: Convert to let spi core validate bits_per_wordAxel Lin1-10/+1
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-08spi: s3c24xx: Remove reference to plat/fiq.hSachin Kamat1-2/+0
2013-12-20spi: spi-s3c24xx: remove redundant return value check of platform_get_resource()Wei Yongjun1-7/+0
2013-12-17spi: s3c24xx: Use devm_*() functionsJingoo Han1-53/+14
2013-10-25Merge remote-tracking branch 'spi/topic/s3c24xx' into spi-nextMark Brown1-1/+1
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin1-1/+1
2013-09-17spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiqSachin Kamat1-1/+1
2013-08-29spi: Use dev_get_drvdata at appropriate placesAxel Lin1-2/+2
2013-08-29spi: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-01spi: spi-s3c24xx: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-3/+3
2012-08-22drivers/spi/spi-s3c24xx.c: fix error return codeJulia Lawall1-0/+1
2012-01-31ARM: S3C24XX: move spi-s3c24xx platdata out of machHeiko Stuebner1-1/+1
2011-10-31spi: Add module.h to implicit users in drivers/spiPaul Gortmaker1-0/+1
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-16/+5
2011-06-06spi: reorganize driversGrant Likely1-0/+745