| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2024-09-30 | spi: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-02 | spi: ppc4xx: Sort headers | Andy Shevchenko | 1 | -7/+7 |
| 2024-09-02 | spi: ppc4xx: Revert "handle irq_of_parse_and_map() errors" | Andy Shevchenko | 1 | -3/+0 |
| 2024-08-30 | spi: spi-ppc4xx: Remove duplicate included header file linux/platform_device.h | Hongbo Li | 1 | -1/+0 |
| 2024-08-14 | spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ | Andy Shevchenko | 1 | -3/+3 |
| 2024-08-14 | spi: ppc4xx: handle irq_of_parse_and_map() errors | Ma Ke | 1 | -0/+3 |
| 2024-07-29 | spi: ppc4xx: handle irq_of_parse_and_map() errors | Ma Ke | 1 | -0/+3 |
| 2024-03-13 | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -7/+7 |
| 2024-02-27 | spi: ppc4xx: Fix fallout from rename in struct spi_bitbang | Uwe Kleine-König | 1 | -7/+7 |
| 2024-02-27 | spi: Drop mismerged fix | Mark Brown | 1 | -7/+7 |
| 2024-02-11 | spi: ppc4xx: Drop write-only variable | Uwe Kleine-König | 1 | -5/+0 |
| 2024-02-11 | spi: ppc4xx: Fix fallout from rename in struct spi_bitbang | Uwe Kleine-König | 1 | -7/+7 |
| 2024-02-11 | spi: ppc4xx: Fix fallout from include cleanup | Uwe Kleine-König | 1 | -0/+1 |
| 2024-02-09 | spi: spi-ppc4xx: include missing platform_device.h | Christian Lamparter | 1 | -0/+1 |
| 2023-08-21 | spi: ppc4xx: switch to use modern name | Yang Yingliang | 1 | -22/+22 |
| 2023-03-06 | spi: ppc4xx: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2021-05-20 | spi: ppc4xx: add parenthesis for sizeof | Zhiqi Song | 1 | -2/+2 |
| 2021-05-11 | spi: ppc4xx: Use SPI_MODE_X_MASK | Andy Shevchenko | 1 | -1/+1 |
| 2021-05-10 | spi: delete repeated words in comments | Jay Fang | 1 | -1/+1 |
| 2021-05-10 | spi: ppc4xx: include <linux/io.h> instead of <asm/io.h> | Jay Fang | 1 | -1/+1 |
| 2020-07-22 | spi: ppc4xx: Convert to use GPIO descriptors | Linus Walleij | 1 | -95/+11 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2017-01-17 | spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe() | Markus Elfring | 1 | -1/+1 |
| 2017-01-17 | spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe() | Markus Elfring | 1 | -2/+3 |
| 2015-09-17 | spi: bitbang: Replace spinlock by mutex | Nicolas Boichat | 1 | -2/+2 |
| 2014-10-20 | spi: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-02-03 | spi: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
| 2013-11-11 | powerpc: add missing explicit OF includes for ppc | Rob Herring | 1 | -0/+2 |
| 2013-09-17 | spi: bitbang: Let spi_bitbang_start() take a reference to master | Axel Lin | 1 | -1/+2 |
| 2013-06-26 | Merge remote-tracking branch 'spi/topic/pdata' into spi-next | Mark Brown | 1 | -4/+2 |
| 2013-05-29 | spi: convert drivers to use bits_per_word_mask | Stephen Warren | 1 | -12/+1 |
| 2013-05-23 | spi: use platform_{get,set}_drvdata() | Jingoo Han | 1 | -4/+2 |
| 2013-02-20 | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -2/+2 |
| 2013-02-13 | gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() | Grant Likely | 1 | -2/+2 |
| 2013-02-05 | spi: Remove erroneous __init, __exit and __exit_p() references in drivers | Grant Likely | 1 | -3/+3 |
| 2012-09-01 | spi: fix comment/printk typos in spi | Masanari Iida | 1 | -2/+2 |
| 2012-05-19 | spi: By default setup spi_masters with 1 chipselect and dynamics bus number | Grant Likely | 1 | -3/+0 |
| 2012-04-13 | spi/devicetree: Move devicetree support code into spi directory | Grant Likely | 1 | -1/+0 |
| 2011-10-25 | drivercore: Add helper macro for platform_driver boilerplate | Grant Likely | 1 | -12/+1 |
| 2011-10-24 | spi: irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -1/+1 |
| 2011-06-10 | spi: Convert uses of struct resource * to resource_size(ptr) | Joe Perches | 1 | -1/+1 |
| 2011-06-06 | spi: reorganize drivers | Grant Likely | 1 | -0/+612 |