aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pic32.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30spi: pic32: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-3/+3
2024-02-29spi: pic32: Replace of_gpio.h by proper oneAndy Shevchenko1-1/+1
2023-09-11spi: pic32: Use helper function devm_clk_get_enabled()Li Zetao1-7/+1
2023-08-21spi: pic32: switch to use modern nameYang Yingliang1-77/+77
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-1/+1
2023-03-27spi: pic32: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-2/+2
2023-03-06spi: pic32: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-01-31spi: pic32: Convert to use GPIO descriptorsLinus Walleij1-5/+4
2021-12-17spi: pic32: stop setting dma_config->slave_idArnd Bergmann1-2/+0
2021-08-10spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2020-11-12spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner1-0/+1
2019-11-22spi: pic32: Retire dma_request_slave_channel_compat()Peter Ujfalusi1-16/+30
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-9/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445Thomas Gleixner1-9/+1
2019-04-01spi: pic32: fix dma channels terminationCezary Gapinski1-1/+1
2018-09-20spi: pic32: Use proper enum in dmaengine_prep_slave_rgNathan Chancellor1-2/+2
2018-09-07spi: pic32: remove unnecessary of_node_get()Alexey Khoroshilov1-1/+1
2017-07-26spi: pic32: fix spelling mistakes on macro namesColin Ian King1-2/+2
2016-07-24spi: pic32: fixup wait_for_completion_timeout return handlingNicholas Mc Guire1-2/+3
2016-04-29spi: pic32: Fix checking return value of devm_ioremap_resourceAxel Lin1-4/+3
2016-04-26spi: pic32: Set proper bits_per_word_maskAxel Lin1-11/+2
2016-04-04spi: spi-pic32: Add PIC32 SPI master driverPurna Chandra Mandal1-0/+888