aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-mpc52xx-psc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-06spi: mpc52xx-psc: Make mpc52xx_psc_spi_transfer_one_message() staticGravatar Geert Uytterhoeven 1-2/+2
2023-09-11spi: mpc52xx-psc: switch to use modern nameGravatar Yang Yingliang 1-17/+17
2023-08-07spi: spi-mpc52xx-psc: Fix an unsigned comparison that can never be negativeGravatar Rajeshwar R Shinde 1-1/+1
2023-03-07spi: mpc5xxx-psc: Consistently use device property APIsGravatar Andy Shevchenko 1-1/+1
2023-03-07spi: mpc5xxx-psc: Propagate firmware nodeGravatar Andy Shevchenko 1-2/+3
2023-03-07spi: mpc5xxx-psc: Return immediately if IRQ resource is unavailableGravatar Andy Shevchenko 1-0/+3
2023-03-07spi: mpc5xxx-psc: Correct error check for devm_platform_get_and_ioremap_resou...Gravatar Andy Shevchenko 1-2/+3
2023-03-05spi: mpc5xxx-psc: Use platform resources instead of parsing DT propertiesGravatar Rob Herring 1-38/+12
2023-03-05spi: mpc5xxx-psc: Convert probe to use devres functionsGravatar Rob Herring 1-43/+10
2023-03-05spi: mpc5xxx-psc: Remove unused platform_dataGravatar Rob Herring 1-36/+3
2022-06-27spi: mpc52xx-psc: Switch to using core message queueGravatar Mark Brown 1-82/+34
2022-04-05spi: Prepare cleanup of powerpc's asm/prom.hGravatar Christophe Leroy 1-0/+1
2021-05-20spi: mpc52xx-psc: add parenthesis for sizeofGravatar Zhiqi Song 1-2/+2
2019-10-15spi: use new `spi_transfer_delay_exec` helper where straightforwardGravatar Alexandru Ardelean 1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2016-07-03spi: spi-mpc52xx-psc: Remove deprecated create_singlethread_workqueueGravatar Bhaktipriya Shridhar 1-14/+3
2014-10-20spi: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-04-10Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Gravatar Mark Brown 1-1/+2
2014-04-03spi: Always check complete callback before calling itGravatar Axel Lin 1-1/+2
2014-02-03spi: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-10-16spi: Don't break user-visible strings to multiple source lines in driversGravatar Jarkko Nikula 1-2/+2
2013-08-29spi: use dev_get_platdata()Gravatar Jingoo Han 1-1/+1
2013-05-23spi: use platform_{get,set}_drvdata()Gravatar Jingoo Han 1-1/+1
2012-12-07spi: Remove HOTPLUG section attributesGravatar Grant Likely 1-4/+4
2012-08-22spi/mpc52xx-psc: Avoid access to freed memory in device remove functionGravatar Guenter Roeck 1-1/+2
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGravatar Grant Likely 1-12/+1
2011-06-06spi: reorganize driversGravatar Grant Likely 1-0/+529