aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-ppc4xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-01-17spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe()Markus Elfring1-1/+1
2017-01-17spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe()Markus Elfring1-2/+3
2015-09-17spi: bitbang: Replace spinlock by mutexNicolas Boichat1-2/+2
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+2
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring1-0/+2
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin1-1/+2
2013-06-26Merge remote-tracking branch 'spi/topic/pdata' into spi-nextMark Brown1-4/+2
2013-05-29spi: convert drivers to use bits_per_word_maskStephen Warren1-12/+1
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han1-4/+2
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-2/+2
2013-02-05spi: Remove erroneous __init, __exit and __exit_p() references in driversGrant Likely1-3/+3
2012-09-01spi: fix comment/printk typos in spiMasanari Iida1-2/+2
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely1-3/+0
2012-04-13spi/devicetree: Move devicetree support code into spi directoryGrant Likely1-1/+0
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-12/+1
2011-10-24spi: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-10spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches1-1/+1
2011-06-06spi: reorganize driversGrant Likely1-0/+612