aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-ppc4xx.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-20spi: ppc4xx: add parenthesis for sizeofGravatar Zhiqi Song 1-2/+2
2021-05-11spi: ppc4xx: Use SPI_MODE_X_MASKGravatar Andy Shevchenko 1-1/+1
2021-05-10spi: delete repeated words in commentsGravatar Jay Fang 1-1/+1
2021-05-10spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>Gravatar Jay Fang 1-1/+1
2020-07-22spi: ppc4xx: Convert to use GPIO descriptorsGravatar Linus Walleij 1-95/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2017-01-17spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe()Gravatar Markus Elfring 1-1/+1
2017-01-17spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe()Gravatar Markus Elfring 1-2/+3
2015-09-17spi: bitbang: Replace spinlock by mutexGravatar Nicolas Boichat 1-2/+2
2014-10-20spi: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-02-03spi: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2013-11-11powerpc: add missing explicit OF includes for ppcGravatar Rob Herring 1-0/+2
2013-09-17spi: bitbang: Let spi_bitbang_start() take a reference to masterGravatar Axel Lin 1-1/+2
2013-06-26Merge remote-tracking branch 'spi/topic/pdata' into spi-nextGravatar Mark Brown 1-4/+2
2013-05-29spi: convert drivers to use bits_per_word_maskGravatar Stephen Warren 1-12/+1
2013-05-23spi: use platform_{get,set}_drvdata()Gravatar Jingoo Han 1-4/+2
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-2/+2
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Gravatar Grant Likely 1-2/+2
2013-02-05spi: Remove erroneous __init, __exit and __exit_p() references in driversGravatar Grant Likely 1-3/+3
2012-09-01spi: fix comment/printk typos in spiGravatar Masanari Iida 1-2/+2
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGravatar Grant Likely 1-3/+0
2012-04-13spi/devicetree: Move devicetree support code into spi directoryGravatar Grant Likely 1-1/+0
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGravatar Grant Likely 1-12/+1
2011-10-24spi: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-1/+1
2011-06-10spi: Convert uses of struct resource * to resource_size(ptr)Gravatar Joe Perches 1-1/+1
2011-06-06spi: reorganize driversGravatar Grant Likely 1-0/+612