| Age | Commit message (Expand) | Author | Files | Lines |
| 11 days | spi: fix controller registration API inconsistency | Johan Hovold | 1 | -1/+1 |
| 2026-04-27 | spi: mpc52xx: clean up interrupt handling | Johan Hovold | 1 | -10/+16 |
| 2026-04-22 | spi: mpc52xx: fix use-after-free on registration failure | Johan Hovold | 1 | -0/+3 |
| 2026-04-20 | spi: mpc52xx: fix use-after-free on unbind | Johan Hovold | 1 | -1/+2 |
| 2026-04-20 | spi: mpc52xx: fix controller deregistration | Johan Hovold | 1 | -1/+2 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+2 |
| 2026-01-19 | spi: Drop duplicate of_node assignment | Andy Shevchenko | 1 | -1/+0 |
| 2024-12-02 | spi: mpc52xx: Add cancel_work_sync before module remove | Pei Xiao | 1 | -0/+1 |
| 2024-09-30 | spi: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-12-08 | spi: mpc52xx: explicitly include linux/platform_device.h | Randy Dunlap | 1 | -0/+1 |
| 2023-09-11 | spi: mpc52xx: switch to use modern name | Yang Yingliang | 1 | -28/+28 |
| 2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 1 | -1/+1 |
| 2023-03-06 | spi: mpc52xx: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-10-10 | spi: mpc52xx: Replace NO_IRQ by 0 | Christophe Leroy | 1 | -1/+1 |
| 2022-09-23 | spi: spi-mpc52xx: switch to using gpiod API | Dmitry Torokhov | 1 | -19/+13 |
| 2022-09-14 | spi: mpc52xx: Replace of_gpio_count() by gpiod_count() | Andy Shevchenko | 1 | -1/+2 |
| 2022-06-22 | powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode | Andy Shevchenko | 1 | -1/+1 |
| 2022-04-05 | spi: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy | 1 | -0/+3 |
| 2021-05-20 | spi: mpc52xx: add parenthesis for sizeof | Zhiqi Song | 1 | -1/+1 |
| 2021-02-22 | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -6/+6 |
| 2021-02-11 | spi: mpc52xx: Avoid using get_tbl() | Christophe Leroy | 1 | -6/+6 |
| 2021-01-21 | spi: spi-mpc52xx: Use new structure for SPI transfer delays | Sergiu Cuciurean | 1 | -1/+3 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 | Thomas Gleixner | 1 | -2/+1 |
| 2018-04-27 | spi: mpc52xx: Use gpio_is_valid() | Arvind Yadav | 1 | -1/+1 |
| 2017-01-17 | spi/mpc52xx: Combine substrings for two messages | Markus Elfring | 1 | -4/+3 |
| 2017-01-17 | spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe() | Markus Elfring | 1 | -2/+3 |
| 2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-04-10 | Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/... | Mark Brown | 1 | -2/+4 |
| 2014-04-03 | spi: Always check complete callback before calling it | Axel Lin | 1 | -2/+4 |
| 2014-03-30 | Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/... | Mark Brown | 1 | -13/+1 |
| 2014-03-29 | spi: mpc52xx: Convert to use bits_per_word_mask | Axel Lin | 1 | -12/+1 |
| 2014-02-12 | spi: Remove duplicate code to check chip_select | Axel Lin | 1 | -3/+0 |
| 2014-02-03 | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-05-23 | spi: use platform_{get,set}_drvdata() | Jingoo Han | 1 | -2/+2 |
| 2012-12-07 | spi: Remove HOTPLUG section attributes | Grant Likely | 1 | -4/+4 |
| 2012-08-22 | spi/mpc52xx: Fix device remove function | Guenter Roeck | 1 | -2/+2 |
| 2012-08-22 | spi/mpc52xx: Fix error handling in probe function | Guenter Roeck | 1 | -2/+3 |
| 2012-05-19 | spi: By default setup spi_masters with 1 chipselect and dynamics bus number | Grant Likely | 1 | -3/+0 |
| 2011-10-25 | drivercore: Add helper macro for platform_driver boilerplate | Grant Likely | 1 | -13/+1 |
| 2011-06-06 | spi: reorganize drivers | Grant Likely | 1 | -0/+579 |