index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti-vpe
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: replace strncpy() by strscpy()
Mauro Carvalho Chehab
2019-03-29
1
-3
/
+3
*
media: ti-vpe: Parse local endpoint for properties, not the remote one
Sakari Ailus
2019-03-20
1
-10
/
+2
*
media: a few more typos at staging, pci, platform, radio and usb
Mauro Carvalho Chehab
2019-03-01
1
-1
/
+1
*
media: platform: fix several typos
Mauro Carvalho Chehab
2019-03-01
2
-8
/
+8
*
media: Use of_node_name_eq for node name comparisons
Rob Herring
2018-12-07
1
-2
/
+2
*
media: v4l: mediabus: Recognise CSI-2 D-PHY and C-PHY
Sakari Ailus
2018-10-04
1
-1
/
+1
*
media: platform: Switch to v4l2_async_notifier_add_subdev
Steve Longerbeam
2018-10-04
1
-4
/
+29
*
media: platform: remove redundant null pointer check before of_node_put
zhong jiang
2018-09-24
1
-8
/
+4
*
media: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-09-12
1
-4
/
+4
*
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
2018-09-11
1
-3
/
+3
*
media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlock
Ezequiel Garcia
2018-06-28
1
-19
/
+0
*
media: ti-vpe: Remove surplus name initialization
Anton Leontiev
2018-06-28
1
-1
/
+0
*
media: v4l2-async: simplify v4l2_async_subdev structure
Mauro Carvalho Chehab
2017-12-29
1
-1
/
+1
*
media: drivers: media: remove duplicate includes
Pravin Shedge
2017-12-13
1
-3
/
+0
*
media: drivers: remove "/**" from non-kernel-doc comments
Mauro Carvalho Chehab
2017-11-30
1
-1
/
+1
*
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-11-16
1
-2
/
+6
|
\
|
*
media: v4l: async: Move async subdev notifier operations to a separate structure
Laurent Pinchart
2017-10-31
1
-2
/
+6
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
media: platform: make video_device const
Bhumika Goyal
2017-08-27
2
-2
/
+2
*
media: ti-vpe: vpe: constify v4l2_m2m_ops structures
Julia Lawall
2017-08-20
1
-1
/
+1
*
media: ti-vpe: cal: use of_graph_get_remote_endpoint()
Kuninori Morimoto
2017-08-08
1
-1
/
+1
*
[media] v4l: Switch from V4L2 OF not V4L2 fwnode API
Sakari Ailus
2017-06-06
1
-7
/
+8
*
[media] media: ti-vpe: vpe: allow use of user specified stride
Benoit Parrot
2017-03-03
1
-8
/
+20
*
[media] media: ti-vpe: vpdma: add support for user specified stride
Benoit Parrot
2017-03-03
3
-15
/
+11
*
[media] media: ti-vpe: vpdma: fix a timeout loop
Dan Carpenter
2017-02-03
1
-1
/
+1
*
[media] ti-vpe: get rid of some smatch warnings
Mauro Carvalho Chehab
2016-11-22
1
-3
/
+15
*
[media] vpdma: remove vpdma_enable_list_notify_irq()
Mauro Carvalho Chehab
2016-11-22
1
-16
/
+0
*
[media] media: ti-vpe: vpe: Add proper support single and multi-plane buffer
Benoit Parrot
2016-11-22
1
-10
/
+48
*
[media] media: ti-vpe: csc: Add debug support for multi-instance
Benoit Parrot
2016-11-22
1
-0
/
+2
*
[media] media: ti-vpe: Make colorspace converter library into its own module
Benoit Parrot
2016-11-22
4
-6
/
+18
*
[media] media: ti-vpe: vpdma: Add RAW8 and RAW16 data types
Benoit Parrot
2016-11-22
2
-0
/
+29
*
[media] media: ti-vpe: vpe: Make sure frame size dont exceed scaler capacity
Benoit Parrot
2016-11-22
2
-17
/
+60
*
[media] media: ti-vpe: scaler: Add debug support for multi-instance
Benoit Parrot
2016-11-22
1
-0
/
+2
*
[media] media: ti-vpe: Make scaler library into its own module
Benoit Parrot
2016-11-22
4
-6
/
+19
*
[media] media: ti-vpe: vpe: Enable DMABUF export
Benoit Parrot
2016-11-22
1
-0
/
+1
*
[media] media: ti-vpe: vpe: Fix line stride for output motion vector
Nikhil Devshatwar
2016-11-22
1
-0
/
+1
*
[media] media: ti-vpe: vpdma: Use bidirectional cached buffers
Nikhil Devshatwar
2016-11-22
1
-2
/
+3
*
[media] media: ti-vpe: vpdma: Fix race condition for firmware loading
Nikhil Devshatwar
2016-11-22
3
-17
/
+10
*
[media] media: ti-vpe: vpe: Fix vb2 buffer cleanup
Benoit Parrot
2016-11-22
1
-2
/
+60
*
[media] media: ti-vpe: sc: Fix incorrect optimization
Nikhil Devshatwar
2016-11-22
2
-12
/
+0
*
[media] media: ti-vpe: vpdma: RGB data type yield inverted data
Benoit Parrot
2016-11-22
1
-20
/
+29
*
[media] media: ti-vpe: vpdma: Corrected YUV422 data type label
Benoit Parrot
2016-11-22
4
-13
/
+38
*
[media] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint
Benoit Parrot
2016-11-22
1
-0
/
+1
*
[media] media: ti-vpe: vpdma: allocate and maintain hwlist
Nikhil Devshatwar
2016-11-22
2
-0
/
+53
*
[media] media: ti-vpe: vpe: Add RGB565 and RGB5551 support
Nikhil Devshatwar
2016-11-22
1
-2
/
+20
*
[media] media: ti-vpe: vpe: Post next descriptor only for list complete IRQ
Nikhil Devshatwar
2016-11-22
1
-0
/
+9
*
[media] media: ti-vpe: vpe: Setup srcdst parameters in start_streaming
Nikhil Devshatwar
2016-11-22
1
-0
/
+4
*
[media] media: ti-vpe: vpe: configure line mode separately
Nikhil Devshatwar
2016-11-22
1
-8
/
+17
*
[media] media: ti-vpe: vpdma: Clear IRQs for individual lists
Nikhil Devshatwar
2016-11-22
3
-5
/
+6
*
[media] media: ti-vpe: vpdma: Make list post atomic operation
Nikhil Devshatwar
2016-11-22
2
-0
/
+5
[next]