summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-imx.c
AgeCommit message (Expand)Author
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-09spi: spi-imx: mx51_ecspi_prepare_message(): skip writing MX51_ECSPI_CONFIG re...Marc Kleine-Budde
2022-05-09spi: spi-imx: add PIO polling supportMarc Kleine-Budde
2022-05-09spi: spi-imx: replace struct spi_imx_data::bitbang by pointer to struct spi_c...Marc Kleine-Budde
2022-05-09spi: spi-imx: complete conversion from master -> controllerMarc Kleine-Budde
2022-05-09spi: spi-imx: spi_imx_buf_rx_swap_u32(): replace open coded swahw32s()Marc Kleine-Budde
2022-05-09spi: spi-imx: spi_imx_buf_rx_swap_u32(): fix sparse warning: use swab32s() in...Marc Kleine-Budde
2022-05-09spi: spi-imx: mx51_ecspi_intctrl(): prefer 'unsigned int' to bare use of 'uns...Marc Kleine-Budde
2022-05-09spi: spi-imx: avoid unnecessary line continuationsMarc Kleine-Budde
2022-05-09spi: spi-imx: fix sparse warning: add identifier name to function definitionMarc Kleine-Budde
2022-04-25spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-04-19spi: spi-imx: add support for SPI_RX_CPHA_FLIPBaruch Siach
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-08-26Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown
2021-08-12Merge tag 'imx-ecspi-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann
2021-08-03spi: imx: Implement support for CS_WORDUwe Kleine-König
2021-07-28spi: imx: mx51-ecspi: Fix CONFIGREG delay commentMarek Vasut
2021-07-26spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculationMarek Vasut
2021-07-23spi: imx: remove ERR009165 workaround on i.mx6ulRobin Gong
2021-07-23spi: imx: fix ERR009165Robin Gong
2021-07-19spi: imx: Simplify logic in spi_imx_push()Uwe Kleine-König
2021-07-07spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delayMarek Vasut
2021-04-30Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-09spi: imx: add a check for speed_hz before calculating the clockClark Wang
2021-03-25spi: imx: Use of_device_get_match_data() helperTian Tao
2021-03-17spi: imx: Improve driver descriptionFabio Estevam
2021-01-19spi: imx: Don't print error on -EPROBEDEFERGuido Günther
2020-11-27Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2020-11-24spi: imx: fix the unbalanced spi runtime pm managementClark Wang
2020-11-17spi: imx: Remove unused .id_table supportFabio Estevam
2020-11-10spi: imx: fix reference leak in two imx operationsZhang Qilong
2020-10-28Merge tag 'v5.10-rc1' into spi-5.10Mark Brown
2020-10-26Merge existing fixes from spi/for-5.10Mark Brown
2020-10-23spi: imx: fix runtime pm support for !CONFIG_PMSascha Hauer
2020-10-09Merge remote-tracking branch 'spi/for-5.10' into spi-nextMark Brown
2020-10-05spi: imx: Fix freeing of DMA channels if spi_bitbang_start() failsMarek Vasut
2020-09-23spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hzMarc Kleine-Budde
2020-08-20spi: imx: Remove unneeded probe messageFabio Estevam
2020-08-19spi: imx: Do not print an error when PIO is usedFabio Estevam
2020-07-27spi: imx: enable runtime pm supportClark Wang
2020-07-13spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij
2020-06-23spi: imx: add fallback featureRobin Gong
2020-05-28spi: imx: fallback to PIO if dma setup failureRobin Gong
2019-12-25spi: imx: use true,false for bool variablezhengbin
2019-11-15spi: imx: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-03-15Merge branch 'spi-5.1' into spi-5.2 for stm32Mark Brown
2019-03-13spi: imx: stop buffer overflow in RX FIFO flushTrent Piepho
2019-03-11spi: imx: add module parameter to control DMA useTrent Piepho
2018-12-11spi: imx: drop useless member speed_hz from driver data structUwe Kleine-König