index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
st
/
stm32
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+5
2026-01-16
media: stm32: dcmipp: bytecap: remove useless cmier variable
Alain Volmat
-11
/
+6
2026-01-16
media: stm32: dcmipp: byteproc: only allow compose with 8/16bit fmts
Alain Volmat
-1
/
+11
2026-01-16
media: stm32: dcmipp: add Y10-Y12-Y14 in all subdevs
Alain Volmat
-0
/
+12
2026-01-16
media: stm32: dcmipp: Add RGB888 format support overall
Alain Volmat
-0
/
+7
2026-01-16
media: stm32: dcmipp: byteproc: disable compose for all bayers
Alain Volmat
-5
/
+2
2026-01-16
media: stm32: dcmipp: bytecap: clear all interrupts upon stream stop
Alain Volmat
-0
/
+3
2026-01-16
media: stm32: dcmipp: avoid naming clock if only one is needed
Alain Volmat
-1
/
+6
2025-10-17
media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()
Laurent Pinchart
-1
/
+1
2025-10-17
media: stm32: dma2d: Drop unneeded v4l2_m2m_get_vq() NULL check
Laurent Pinchart
-5
/
+0
2025-09-09
media: stm32-dcmi: use int type to store negative error codes
Qianfeng Rong
-2
/
+2
2025-08-25
media: stm32-csi: Fix dereference before NULL check
Chandra Mohan Sundar
-2
/
+2
2025-08-13
media: v4l2: Rename second ioctl handlers argument to 'void *priv'
Laurent Pinchart
-5
/
+5
2025-08-13
media: stm32: dma2d: Access v4l2_fh from file
Jacopo Mondi
-3
/
+3
2025-08-13
media: Reset file->private_data to NULL in v4l2_fh_del()
Laurent Pinchart
-1
/
+1
2025-08-13
media: Set file->private_data in v4l2_fh_add()
Laurent Pinchart
-2
/
+1
2025-08-13
media: Replace file->private_data access with custom functions
Laurent Pinchart
-2
/
+5
2025-04-30
media: platform: use (t,l)/wxh format for rectangle
Hans Verkuil
-10
/
+10
2025-04-25
media: stm32-dcmi: use devm_kmemdup_array()
Raag Jadav
-6
/
+2
2025-03-06
media: platform: stm32: Add check for clk_enable()
Jiasheng Jiang
-1
/
+2
2025-02-15
media: v4l: Convert the users of v4l2_get_link_freq to call it on a pad
Sakari Ailus
-1
/
+3
2025-02-15
media: stm32: dcmipp: add has_csi2 & needs_mclk in match data
Alain Volmat
-10
/
+13
2025-02-15
media: stm32: csi: correct unsigned or useless variable settings
Alain Volmat
-8
/
+9
2025-02-15
media: stm32: csi: remove useless fwnode_graph_get_endpoint call
Alain Volmat
-12
/
+8
2025-02-15
media: stm32: csi: simplify enable_streams error handling
Alain Volmat
-7
/
+9
2025-02-15
media: stm32: csi: use ARRAY_SIZE to search D-PHY table
Alain Volmat
-9
/
+11
2025-02-15
media: stm32: csi: register subdev only at end of probe
Alain Volmat
-7
/
+6
2025-02-15
media: stm32: csi: add missing pm_runtime_put on error
Alain Volmat
-7
/
+9
2025-02-15
media: stm32: dcmipp: correct ret type in dcmipp_graph_notify_bound
Alain Volmat
-1
/
+1
2024-12-12
media: stm32: dcmipp: add core support for the stm32mp25
Alain Volmat
-19
/
+85
2024-12-12
media: stm32: dcmipp: fill media ctl hw_revision field
Alain Volmat
-1
/
+5
2024-12-12
media: stm32: dcmipp: avoid duplicated format on enum in bytecap
Alain Volmat
-21
/
+21
2024-12-12
media: stm32: dcmipp: add 1X16 RGB / YUV formats support
Alain Volmat
-6
/
+22
2024-12-12
media: stm32: dcmipp: add bayer 10~14 bits formats
Alain Volmat
-0
/
+24
2024-12-12
media: stm32: dcmipp: add support for csi input into dcmipp-input
Alain Volmat
-24
/
+110
2024-12-12
media: stm32: dcmipp: rename dcmipp_parallel into dcmipp_input
Alain Volmat
-98
/
+98
2024-12-12
media: stm32: dcmipp: replace s_stream with enable/disable_streams
Alain Volmat
-115
/
+139
2024-12-12
media: stm32: dcmipp: use v4l2_subdev_is_streaming
Alain Volmat
-9
/
+2
2024-12-12
media: stm32: csi: addition of the STM32 CSI driver
Alain Volmat
-0
/
+1152
2024-12-12
media: stm32: dcmipp: correct dma_set_mask_and_coherent mask value
Alain Volmat
-1
/
+1
2024-10-28
media: platform: drop vb2_ops_wait_prepare/finish
Hans Verkuil
-10
/
+0
2024-10-12
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-3
/
+3
2024-07-03
media: stm32: dcmipp: correct error handling in dcmipp_create_subdevs
Alain Volmat
-2
/
+2
2024-06-27
Revert "media: stm32: dcmipp: correct error handling in dcmipp_create_subdevs"
Hans Verkuil
-1
/
+1
2024-06-27
media: stm32: dcmipp: correct error handling in dcmipp_create_subdevs
Alain Volmat
-1
/
+1
2024-05-03
media: stm32-dcmipp: Remove redundant printk
Ricardo Ribalda
-5
/
+2
2024-02-28
media: stm32-dcmipp: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2024-02-23
media: platform: replace of_graph_get_next_endpoint()
Kuninori Morimoto
-2
/
+2
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
-3
/
+3
[next]