aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-mpc52xx.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Gravatar Amit Kumar Mahapatra via Alsa-devel 1-1/+1
2023-03-06spi: mpc52xx: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2022-10-10spi: mpc52xx: Replace NO_IRQ by 0Gravatar Christophe Leroy 1-1/+1
2022-09-23spi: spi-mpc52xx: switch to using gpiod APIGravatar Dmitry Torokhov 1-19/+13
2022-09-14spi: mpc52xx: Replace of_gpio_count() by gpiod_count()Gravatar Andy Shevchenko 1-1/+2
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeGravatar Andy Shevchenko 1-1/+1
2022-04-05spi: Prepare cleanup of powerpc's asm/prom.hGravatar Christophe Leroy 1-0/+3
2021-05-20spi: mpc52xx: add parenthesis for sizeofGravatar Zhiqi Song 1-1/+1
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-6/+6
2021-02-11spi: mpc52xx: Avoid using get_tbl()Gravatar Christophe Leroy 1-6/+6
2021-01-21spi: spi-mpc52xx: Use new structure for SPI transfer delaysGravatar Sergiu Cuciurean 1-1/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Gravatar Thomas Gleixner 1-2/+1
2018-04-27spi: mpc52xx: Use gpio_is_valid()Gravatar Arvind Yadav 1-1/+1
2017-01-17spi/mpc52xx: Combine substrings for two messagesGravatar Markus Elfring 1-4/+3
2017-01-17spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe()Gravatar Markus Elfring 1-2/+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-2/+4
2014-04-03spi: Always check complete callback before calling itGravatar Axel Lin 1-2/+4
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Gravatar Mark Brown 1-13/+1
2014-03-29spi: mpc52xx: Convert to use bits_per_word_maskGravatar Axel Lin 1-12/+1
2014-02-12spi: Remove duplicate code to check chip_selectGravatar Axel Lin 1-3/+0
2014-02-03spi: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-05-23spi: use platform_{get,set}_drvdata()Gravatar Jingoo Han 1-2/+2
2012-12-07spi: Remove HOTPLUG section attributesGravatar Grant Likely 1-4/+4
2012-08-22spi/mpc52xx: Fix device remove functionGravatar Guenter Roeck 1-2/+2
2012-08-22spi/mpc52xx: Fix error handling in probe functionGravatar Guenter Roeck 1-2/+3
2012-05-19spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGravatar Grant Likely 1-3/+0
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGravatar Grant Likely 1-13/+1
2011-06-06spi: reorganize driversGravatar Grant Likely 1-0/+579