aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-ppc4xx.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-7/+7
2024-02-27spi: ppc4xx: Fix fallout from rename in struct spi_bitbangUwe Kleine-König1-7/+7
2024-02-27spi: Drop mismerged fixMark Brown1-7/+7
2024-02-11spi: ppc4xx: Drop write-only variableUwe Kleine-König1-5/+0
2024-02-11spi: ppc4xx: Fix fallout from rename in struct spi_bitbangUwe Kleine-König1-7/+7
2024-02-11spi: ppc4xx: Fix fallout from include cleanupUwe Kleine-König1-0/+1
2024-02-09spi: spi-ppc4xx: include missing platform_device.hChristian Lamparter1-0/+1
2023-08-21spi: ppc4xx: switch to use modern nameYang Yingliang1-22/+22
2023-03-06spi: ppc4xx: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2021-05-20spi: ppc4xx: add parenthesis for sizeofZhiqi Song1-2/+2
2021-05-11spi: ppc4xx: Use SPI_MODE_X_MASKAndy Shevchenko1-1/+1
2021-05-10spi: delete repeated words in commentsJay Fang1-1/+1
2021-05-10spi: ppc4xx: include <linux/io.h> instead of <asm/io.h>Jay Fang1-1/+1
2020-07-22spi: ppc4xx: Convert to use GPIO descriptorsLinus Walleij1-95/+11
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/...Linus 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