summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mpc52xx.c
Commit message (Expand)AuthorAgeFilesLines
* spi: mpc52xx: explicitly include linux/platform_device.hRandy Dunlap2023-12-081-0/+1
* spi: mpc52xx: switch to use modern nameYang Yingliang2023-09-111-28/+28
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-1/+1
* spi: mpc52xx: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: mpc52xx: Replace NO_IRQ by 0Christophe Leroy2022-10-101-1/+1
* spi: spi-mpc52xx: switch to using gpiod APIDmitry Torokhov2022-09-231-19/+13
* spi: mpc52xx: Replace of_gpio_count() by gpiod_count()Andy Shevchenko2022-09-141-1/+2
* powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko2022-06-221-1/+1
* spi: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-051-0/+3
* spi: mpc52xx: add parenthesis for sizeofZhiqi Song2021-05-201-1/+1
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-221-6/+6
|\
| * spi: mpc52xx: Avoid using get_tbl()Christophe Leroy2021-02-111-6/+6
* | spi: spi-mpc52xx: Use new structure for SPI transfer delaysSergiu Cuciurean2021-01-211-1/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1
* spi: mpc52xx: Use gpio_is_valid()Arvind Yadav2018-04-271-1/+1
* spi/mpc52xx: Combine substrings for two messagesMarkus Elfring2017-01-171-4/+3
* spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe()Markus Elfring2017-01-171-2/+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-2/+4
|\ \
| * | spi: Always check complete callback before calling itAxel Lin2014-04-031-2/+4
| |/
| |
| \
| \
| \
*---. \ Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown2014-03-301-13/+1
|\ \ \ \ | | |_|/ | |/| |
| | | * spi: mpc52xx: Convert to use bits_per_word_maskAxel Lin2014-03-291-12/+1
| |_|/ |/| |
| | * spi: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-031-1/+0
| |/
* / spi: Remove duplicate code to check chip_selectAxel Lin2014-02-121-3/+0
|/
* spi: use platform_{get,set}_drvdata()Jingoo Han2013-05-231-2/+2
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-4/+4
* spi/mpc52xx: Fix device remove functionGuenter Roeck2012-08-221-2/+2
* spi/mpc52xx: Fix error handling in probe functionGuenter Roeck2012-08-221-2/+3
* spi: By default setup spi_masters with 1 chipselect and dynamics bus numberGrant Likely2012-05-191-3/+0
* drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-13/+1
* spi: reorganize driversGrant Likely2011-06-061-0/+579