index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
omap3isp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] v4l: omap3isp: Use media entity enumeration interface
Sakari Ailus
2016-01-11
5
-19
/
+33
*
[media] v4l: omap3isp: Use the new media graph walk interface
Sakari Ailus
2016-01-11
4
-27
/
+61
*
[media] media-device: split media initialization and registration
Javier Martinez Canillas
2016-01-11
1
-7
/
+7
*
[media] omap3isp: consistently use v4l2_dev var in complete notifier
Javier Martinez Canillas
2016-01-11
1
-1
/
+1
*
[media] omap3isp: rename single labels to just error
Javier Martinez Canillas
2016-01-11
2
-4
/
+4
*
[media] omap3isp: remove pads prefix from isp_create_pads_links()
Javier Martinez Canillas
2016-01-11
1
-4
/
+8
*
[media] omap3isp: remove per ISP module link creation functions
Javier Martinez Canillas
2016-01-11
11
-108
/
+35
*
[media] media: use unsigned for pad index
Mauro Carvalho Chehab
2016-01-11
5
-5
/
+5
*
[media] media framework: rename pads init function to media_entity_pads_init()
Mauro Carvalho Chehab
2016-01-11
7
-7
/
+7
*
[media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuse
Mauro Carvalho Chehab
2016-01-11
5
-21
/
+46
*
[media] media: use macros to check for V4L2 subdev entities
Mauro Carvalho Chehab
2016-01-11
2
-12
/
+9
*
[media] omap3isp: create links after all subdevs have been bound
Javier Martinez Canillas
2016-01-11
1
-8
/
+15
*
[media] omap3isp: separate links creation from entities init
Javier Martinez Canillas
2016-01-11
11
-104
/
+185
*
[media] media: use entity.graph_obj.mdev instead of .parent
Javier Martinez Canillas
2016-01-11
2
-3
/
+3
*
[media] media: rename the function that create pad links
Mauro Carvalho Chehab
2016-01-11
6
-16
/
+16
*
[media] omap3isp: get entity ID using media_entity_id()
Javier Martinez Canillas
2016-01-11
3
-6
/
+11
*
[media] media: get rid of unused "extra_links" param on media_entity_init()
Mauro Carvalho Chehab
2016-01-11
7
-7
/
+7
*
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
2015-12-18
1
-1
/
+1
*
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
2015-12-18
1
-1
/
+0
*
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
2015-10-20
1
-1
/
+1
*
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
2015-10-01
2
-12
/
+15
*
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
2015-10-01
1
-1
/
+1
*
[media] use v4l2_get_timestamp where possible
Arnd Bergmann
2015-10-01
2
-4
/
+3
*
[media] v4l: omap3isp: Drop platform data support
Laurent Pinchart
2015-08-16
5
-126
/
+157
*
[media] v4l: omap3isp: Fix sub-device power management code
Sakari Ailus
2015-07-06
1
-2
/
+2
*
[media] v4l: omap3isp: Fix async notifier registration order
Sakari Ailus
2015-07-06
1
-10
/
+13
*
[media] omap3isp: remove unused var
Mauro Carvalho Chehab
2015-06-24
1
-4
/
+0
*
[media] media: omap3isp: remove unused clkdev
Russell King
2015-04-10
2
-25
/
+0
*
[media] omap3isp: Deprecate platform data support
Sakari Ailus
2015-04-02
1
-0
/
+2
*
[media] omap3isp: Add support for the Device Tree
Sakari Ailus
2015-04-02
3
-12
/
+224
*
[media] omap3isp: Replace many MMIO regions by two
Sakari Ailus
2015-04-02
2
-57
/
+60
*
[media] omap3isp: Move the syscon register out of the ISP register maps
Sakari Ailus
2015-04-02
3
-17
/
+42
*
[media] omap3isp: Replace mmio_base_phys array with the histogram block base
Sakari Ailus
2015-04-02
3
-6
/
+6
*
[media] omap3isp: Calculate vpclk_div for CSI-2
Sakari Ailus
2015-04-02
1
-1
/
+7
*
[media] omap3isp: Rename regulators to better suit the Device Tree
Sakari Ailus
2015-04-02
1
-2
/
+2
*
[media] omap3isp: Refactor device configuration structs for Device Tree
Sakari Ailus
2015-04-02
6
-84
/
+81
*
[media] omap3isp: Platform data could be NULL
Sakari Ailus
2015-04-02
2
-9
/
+7
*
[media] omap3isp: DT support for clocks
Laurent Pinchart
2015-04-02
1
-0
/
+25
*
[media] omap3isp: Separate external link creation from platform data parsing
Sakari Ailus
2015-04-02
1
-71
/
+72
*
[media] omap3isp: Avoid a BUG_ON() in media_entity_create_link()
Sakari Ailus
2015-04-02
1
-0
/
+13
*
[media] omap3isp: Fix error handling in probe
Sakari Ailus
2015-04-02
1
-1
/
+1
*
[media] media: omap3isp: hist: Move histogram DMA to DMA engine
Laurent Pinchart
2015-04-02
5
-57
/
+80
*
[media] media: omap3isp: video: Use v4l2_get_timestamp()
Laurent Pinchart
2015-04-02
1
-4
/
+1
*
[media] media: omap3isp: video: drop setting of vb2 buffer state to VB2_BUF_S...
Lad, Prabhakar
2015-04-02
1
-1
/
+0
*
[media] media: omap3isp: video: Don't call vb2 mmap with queue lock held
Laurent Pinchart
2015-04-02
1
-7
/
+1
*
[media] v4l2-subdev: add support for the new enum_frame_size 'which' field
Hans Verkuil
2015-03-23
5
-10
/
+10
*
[media] v4l2-subdev: support new 'which' field in enum_mbus_code
Hans Verkuil
2015-03-23
4
-5
/
+5
*
[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config
Hans Verkuil
2015-03-23
5
-157
/
+157
*
Merge tag 'v3.19-rc6' into patchwork
Mauro Carvalho Chehab
2015-01-27
1
-2
/
+5
|
\
|
*
Merge tag 'media/v3.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2015-01-24
1
-2
/
+5
|
|
\
[next]