summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-lpspi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-fsl-lpspi: Some calculation improvementsMark Brown2024-10-011-4/+11
|\
| * spi: spi-fsl-lpspi: support effective_speed_hzStefan Wahren2024-09-301-0/+6
| * spi: spi-fsl-lpspi: Fix specifiers in fsl_lpspi_set_bitrateStefan Wahren2024-09-301-1/+1
| * spi: spi-fsl-lpspi: Adjust type of scldivStefan Wahren2024-09-301-3/+4
* | spi: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-09-301-1/+1
* | spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-09-301-8/+4
|/
* spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan2024-09-191-0/+1
* spi: spi-fsl-lpspi: Fix off-by-one in prescale maxStefan Wahren2024-09-051-2/+2
* spi: spi-fsl-lpspi: limit PRESCALE bit in TCR registerCarlos Song2024-08-201-2/+29
* spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren2024-08-081-2/+4
* spi: spi-fsl-lpspi: Pass pm_ptr()Fabio Estevam2024-06-251-1/+1
* spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-06-251-3/+3
* spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-04-301-7/+7
* spi: spi-fsl-lpspi: remove redundant spi_controller_put callCarlos Song2024-04-031-8/+6
* spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin2024-03-121-4/+4
* spi: fsl-lpspi: switch to use modern nameYang Yingliang2023-08-141-27/+27
* spi: spi-fsl-lpspi: Read chip-select amount from hardware for i.MX93Alexander Stein2023-07-181-2/+6
* spi: spi-fsl-lpspi: Move controller initialization further downAlexander Stein2023-07-181-16/+16
* spi: spi-fsl-lpspi: Remove num_cs from device structAlexander Stein2023-07-171-4/+4
* spi: Explicitly include correct DT includesRob Herring2023-07-141-1/+0
* spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko2023-07-111-1/+1
* spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein2023-05-311-1/+1
* spi: Merge up fixes to help CIMark Brown2023-05-301-1/+6
|\
| * spi: lpspi: disable lpspi module irq in DMA modeClark Wang2023-05-231-1/+6
* | spi: lpspi: run transfer speed_hz sanity checkClark Wang2023-05-081-0/+6
|/
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-1/+1
* spi: fsl-lpspi: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-3/+2
* spi: spi-fsl-lpspi: support multiple cs for lpspiHan Xu2022-12-071-0/+5
* spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-09-261-2/+1
* spi: lpspi: Remove the unneeded result variableye xingchen2022-09-081-4/+1
* spi: lpspi: Simplify some error messageChristophe JAILLET2022-08-151-1/+1
* dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
* spi: lpspi: release requested DMA channelsAlexander Stein2021-11-151-1/+5
* spi: lpspi: Silence error message upon deferred probeAlexander Stein2021-11-121-1/+1
* spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li2021-04-091-1/+1
* spi: lpspi: Fix use-after-free on unbindLukas Wunner2020-11-121-3/+0
* spi: lpspi: Remove CONFIG_PM_SLEEP ifdeferyFabio Estevam2020-08-181-4/+2
* spi: lpspi: fix using CS discontinuously on i.MX8DXLEVKClark Wang2020-07-291-3/+8
* spi: lpspi: remove unused fsl_lpspi->chipselectClark Wang2020-07-291-2/+0
* spi: lpspi: Fix kernel warning dump when probe fail after calling spi_registerClark Wang2020-07-291-6/+6
* spi: lpspi: fix the imbalance of runtime pm function callClark Wang2020-07-221-1/+6
* spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij2020-07-131-44/+3
* spi: spi-fsl-lpspi: Fix runtime PM imbalance on errorDinghao Liu2020-05-261-2/+4
* spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous ...Aishwarya R2020-04-141-8/+7
* spi: spi-fsl-lpspi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
* spi: fsl-lpspi: remove unneeded arrayOleksandr Suvorov2020-03-031-5/+2
* spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker2020-01-141-16/+16
* spi: fsl-lpspi: use true,false for bool variablezhengbin2019-12-251-2/+2
* spi: fsl-lpspi: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
* Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-10-081-1/+1
|\