index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-imx.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: imx: Take in account bits per word instead of assuming 8-bits
Stefan Moring
2023-09-18
1
-1
/
+1
*
spi: imx: switch to use modern name
Yang Yingliang
2023-08-14
1
-57
/
+57
*
spi: Explicitly include correct DT includes
Rob Herring
2023-07-14
1
-1
/
+0
*
spi: Header and core clean up and refactoring
Mark Brown
2023-07-12
1
-1
/
+1
|
\
|
*
spi: Rename SPI_MASTER_GPIO_SS to SPI_CONTROLLER_GPIO_SS
Andy Shevchenko
2023-07-11
1
-1
/
+1
*
|
spi: Increase imx51 ecspi burst length based on transfer length
Stefan Moring
2023-07-09
1
-3
/
+8
|
/
*
spi: spi-imx: fix mixing of native and gpio chipselects for imx51/imx53/imx6 ...
Rasmus Villemoes
2023-06-02
1
-13
/
+22
*
spi: spi-imx: add support for SPI_MOSI_IDLE_LOW mode bit
Boerge Struempfel
2023-05-30
1
-1
/
+8
*
spi: spi-imx: set max_native_cs for imx51/imx53/imx6 variants
Rasmus Villemoes
2023-05-23
1
-0
/
+5
*
spi: spi-imx: use "controller" variable consistently in spi_imx_probe()
Rasmus Villemoes
2023-05-23
1
-10
/
+10
*
spi: imx: Use devm_platform_get_and_ioremap_resource()
Yang Li
2023-04-04
1
-2
/
+1
*
spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3
Kevin Groeneveld
2023-04-04
1
-6
/
+18
*
spi: imx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-20
1
-4
/
+2
*
spi: imx: Don't skip cleanup in remove's error path
Uwe Kleine-König
2023-03-20
1
-7
/
+5
*
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-11
1
-15
/
+15
*
Merge tag 'spi-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2022-12-13
1
-8
/
+0
|
\
|
*
spi: spi-imx: remove unused struct spi_imx_devtype_data::disable_dma callback
Marc Kleine-Budde
2022-10-21
1
-8
/
+0
*
|
spi: spi-imx: spi_imx_transfer_one(): check for DMA transfer first
Marc Kleine-Budde
2022-11-18
1
-3
/
+7
*
|
spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock
Frieder Schrempf
2022-11-16
1
-2
/
+1
|
/
*
Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-05-26
1
-1
/
+1
|
\
|
*
dmaengine: imx: Move header to include/dma/
Sascha Hauer
2022-04-19
1
-1
/
+1
*
|
spi: spi-imx: mx51_ecspi_prepare_message(): skip writing MX51_ECSPI_CONFIG re...
Marc Kleine-Budde
2022-05-09
1
-0
/
+4
*
|
spi: spi-imx: add PIO polling support
Marc Kleine-Budde
2022-05-09
1
-0
/
+66
*
|
spi: spi-imx: replace struct spi_imx_data::bitbang by pointer to struct spi_c...
Marc Kleine-Budde
2022-05-09
1
-29
/
+29
*
|
spi: spi-imx: complete conversion from master -> controller
Marc Kleine-Budde
2022-05-09
1
-81
/
+81
*
|
spi: spi-imx: spi_imx_buf_rx_swap_u32(): replace open coded swahw32s()
Marc Kleine-Budde
2022-05-09
1
-5
/
+4
*
|
spi: spi-imx: spi_imx_buf_rx_swap_u32(): fix sparse warning: use swab32s() in...
Marc Kleine-Budde
2022-05-09
1
-2
/
+2
*
|
spi: spi-imx: mx51_ecspi_intctrl(): prefer 'unsigned int' to bare use of 'uns...
Marc Kleine-Budde
2022-05-09
1
-1
/
+1
*
|
spi: spi-imx: avoid unnecessary line continuations
Marc Kleine-Budde
2022-05-09
1
-2
/
+1
*
|
spi: spi-imx: fix sparse warning: add identifier name to function definition
Marc Kleine-Budde
2022-05-09
1
-11
/
+11
*
|
spi: spi-imx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
2022-04-25
1
-4
/
+2
*
|
spi: spi-imx: add support for SPI_RX_CPHA_FLIP
Baruch Siach
2022-04-19
1
-5
/
+27
|
/
*
Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2021-09-02
1
-6
/
+35
|
\
|
*
Merge tag 'imx-ecspi-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Arnd Bergmann
2021-08-12
1
-6
/
+35
|
|
\
|
|
*
spi: imx: remove ERR009165 workaround on i.mx6ul
Robin Gong
2021-07-23
1
-3
/
+36
|
|
*
spi: imx: fix ERR009165
Robin Gong
2021-07-23
1
-7
/
+3
*
|
|
Merge remote-tracking branch 'spi/for-5.15' into spi-next
Mark Brown
2021-08-26
1
-8
/
+13
|
\
\
\
|
*
|
|
spi: imx: Implement support for CS_WORD
Uwe Kleine-König
2021-08-03
1
-0
/
+10
|
*
|
|
spi: imx: Simplify logic in spi_imx_push()
Uwe Kleine-König
2021-07-19
1
-8
/
+3
|
|
/
/
*
|
|
spi: imx: mx51-ecspi: Fix CONFIGREG delay comment
Marek Vasut
2021-07-28
1
-1
/
+1
*
|
|
spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculation
Marek Vasut
2021-07-26
1
-1
/
+15
|
/
/
*
/
spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delay
Marek Vasut
2021-07-07
1
-19
/
+19
|
/
*
Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-04-30
1
-3
/
+2
|
\
|
*
spi: imx: Use of_device_get_match_data() helper
Tian Tao
2021-03-25
1
-3
/
+2
*
|
spi: imx: add a check for speed_hz before calculating the clock
Clark Wang
2021-04-09
1
-16
/
+21
*
|
spi: imx: Improve driver description
Fabio Estevam
2021-03-17
1
-1
/
+1
|
/
*
spi: imx: Don't print error on -EPROBEDEFER
Guido Günther
2021-01-19
1
-1
/
+1
*
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2020-11-27
1
-0
/
+1
|
\
|
*
spi: imx: fix the unbalanced spi runtime pm management
Clark Wang
2020-11-24
1
-0
/
+1
|
*
Merge tag 'v5.10-rc1' into spi-5.10
Mark Brown
2020-10-28
1
-1
/
+4
|
|
\
[next]