summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pic32.c
Commit message (Expand)AuthorAgeFilesLines
* spi: pic32: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-3/+3
* spi: pic32: Replace of_gpio.h by proper oneAndy Shevchenko2024-02-291-1/+1
* spi: pic32: Use helper function devm_clk_get_enabled()Li Zetao2023-09-111-7/+1
* spi: pic32: switch to use modern nameYang Yingliang2023-08-211-77/+77
* spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko2023-07-111-1/+1
* spi: pic32: Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-271-2/+1
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-2/+2
* spi: pic32: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: pic32: Convert to use GPIO descriptorsLinus Walleij2022-01-311-5/+4
* spi: pic32: stop setting dma_config->slave_idArnd Bergmann2021-12-171-2/+0
* spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren2021-08-101-0/+1
* spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner2020-11-121-0/+1
* spi: pic32: Retire dma_request_slave_channel_compat()Peter Ujfalusi2019-11-221-16/+30
* spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-9/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 445Thomas Gleixner2019-06-051-9/+1
* spi: pic32: fix dma channels terminationCezary Gapinski2019-04-011-1/+1
* spi: pic32: Use proper enum in dmaengine_prep_slave_rgNathan Chancellor2018-09-201-2/+2
* spi: pic32: remove unnecessary of_node_get()Alexey Khoroshilov2018-09-071-1/+1
* spi: pic32: fix spelling mistakes on macro namesColin Ian King2017-07-261-2/+2
* spi: pic32: fixup wait_for_completion_timeout return handlingNicholas Mc Guire2016-07-241-2/+3
* spi: pic32: Fix checking return value of devm_ioremap_resourceAxel Lin2016-04-291-4/+3
* spi: pic32: Set proper bits_per_word_maskAxel Lin2016-04-261-11/+2
* spi: spi-pic32: Add PIC32 SPI master driverPurna Chandra Mandal2016-04-041-0/+888