aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-s3c24xx.c
AgeCommit message (Expand)Author
2015-09-17spi: bitbang: Replace spinlock by mutexNicolas Boichat
2015-07-07spi/s3c24xx: remove unnecessary memset of s3c24xx_spiAlexey Klimov
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang
2014-06-02Merge remote-tracking branch 'spi/topic/workqueue' into spi-nextMark Brown
2014-04-29spi: s3c24xx: remove unnecessary OOM messagesJingoo Han
2014-04-14spi: Remove unneeded include of linux/workqueue.hAxel Lin
2014-04-14spi: s3c24xx: Convert to use devm_kzallocAxel Lin
2014-03-30Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown
2014-03-07spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacksAxel Lin
2014-02-14spi: s3c24xx: Convert to let spi core validate bits_per_wordAxel Lin
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-08spi: s3c24xx: Remove reference to plat/fiq.hSachin Kamat
2013-12-20spi: spi-s3c24xx: remove redundant return value check of platform_get_resource()Wei Yongjun
2013-12-17spi: s3c24xx: Use devm_*() functionsJingoo Han
2013-10-25Merge remote-tracking branch 'spi/topic/s3c24xx' into spi-nextMark Brown
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin
2013-09-17spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiqSachin Kamat
2013-08-29spi: Use dev_get_drvdata at appropriate placesAxel Lin
2013-08-29spi: use dev_get_platdata()Jingoo Han
2013-06-01spi: spi-s3c24xx: Remove redundant platform_set_drvdata()Sachin Kamat
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely
2012-08-22drivers/spi/spi-s3c24xx.c: fix error return codeJulia Lawall
2012-01-31ARM: S3C24XX: move spi-s3c24xx platdata out of machHeiko Stuebner
2011-10-31spi: Add module.h to implicit users in drivers/spiPaul Gortmaker
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely
2011-06-06spi: reorganize driversGrant Likely