aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mpc52xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2018-04-27spi: mpc52xx: Use gpio_is_valid()Arvind Yadav1-1/+1
2017-01-17spi/mpc52xx: Combine substrings for two messagesMarkus Elfring1-4/+3
2017-01-17spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe()Markus Elfring1-2/+3
2014-10-20spi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-10Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/omap2-mcspi' and 'spi/fix/qup' into spi-linusMark Brown1-2/+4
2014-04-03spi: Always check complete callback before calling itAxel Lin1-2/+4
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-nextMark Brown1-13/+1
2014-03-29spi: mpc52xx: Convert to use bits_per_word_maskAxel Lin1-12/+1
2014-02-12spi: Remove duplicate code to check chip_selectAxel Lin1-3/+0
2014-02-03spi: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-23spi: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2012-12-07spi: Remove HOTPLUG section attributesGrant Likely1-4/+4
2012-08-22spi/mpc52xx: Fix device remove functionGuenter Roeck1-2/+2
2012-08-22spi/mpc52xx: Fix error handling in probe functionGuenter Roeck1-2/+3
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely1-3/+0
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-13/+1
2011-06-06spi: reorganize driversGrant Likely1-0/+579