summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-imx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-09-011-6/+35
|\
| * Merge tag 'imx-ecspi-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2021-08-121-6/+35
| |\
| | * spi: imx: remove ERR009165 workaround on i.mx6ulRobin Gong2021-07-231-3/+36
| | * spi: imx: fix ERR009165Robin Gong2021-07-231-7/+3
* | | Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown2021-08-261-8/+13
|\ \ \
| * | | spi: imx: Implement support for CS_WORDUwe Kleine-König2021-08-031-0/+10
| * | | spi: imx: Simplify logic in spi_imx_push()Uwe Kleine-König2021-07-191-8/+3
| |/ /
* | | spi: imx: mx51-ecspi: Fix CONFIGREG delay commentMarek Vasut2021-07-281-1/+1
* | | spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculationMarek Vasut2021-07-261-1/+15
|/ /
* / spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delayMarek Vasut2021-07-071-19/+19
|/
* Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-301-3/+2
|\
| * spi: imx: Use of_device_get_match_data() helperTian Tao2021-03-251-3/+2
* | spi: imx: add a check for speed_hz before calculating the clockClark Wang2021-04-091-16/+21
* | spi: imx: Improve driver descriptionFabio Estevam2021-03-171-1/+1
|/
* spi: imx: Don't print error on -EPROBEDEFERGuido Günther2021-01-191-1/+1
* Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2020-11-271-0/+1
|\
| * spi: imx: fix the unbalanced spi runtime pm managementClark Wang2020-11-241-0/+1
| * Merge tag 'v5.10-rc1' into spi-5.10Mark Brown2020-10-281-1/+4
| |\
* | | spi: imx: Remove unused .id_table supportFabio Estevam2020-11-171-30/+1
* | | spi: imx: fix reference leak in two imx operationsZhang Qilong2020-11-101-0/+2
* | | Merge existing fixes from spi/for-5.10Mark Brown2020-10-261-8/+15
|\| | | |/ |/|
| * spi: imx: fix runtime pm support for !CONFIG_PMSascha Hauer2020-10-231-8/+15
* | Merge remote-tracking branch 'spi/for-5.10' into spi-nextMark Brown2020-10-091-3/+3
|\|
| * spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hzMarc Kleine-Budde2020-09-231-0/+2
| * spi: imx: Remove unneeded probe messageFabio Estevam2020-08-201-2/+0
| * spi: imx: Do not print an error when PIO is usedFabio Estevam2020-08-191-1/+1
* | spi: imx: Fix freeing of DMA channels if spi_bitbang_start() failsMarek Vasut2020-10-051-1/+4
|/
* spi: imx: enable runtime pm supportClark Wang2020-07-271-33/+88
* spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij2020-07-131-76/+16
* spi: imx: add fallback featureRobin Gong2020-06-231-21/+14
* spi: imx: fallback to PIO if dma setup failureRobin Gong2020-05-281-4/+27
* spi: imx: use true,false for bool variablezhengbin2019-12-251-2/+2
* spi: imx: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
* Merge branch 'spi-5.1' into spi-5.2 for stm32Mark Brown2019-03-151-1/+1
|\
| * spi: imx: stop buffer overflow in RX FIFO flushTrent Piepho2019-03-131-1/+1
* | spi: imx: add module parameter to control DMA useTrent Piepho2019-03-111-0/+7
|/
* spi: imx: drop useless member speed_hz from driver data structUwe Kleine-König2018-12-111-7/+5
* spi: imx: rename config callback and add useful parametersUwe Kleine-König2018-12-111-17/+22
* spi: imx: style fixesUwe Kleine-König2018-12-111-7/+9
* spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.Uwe Kleine-König2018-12-111-27/+40
* spi: imx: add a device specific prepare_message callbackUwe Kleine-König2018-12-111-1/+39
* spi: imx: use PIO mode if size is smallRobin Gong2018-10-121-0/+3
* spi: imx: correct wml as the last sg lengthRobin Gong2018-10-121-10/+19
* spi: imx: move wml setting to later than setup_transferRobin Gong2018-10-121-9/+14
* spi: imx: Use the longuest possible burst size when in dynamic_burstMaxime Chevallier2018-07-241-37/+85
* spi: imx: remove unnecessary check in spi_imx_can_dmaMaxime Chevallier2018-07-241-3/+0
* spi: imx: Use correct number of bytes per wordsMaxime Chevallier2018-07-241-4/+6
* spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32Maxime Chevallier2018-07-241-14/+9
* spi: imx: Remove duplicate variable assignmentsMaxime Chevallier2018-07-241-2/+0
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+3