aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-imx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-6/+35
2021-08-26Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown1-8/+13
2021-08-12Merge tag 'imx-ecspi-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/driversArnd Bergmann1-6/+35
2021-08-03spi: imx: Implement support for CS_WORDUwe Kleine-König1-0/+10
2021-07-28spi: imx: mx51-ecspi: Fix CONFIGREG delay commentMarek Vasut1-1/+1
2021-07-26spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculationMarek Vasut1-1/+15
2021-07-23spi: imx: remove ERR009165 workaround on i.mx6ulRobin Gong1-3/+36
2021-07-23spi: imx: fix ERR009165Robin Gong1-7/+3
2021-07-19spi: imx: Simplify logic in spi_imx_push()Uwe Kleine-König1-8/+3
2021-07-07spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delayMarek Vasut1-19/+19
2021-04-30Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-3/+2
2021-04-09spi: imx: add a check for speed_hz before calculating the clockClark Wang1-16/+21
2021-03-25spi: imx: Use of_device_get_match_data() helperTian Tao1-3/+2
2021-03-17spi: imx: Improve driver descriptionFabio Estevam1-1/+1
2021-01-19spi: imx: Don't print error on -EPROBEDEFERGuido Günther1-1/+1
2020-11-27Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.11Mark Brown1-0/+1
2020-11-24spi: imx: fix the unbalanced spi runtime pm managementClark Wang1-0/+1
2020-11-17spi: imx: Remove unused .id_table supportFabio Estevam1-30/+1
2020-11-10spi: imx: fix reference leak in two imx operationsZhang Qilong1-0/+2
2020-10-28Merge tag 'v5.10-rc1' into spi-5.10Mark Brown1-1/+4
2020-10-26Merge existing fixes from spi/for-5.10Mark Brown1-8/+15
2020-10-23spi: imx: fix runtime pm support for !CONFIG_PMSascha Hauer1-8/+15
2020-10-09Merge remote-tracking branch 'spi/for-5.10' into spi-nextMark Brown1-3/+3
2020-10-05spi: imx: Fix freeing of DMA channels if spi_bitbang_start() failsMarek Vasut1-1/+4
2020-09-23spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hzMarc Kleine-Budde1-0/+2
2020-08-20spi: imx: Remove unneeded probe messageFabio Estevam1-2/+0
2020-08-19spi: imx: Do not print an error when PIO is usedFabio Estevam1-1/+1
2020-07-27spi: imx: enable runtime pm supportClark Wang1-33/+88
2020-07-13spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij1-76/+16
2020-06-23spi: imx: add fallback featureRobin Gong1-21/+14
2020-05-28spi: imx: fallback to PIO if dma setup failureRobin Gong1-4/+27
2019-12-25spi: imx: use true,false for bool variablezhengbin1-2/+2
2019-11-15spi: imx: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-03-15Merge branch 'spi-5.1' into spi-5.2 for stm32Mark Brown1-1/+1
2019-03-13spi: imx: stop buffer overflow in RX FIFO flushTrent Piepho1-1/+1
2019-03-11spi: imx: add module parameter to control DMA useTrent Piepho1-0/+7
2018-12-11spi: imx: drop useless member speed_hz from driver data structUwe Kleine-König1-7/+5
2018-12-11spi: imx: rename config callback and add useful parametersUwe Kleine-König1-17/+22
2018-12-11spi: imx: style fixesUwe Kleine-König1-7/+9
2018-12-11spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.Uwe Kleine-König1-27/+40
2018-12-11spi: imx: add a device specific prepare_message callbackUwe Kleine-König1-1/+39
2018-10-12spi: imx: use PIO mode if size is smallRobin Gong1-0/+3
2018-10-12spi: imx: correct wml as the last sg lengthRobin Gong1-10/+19
2018-10-12spi: imx: move wml setting to later than setup_transferRobin Gong1-9/+14
2018-07-24spi: imx: Use the longuest possible burst size when in dynamic_burstMaxime Chevallier1-37/+85
2018-07-24spi: imx: remove unnecessary check in spi_imx_can_dmaMaxime Chevallier1-3/+0
2018-07-24spi: imx: Use correct number of bytes per wordsMaxime Chevallier1-4/+6
2018-07-24spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32Maxime Chevallier1-14/+9
2018-07-24spi: imx: Remove duplicate variable assignmentsMaxime Chevallier1-2/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+3