summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-s3c24xx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-241-24/+4
|\
| * ARM: s3c24xx: spi: avoid hardcoding fiq number in driverArnd Bergmann2020-08-201-16/+2
| * ARM: s3c24xx: move spi fiq handler into platformArnd Bergmann2020-08-191-6/+1
| * ARM: s3c24xx: move regs-spi.h into spi driverArnd Bergmann2020-08-191-2/+1
* | spi: s3c24xx: correct kerneldoc commentKrzysztof Kozlowski2020-08-181-1/+1
|/
* spi: spi-s3c24xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
* spi: s3c24xx: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-041-3/+1
* spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* spi: bitbang: Replace spinlock by mutexNicolas Boichat2015-09-171-2/+2
* spi/s3c24xx: remove unnecessary memset of s3c24xx_spiAlexey Klimov2015-07-071-1/+0
* spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Merge remote-tracking branch 'spi/topic/workqueue' into spi-nextMark Brown2014-06-021-1/+0
|\
| * spi: Remove unneeded include of linux/workqueue.hAxel Lin2014-04-141-1/+0
* | spi: s3c24xx: remove unnecessary OOM messagesJingoo Han2014-04-291-3/+1
* | spi: s3c24xx: Convert to use devm_kzallocAxel Lin2014-04-141-7/+3
|/
*-. Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown2014-03-301-11/+7
|\ \
| | * spi: s3c24xx: Add missing spi_master_{resume,suspend} calls to PM callbacksAxel Lin2014-03-071-1/+6
| | * spi: s3c24xx: Convert to let spi core validate bits_per_wordAxel Lin2014-02-141-10/+1
| |/
* / spi: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-031-1/+0
|/
* spi: s3c24xx: Remove reference to plat/fiq.hSachin Kamat2014-01-081-2/+0
* spi: spi-s3c24xx: remove redundant return value check of platform_get_resource()Wei Yongjun2013-12-201-7/+0
* spi: s3c24xx: Use devm_*() functionsJingoo Han2013-12-171-53/+14
* Merge remote-tracking branch 'spi/topic/s3c24xx' into spi-nextMark Brown2013-10-251-1/+1
|\
| * spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiqSachin Kamat2013-09-171-1/+1
* | spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin2013-09-171-1/+1
|/
* spi: Use dev_get_drvdata at appropriate placesAxel Lin2013-08-291-2/+2
* spi: use dev_get_platdata()Jingoo Han2013-08-291-1/+1
* spi: spi-s3c24xx: Remove redundant platform_set_drvdata()Sachin Kamat2013-06-011-2/+0
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-3/+3
* drivers/spi/spi-s3c24xx.c: fix error return codeJulia Lawall2012-08-221-0/+1
* ARM: S3C24XX: move spi-s3c24xx platdata out of machHeiko Stuebner2012-01-311-1/+1
* spi: Add module.h to implicit users in drivers/spiPaul Gortmaker2011-10-311-0/+1
* drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-16/+5
* spi: reorganize driversGrant Likely2011-06-061-0/+745