index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-13
media: videobuf2: core: Rename min_buffers_needed field in vb2_queue
Benjamin Gaignard
6
-6
/
+6
2023-12-04
media: v4l2-subdev: Rename .init_cfg() operation to .init_state()
Laurent Pinchart
1
-3
/
+7
2023-11-23
media: v4l: subdev: Switch to stream-aware state functions
Sakari Ailus
7
-26
/
+18
2023-11-23
media: ti: omap3isp: Fix references to pad config
Laurent Pinchart
5
-28
/
+28
2023-11-23
media: ti: Stop direct calls to queue num_buffers field
Benjamin Gaignard
5
-10
/
+15
2023-10-12
media: ti: Add CSI2RX support for J721E
Jai Luthra
4
-0
/
+1174
2023-09-27
media: am437x: don't fill in bus_info
Hans Verkuil
1
-4
/
+0
2023-09-27
media: use sizeof() instead of V4L2_SUBDEV_NAME_SIZE
Hans Verkuil
1
-1
/
+1
2023-08-14
media: platform: ti: fix the return value handle for platform_get_irq()
Ruan Jinjie
2
-6
/
+2
2023-08-14
media: davinci: vpif_capture: fix error return code in vpif_probe()
Yang Yingliang
1
-0
/
+1
2023-08-10
media: v4l: async: Set v4l2_device and subdev in async notifier init
Sakari Ailus
4
-11
/
+12
2023-08-10
media: davinci: Init async notifier after registering V4L2 device
Sakari Ailus
1
-10
/
+9
2023-08-10
media: omap3isp: Initialise V4L2 async notifier later
Sakari Ailus
1
-7
/
+8
2023-08-10
media: am437x-vpfe: Register V4L2 device early
Sakari Ailus
1
-14
/
+13
2023-07-28
media: v4l: async: Obtain async connection based on sub-device
Sakari Ailus
5
-7
/
+38
2023-07-28
media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
Sakari Ailus
6
-14
/
+12
2023-07-28
media: omap3isp: Move link creation to bound callback
Sakari Ailus
1
-19
/
+19
2023-07-25
media: ti: cal: Implement get_frame_desc for camera-rx
Tomi Valkeinen
3
-47
/
+47
2023-07-25
media: ti: cal: Use subdev state
Tomi Valkeinen
3
-107
/
+53
2023-07-25
media: ti: cal: Fix cal_camerarx_create() error handling
Tomi Valkeinen
1
-10
/
+13
2023-07-25
media: ti: cal: Clean up mbus formats uses
Tomi Valkeinen
3
-32
/
+8
2023-07-19
media: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-07-19
media: platform: ti: Use devm_platform_get_and_ioremap_resource()
Yangtao Li
1
-2
/
+1
2023-07-14
media: platform: ti: am437x: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-04-12
media: Prefer designated initializers over memset for subdev pad ops
Laurent Pinchart
2
-11
/
+12
2023-04-12
media: Zero-initialize all structures passed to subdev pad operations
Laurent Pinchart
4
-32
/
+42
2023-04-11
media: vpe: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-11
media: isp: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-11
media: omap_vout: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-04-11
media: vpif_display: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-11
media: vpif_capture: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2023-04-11
media: vpif: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-11
media: cal: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-04-11
media: am437x-vpfe: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-02-26
Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
4
-16
/
+19
2023-02-08
media: ti: davinci: vpbe_display.c: return 0 instead of 'ret'.
Hans Verkuil
1
-1
/
+1
2023-02-08
media: davinci/vpif.c: drop unnecessary cast
Hans Verkuil
1
-1
/
+1
2023-02-06
media: ti/davinci: vpbe_venc: Drop empty platform remove function
Uwe Kleine-König
1
-6
/
+0
2023-02-06
media: ti/davinci: vpbe_osd: Drop empty platform remove function
Uwe Kleine-König
1
-6
/
+0
2023-02-06
media: ti: omap3isp: Use media_pipeline_for_each_entity()
Laurent Pinchart
1
-14
/
+6
2023-01-22
media: platform: ti: Add missing check for devm_regulator_get
Jiasheng Jiang
1
-0
/
+9
2023-01-22
media: ti: cal: fix possible memory leak in cal_ctx_create()
Gaosheng Cui
1
-1
/
+3
2023-01-12
media: davinci: remove vpbe support
Arnd Bergmann
9
-5673
/
+0
2022-12-07
media: Switch to use dev_err_probe() helper
Yang Yingliang
1
-2
/
+1
2022-09-24
media: drivers: use video_device_pipeline_alloc_start()
Tomi Valkeinen
2
-2
/
+1
2022-09-24
media: drivers: use video device pipeline start/stop
Tomi Valkeinen
2
-6
/
+6
2022-09-24
media: mc: entity: Add media_entity_pipeline() to access the media pipeline
Laurent Pinchart
3
-7
/
+11
2022-08-30
media: ti: cal: fix wdma irq for metadata
Tomi Valkeinen
1
-4
/
+27
2022-08-30
media: ti: cal: combine wdma irq handling
Tomi Valkeinen
1
-34
/
+25
2022-08-30
media: ti: cal: use CSI-2 frame number for seq number
Tomi Valkeinen
3
-3
/
+62
[next]