Age | Commit message (Expand) | Author | Files | Lines |
2021-09-02 | Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 1 | -6/+35 |
2021-08-26 | Merge remote-tracking branch 'spi/for-5.15' into spi-next | Mark Brown | 1 | -8/+13 |
2021-08-12 | Merge tag 'imx-ecspi-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Arnd Bergmann | 1 | -6/+35 |
2021-08-03 | spi: imx: Implement support for CS_WORD | Uwe Kleine-König | 1 | -0/+10 |
2021-07-28 | spi: imx: mx51-ecspi: Fix CONFIGREG delay comment | Marek Vasut | 1 | -1/+1 |
2021-07-26 | spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculation | Marek Vasut | 1 | -1/+15 |
2021-07-23 | spi: imx: remove ERR009165 workaround on i.mx6ul | Robin Gong | 1 | -3/+36 |
2021-07-23 | spi: imx: fix ERR009165 | Robin Gong | 1 | -7/+3 |
2021-07-19 | spi: imx: Simplify logic in spi_imx_push() | Uwe Kleine-König | 1 | -8/+3 |
2021-07-07 | spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delay | Marek Vasut | 1 | -19/+19 |
2021-04-30 | Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -3/+2 |
2021-04-09 | spi: imx: add a check for speed_hz before calculating the clock | Clark Wang | 1 | -16/+21 |
2021-03-25 | spi: imx: Use of_device_get_match_data() helper | Tian Tao | 1 | -3/+2 |
2021-03-17 | spi: imx: Improve driver description | Fabio Estevam | 1 | -1/+1 |
2021-01-19 | spi: imx: Don't print error on -EPROBEDEFER | Guido Günther | 1 | -1/+1 |
2020-11-27 | Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 1 | -0/+1 |
2020-11-24 | spi: imx: fix the unbalanced spi runtime pm management | Clark Wang | 1 | -0/+1 |
2020-11-17 | spi: imx: Remove unused .id_table support | Fabio Estevam | 1 | -30/+1 |
2020-11-10 | spi: imx: fix reference leak in two imx operations | Zhang Qilong | 1 | -0/+2 |
2020-10-29 | Merge tag 'v5.10-rc1' into spi-5.10 | Mark Brown | 1 | -1/+4 |
2020-10-26 | Merge existing fixes from spi/for-5.10 | Mark Brown | 1 | -8/+15 |
2020-10-23 | spi: imx: fix runtime pm support for !CONFIG_PM | Sascha Hauer | 1 | -8/+15 |
2020-10-09 | Merge remote-tracking branch 'spi/for-5.10' into spi-next | Mark Brown | 1 | -3/+3 |
2020-10-05 | spi: imx: Fix freeing of DMA channels if spi_bitbang_start() fails | Marek Vasut | 1 | -1/+4 |
2020-09-23 | spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz | Marc Kleine-Budde | 1 | -0/+2 |
2020-08-21 | spi: imx: Remove unneeded probe message | Fabio Estevam | 1 | -2/+0 |
2020-08-19 | spi: imx: Do not print an error when PIO is used | Fabio Estevam | 1 | -1/+1 |
2020-07-27 | spi: imx: enable runtime pm support | Clark Wang | 1 | -33/+88 |
2020-07-13 | spi: imx/fsl-lpspi: Convert to GPIO descriptors | Linus Walleij | 1 | -76/+16 |
2020-06-23 | spi: imx: add fallback feature | Robin Gong | 1 | -21/+14 |
2020-05-28 | spi: imx: fallback to PIO if dma setup failure | Robin Gong | 1 | -4/+27 |
2019-12-25 | spi: imx: use true,false for bool variable | zhengbin | 1 | -2/+2 |
2019-11-15 | spi: imx: Use dma_request_chan() directly for channel request | Peter Ujfalusi | 1 | -2/+2 |
2019-03-15 | Merge branch 'spi-5.1' into spi-5.2 for stm32 | Mark Brown | 1 | -1/+1 |
2019-03-13 | spi: imx: stop buffer overflow in RX FIFO flush | Trent Piepho | 1 | -1/+1 |
2019-03-11 | spi: imx: add module parameter to control DMA use | Trent Piepho | 1 | -0/+7 |
2018-12-11 | spi: imx: drop useless member speed_hz from driver data struct | Uwe Kleine-König | 1 | -7/+5 |
2018-12-11 | spi: imx: rename config callback and add useful parameters | Uwe Kleine-König | 1 | -17/+22 |
2018-12-11 | spi: imx: style fixes | Uwe Kleine-König | 1 | -7/+9 |
2018-12-11 | spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook. | Uwe Kleine-König | 1 | -27/+40 |
2018-12-11 | spi: imx: add a device specific prepare_message callback | Uwe Kleine-König | 1 | -1/+39 |
2018-10-12 | spi: imx: use PIO mode if size is small | Robin Gong | 1 | -0/+3 |
2018-10-12 | spi: imx: correct wml as the last sg length | Robin Gong | 1 | -10/+19 |
2018-10-12 | spi: imx: move wml setting to later than setup_transfer | Robin Gong | 1 | -9/+14 |
2018-07-24 | spi: imx: Use the longuest possible burst size when in dynamic_burst | Maxime Chevallier | 1 | -37/+85 |
2018-07-24 | spi: imx: remove unnecessary check in spi_imx_can_dma | Maxime Chevallier | 1 | -3/+0 |
2018-07-24 | spi: imx: Use correct number of bytes per words | Maxime Chevallier | 1 | -4/+6 |
2018-07-24 | spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32 | Maxime Chevallier | 1 | -14/+9 |
2018-07-24 | spi: imx: Remove duplicate variable assignments | Maxime Chevallier | 1 | -2/+0 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -2/+3 |