aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/mpc8xx_spi.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-09spi: spi-uclass: Read chipselect and restrict capabilitiesVenkatesh Yadav Abbarapu1-2/+2
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07spi: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-18spi: mpc8xx: Set up speed as requestedChristophe Leroy1-2/+17
2024-04-18spi: mpc8xx: Use 16 bit mode for large transfers with even sizeChristophe Leroy1-3/+41
2024-04-18spi: mpc8xx: Allow transfer of more than MAX_BUFFER lenChristophe Leroy1-14/+34
2024-04-18powerpc: 8xx: Set SDMA configuration register correclyChristophe Leroy1-4/+0
2024-04-18spi: mpc8xx: Fix transfert when input or output buffer is NULLChristophe Leroy1-3/+7
2023-05-05spi, mpc8xx: Take parameter RAM relocation into accountChristophe Leroy1-2/+4
2023-05-04powerpc: mpc8xx: CPM parameter RAM can be anywhereChristophe Leroy1-1/+1
2023-02-11spi, mpc8xx: Add support for chipselect via GPIO and fixupsChristophe Leroy1-37/+59
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2018-12-03spi, mpc8xx: migrate to DM_SPIChristophe Leroy1-149/+30
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-06powercp: mpc8xx: move commproc.hChristophe Leroy1-1/+1
2017-07-08powerpc, 8xx: move SPI driver to drivers/spi/Christophe Leroy1-0/+336