summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mpc52xx-psc.c
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-mpc52xx-psc: Fix an unsigned comparison that can never be negativeRajeshwar R Shinde2023-08-071-1/+1
* spi: mpc5xxx-psc: Consistently use device property APIsAndy Shevchenko2023-03-071-1/+1
* spi: mpc5xxx-psc: Propagate firmware nodeAndy Shevchenko2023-03-071-2/+3
* spi: mpc5xxx-psc: Return immediately if IRQ resource is unavailableAndy Shevchenko2023-03-071-0/+3
* spi: mpc5xxx-psc: Correct error check for devm_platform_get_and_ioremap_resou...Andy Shevchenko2023-03-071-2/+3
* spi: mpc5xxx-psc: Use platform resources instead of parsing DT propertiesRob Herring2023-03-051-38/+12
* spi: mpc5xxx-psc: Convert probe to use devres functionsRob Herring2023-03-051-43/+10
* spi: mpc5xxx-psc: Remove unused platform_dataRob Herring2023-03-051-36/+3
* spi: mpc52xx-psc: Switch to using core message queueMark Brown2022-06-271-82/+34
* spi: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-051-0/+1
* spi: mpc52xx-psc: add parenthesis for sizeofZhiqi Song2021-05-201-2/+2
* spi: use new `spi_transfer_delay_exec` helper where straightforwardAlexandru Ardelean2019-10-151-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* spi: spi-mpc52xx-psc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-07-031-14/+3
* spi: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
*-. Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown2014-04-101-1/+2
|\ \
| * | spi: Always check complete callback before calling itAxel Lin2014-04-031-1/+2
| |/
* / spi: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-031-1/+0
|/
* spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula2013-10-161-2/+2
* spi: use dev_get_platdata()Jingoo Han2013-08-291-1/+1
* spi: use platform_{get,set}_drvdata()Jingoo Han2013-05-231-1/+1
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-4/+4
* spi/mpc52xx-psc: Avoid access to freed memory in device remove functionGuenter Roeck2012-08-221-1/+2
* drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-12/+1
* spi: reorganize driversGrant Likely2011-06-061-0/+529