aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-lpspi.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-21spi: spi-fsl-lpspi: fix watermark truncation caused by type castCarlos Song1-1/+7
2025-09-03spi: spi-fsl-dspi: Target mode improvementsMark Brown1-19/+28
2025-09-01spi: spi-fsl-lpspi: Add compatible for S32GLarisa Grigore1-0/+5
2025-09-01spi: spi-fsl-lpspi: Parameterize reading num-cs from hardwareJames Clark1-1/+3
2025-09-01spi: spi-fsl-lpspi: Treat prescale_max == 0 as no erratumJames Clark1-5/+5
2025-09-01spi: spi-fsl-lpspi: Constify devtype datasJames Clark1-2/+2
2025-09-01spi: spi-fsl-lpspi: Clear status register after disabling the moduleLarisa Grigore1-4/+5
2025-09-01spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer abortLarisa Grigore1-3/+1
2025-09-01spi: spi-fsl-lpspi: Set correct chip-select polarity bitLarisa Grigore1-2/+5
2025-09-01spi: spi-fsl-lpspi: Fix transmissions when using CONTLarisa Grigore1-2/+2
2025-08-18spi: use min_t() to improve codeMark Brown1-4/+4
2025-08-18spi: spi-fsl-lpspi: use min_t() to improve codeQianfeng Rong1-4/+4
2025-08-07spi: spi-fsl-lpspi: Clamp too high speed_hzStefan Wahren1-5/+3
2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-2/+0
2025-02-26spi: spi-fsl-lpspi: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2024-10-01spi: spi-fsl-lpspi: Some calculation improvementsMark Brown1-4/+11
2024-09-30spi: spi-fsl-lpspi: support effective_speed_hzStefan Wahren1-0/+6
2024-09-30spi: spi-fsl-lpspi: Fix specifiers in fsl_lpspi_set_bitrateStefan Wahren1-1/+1
2024-09-30spi: spi-fsl-lpspi: Adjust type of scldivStefan Wahren1-3/+4
2024-09-30spi: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-09-30spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-8/+4
2024-09-19spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
2024-09-05spi: spi-fsl-lpspi: Fix off-by-one in prescale maxStefan Wahren1-2/+2
2024-08-20spi: spi-fsl-lpspi: limit PRESCALE bit in TCR registerCarlos Song1-2/+29
2024-08-07spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren1-2/+4
2024-06-25spi: spi-fsl-lpspi: Pass pm_ptr()Fabio Estevam1-1/+1
2024-06-25spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()Fabio Estevam1-3/+3
2024-04-30spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang1-7/+7
2024-04-03spi: spi-fsl-lpspi: remove redundant spi_controller_put callCarlos Song1-8/+6
2024-03-12spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin1-4/+4
2023-08-14spi: fsl-lpspi: switch to use modern nameYang Yingliang1-27/+27
2023-07-18spi: spi-fsl-lpspi: Read chip-select amount from hardware for i.MX93Alexander Stein1-2/+6
2023-07-18spi: spi-fsl-lpspi: Move controller initialization further downAlexander Stein1-16/+16
2023-07-17spi: spi-fsl-lpspi: Remove num_cs from device structAlexander Stein1-4/+4
2023-07-14spi: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-1/+1
2023-05-31spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein1-1/+1
2023-05-30spi: Merge up fixes to help CIMark Brown1-1/+6
2023-05-23spi: lpspi: disable lpspi module irq in DMA modeClark Wang1-1/+6
2023-05-08spi: lpspi: run transfer speed_hz sanity checkClark Wang1-0/+6
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-1/+1
2023-03-06spi: fsl-lpspi: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-12-07spi: spi-fsl-lpspi: support multiple cs for lpspiHan Xu1-0/+5
2022-09-26spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2022-09-08spi: lpspi: Remove the unneeded result variableye xingchen1-4/+1
2022-08-15spi: lpspi: Simplify some error messageChristophe JAILLET1-1/+1
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer1-1/+1
2021-11-15spi: lpspi: release requested DMA channelsAlexander Stein1-1/+5
2021-11-12spi: lpspi: Silence error message upon deferred probeAlexander Stein1-1/+1
2021-04-09spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li1-1/+1
2020-11-12spi: lpspi: Fix use-after-free on unbindLukas Wunner1-3/+0
2020-08-18spi: lpspi: Remove CONFIG_PM_SLEEP ifdeferyFabio Estevam1-4/+2
2020-07-29spi: lpspi: fix using CS discontinuously on i.MX8DXLEVKClark Wang1-3/+8
2020-07-29spi: lpspi: remove unused fsl_lpspi->chipselectClark Wang1-2/+0
2020-07-29spi: lpspi: Fix kernel warning dump when probe fail after calling spi_registerClark Wang1-6/+6
2020-07-22spi: lpspi: fix the imbalance of runtime pm function callClark Wang1-1/+6
2020-07-13spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij1-44/+3
2020-05-26spi: spi-fsl-lpspi: Fix runtime PM imbalance on errorDinghao Liu1-2/+4
2020-04-14spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous ...Aishwarya R1-8/+7
2020-03-23spi: spi-fsl-lpspi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-03spi: fsl-lpspi: remove unneeded arrayOleksandr Suvorov1-5/+2
2020-01-14spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker1-16/+16
2019-12-25spi: fsl-lpspi: use true,false for bool variablezhengbin1-2/+2
2019-11-15spi: fsl-lpspi: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-10-08Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-1/+1
2019-10-01spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost1-1/+1
2019-10-01spi: fsl-lpspi: clean up indentation issueColin Ian King1-1/+1
2019-04-08spi: fsl-lpspi: Clean up fsl_lpspi_probeAxel Lin1-6/+5
2019-04-08spi: fsl-lpspi: Fix build warning when !CONFIG_PMAxel Lin1-0/+2
2019-04-08spi: fsl-lpspi: Fix problematic dev_set_drvdata callAxel Lin1-3/+8
2019-04-05Merge branch 'spi-5.1' into spi-5.2Mark Brown1-2/+2
2019-04-03spi: lpspi: add missing complete in abort func at dma modeClark Wang1-1/+7
2019-03-21spi: lpspi: fix dataloss when SS is inactivated between every wordsClark Wang1-2/+2
2019-03-19spi: lpspi: fsl_lpspi_runtime_resume() can be statickbuild test robot1-2/+2
2019-03-18spi: lpspi: Code cleanupClark Wang1-1/+1
2019-03-18spi: lpspi: Add the missing NULL checkClark Wang1-2/+5
2019-03-18spi: lpspi: add dma mode supportClark Wang1-11/+301
2019-03-18spi: lpspi: use the core way to implement cs-gpio functionClark Wang1-35/+66
2019-03-18spi: lpspi: add the error info of transfer speed settingClark Wang1-3/+13
2019-03-18spi: lpspi: enable runtime pm for lpspiHan Xu1-25/+92
2019-03-18spi: lpspi: Add i.MX8 boards support for lpspiClark Wang1-11/+41
2019-01-07spi: lpspi: Fix CLK pin becomes low before one transferClark Wang1-4/+20
2019-01-07spi: lpspi: Fix wrong transmission when don't use CONTClark Wang1-0/+9
2019-01-07spi: lpspi: Improve the stability of lpspi data transmissionClark Wang1-41/+20
2018-12-13spi: lpspi: Let watermark change with send data lengthClark Wang1-2/+9
2018-12-13spi: lpspi: Add slave mode supportClark Wang1-28/+79
2018-12-13spi: lpspi: Replace all "master" with "controller"Clark Wang1-38/+46
2018-10-10spi: fsl-lpspi: Prevent FIFO under/overrun by defaultHieu Tran Dang1-1/+1
2018-05-03spi: lpspi: Switch to SPDX identifierFabio Estevam1-16/+5
2017-01-09spi: fsl-lpspi: fix indentation errorGao Pan1-3/+3
2016-12-14spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg()Geert Uytterhoeven1-1/+1
2016-12-05spi: fsl-lpspi: quit reading rx fifo under error conditionGao Pan1-1/+4
2016-12-05spi: fsl-lpspi: use GPL as module licenseGao Pan1-1/+1
2016-11-30spi: fsl-lpspi: read lpspi tx/rx fifo size in probe()Gao Pan1-7/+14
2016-11-30spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer doneGao Pan1-1/+6
2016-11-25spi: imx: replace schedule() with cond_resched()Gao Pan1-1/+1
2016-11-25spi: imx: fix potential shift truncationGao Pan1-1/+1
2016-11-25spi: imx: use prepare_transfer_hardware() for lpspiGao Pan1-6/+4
2016-11-22spi: imx: add lpspi bus driverGao Pan1-0/+512