index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-omap2-mcspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
spi: omap2-mcspi: use modern PM macros
Jisheng Zhang
1
-5
/
+4
2026-05-25
spi: omap2-mcspi: Use of_device_get_match_data()
Rosen Penev
1
-5
/
+2
2026-05-04
spi: omap2-mcspi: clean up probe return value
Johan Hovold
1
-1
/
+1
2026-05-04
spi: omap2-mcspi: clean up error labels
Johan Hovold
1
-8
/
+9
2026-05-04
spi: omap2-mcspi: switch to managed controller allocation
Johan Hovold
1
-15
/
+8
2026-04-10
spi: omap2-mcspi: fix controller deregistration
Johan Hovold
1
-1
/
+7
2026-02-23
spi: omap2-mcspi: add support for 3-wire transfers
Antoni Pokusinski
1
-5
/
+12
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-09-22
spi: omap2-mcspi: drive SPI_CLK on transfer_setup()
Bastien Curutchet (Schneider Electric)
1
-0
/
+1
2025-07-05
spi: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
1
-3
/
+0
2025-06-08
spi: omap2-mcspi: Disable multi-mode when the previous message kept CS asserted
Félix Piédallu
1
-10
/
+10
2025-06-08
spi: omap2-mcspi: Disable multi mode when CS should be kept asserted after me...
Félix Piédallu
1
-3
/
+9
2025-01-21
spi: omap2-mcspi: Correctly handle devm_clk_get_optional() errors
Mark Brown
1
-3
/
+8
2024-12-05
spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()
Purushothama Siddaiah
1
-3
/
+3
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-07-15
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-4
/
+5
2024-07-04
spi: omap2-mcspi: Revert multi mode support
Mark Brown
1
-14
/
+1
2024-06-11
spi: Rework DMA mapped flag
Mark Brown
1
-4
/
+4
2024-06-10
spi: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-06-10
spi: omap2-mcspi: Use new spi_xfer_is_dma_mapped() helper
Andy Shevchenko
1
-4
/
+4
2024-03-28
spi: omap2-mcpsi: Enable MULTI-mode in more situations
Louis Chauvet
1
-1
/
+14
2024-03-28
spi: omap2-mcspi: Add support for MULTI-mode
Louis Chauvet
1
-6
/
+61
2024-03-28
spi: spi-omap2-mcspi.c: revert "Toggle CS after each word"
Louis Chauvet
1
-15
/
+0
2024-02-12
spi: omap2-mcspi: Revert FIFO support without DMA
Vaishnav Achath
1
-129
/
+8
2023-10-23
spi: omap2-mcspi: Add FIFO support without DMA
Vaishnav Achath
1
-8
/
+129
2023-09-26
spi: omap2-mcspi: Fix hardcoded reference clock
Vaishnav Achath
1
-11
/
+20
2023-09-11
spi: omap2-mcspi: switch to use modern name
Yang Yingliang
1
-116
/
+116
2023-08-07
spi: omap2-mcspi: remove redundant dev_err_probe()
Zhu Wang
1
-3
/
+1
2023-03-27
spi: omap2-mcspi: Use devm_platform_get_and_ioremap_resource()
Yang Li
1
-2
/
+1
2023-03-11
Add support for stacked/parallel memories
Mark Brown
1
-12
/
+12
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-12
/
+12
2023-03-11
spi: omap2-mcspi: Use of_property_read_bool() for boolean properties
Rob Herring
1
-1
/
+1
2023-03-06
spi: omap2-mcspi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-09-21
spi: omap2-mcspi: Fix probe so driver works again
Dan Carpenter
1
-1
/
+1
2022-09-19
spi: omap2-mcspi: Switch to use dev_err_probe() helper
Yang Yingliang
1
-4
/
+2
2022-05-04
spi: omap2-mcspi: add support for interword delay
Andrea Zanotti
1
-0
/
+6
2022-04-25
spi: spi-omap2-mcspi: using pm_runtime_resume_and_get instead of pm_runtime_g...
Minghao Chi
1
-9
/
+4
2021-06-01
Merge branch 'for-5.13' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-13
/
+20
2021-06-01
spi: Cleanup on failure of initial setup
Lukas Wunner
1
-13
/
+20
2021-05-20
Merge series "drivers: spi - add parenthesis for sizeof" from Zhiqi Song <son...
Mark Brown
1
-1
/
+1
2021-05-20
spi: omap2-mcspi: add parenthesis for sizeof
Zhiqi Song
1
-1
/
+1
2021-05-20
spi: fix some invalid char occurrences
Mauro Carvalho Chehab
1
-1
/
+1
2021-03-10
spi: omap2-mcspi: Activate pinctrl idle state during runtime suspend
Alexander Sverdlin
1
-6
/
+18
2020-09-22
spi: omap2-mcspi: Improve performance waiting for CHSTAT
Aswath Govindraju
1
-3
/
+12
2020-06-29
spi: omap2-mcspi: Convert to use GPIO descriptors
Linus Walleij
1
-16
/
+3
2020-02-06
spi: spi-omap2-mcspi: Support probe deferral for DMA channels
Vignesh Raghavendra
1
-39
/
+38
2020-02-06
spi: spi-omap2-mcspi: Handle DMA size restriction on AM65x
Vignesh Raghavendra
1
-0
/
+26
2019-11-11
spi: omap2-mcspi: Remove redundant checks
Vignesh Raghavendra
1
-58
/
+47
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
[next]