index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
watchdog.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-02
[media] media: am437x-vpfe: embed video_device struct in vpfe_device
Lad, Prabhakar
2
-16
/
+7
2015-04-02
[media] media: am437x-vpfe: return error in case memory allocation failure
Lad, Prabhakar
1
-0
/
+6
2015-04-02
[media] media: am437x-vpfe: match the OF node/i2c addr instead of name
Lad, Prabhakar
2
-17
/
+11
2015-04-02
[media] drivers: media: platform: vivid: Fix possible null derefrence
Tapasweni Pathak
1
-1
/
+3
2015-04-02
[media] am437x: include linux/videodev2.h for expanding BASE_VIDIOC_PRIVATE
Masatake YAMATO
1
-0
/
+2
2015-04-02
[media] vb2: check if vb2_fop_write/read is allowed
Hans Verkuil
1
-0
/
+4
2015-04-02
[media] media: am437x: Don't release OF node reference twice
Laurent Pinchart
1
-2
/
+3
2015-04-02
[media] uvcvideo: Validate index during step-wise frame intervals enumeration
Laurent Pinchart
1
-0
/
+3
2015-04-02
[media] uvcvideo: Recognize the Tasco USB microscope
Laurent Pinchart
1
-0
/
+8
2015-04-02
[media] uvcvideo: Don't call vb2 mmap and get_unmapped_area with queue lock held
Laurent Pinchart
1
-13
/
+2
2015-04-02
[media] smiapp: Make pixel_order_str static
Sakari Ailus
1
-1
/
+1
2015-04-02
[media] smiapp: Use of_property_read_u64_array() to read a 64-bit number array
Sakari Ailus
1
-19
/
+5
2015-04-02
[media] Revert "[media] smiapp: Don't compile of_read_number() if CONFIG_OF i...
Sakari Ailus
1
-4
/
+0
2015-04-02
[media] media: s5p-mfc: fix broken pointer cast on 64bit arch
Marek Szyprowski
3
-7
/
+7
2015-04-02
[media] media: s5p-mfc: fix mmap support for 64bit arch
Marek Szyprowski
1
-1
/
+1
2015-04-02
[media] omap3isp: Deprecate platform data support
Sakari Ailus
1
-0
/
+2
2015-04-02
[media] omap3isp: Add support for the Device Tree
Sakari Ailus
3
-12
/
+224
2015-04-02
[media] v4l: of: Read lane-polarities endpoint property
Sakari Ailus
2
-9
/
+35
2015-04-02
[media] dt: bindings: Add lane-polarity property to endpoint nodes
Sakari Ailus
1
-0
/
+6
2015-04-02
[media] omap3isp: Replace many MMIO regions by two
Sakari Ailus
4
-153
/
+66
2015-04-02
[media] omap3isp: Move the syscon register out of the ISP register maps
Sakari Ailus
5
-27
/
+43
2015-04-02
[media] omap3isp: Replace mmio_base_phys array with the histogram block base
Sakari Ailus
3
-6
/
+6
2015-04-02
[media] omap3isp: Calculate vpclk_div for CSI-2
Sakari Ailus
2
-3
/
+7
2015-04-02
[media] omap3isp: Rename regulators to better suit the Device Tree
Sakari Ailus
1
-2
/
+2
2015-04-02
[media] omap3isp: Refactor device configuration structs for Device Tree
Sakari Ailus
8
-137
/
+119
2015-04-02
[media] omap3isp: Platform data could be NULL
Sakari Ailus
2
-9
/
+7
2015-04-02
[media] omap3isp: DT support for clocks
Laurent Pinchart
1
-0
/
+25
2015-04-02
[media] omap3isp: Separate external link creation from platform data parsing
Sakari Ailus
1
-71
/
+72
2015-04-02
[media] omap3isp: Avoid a BUG_ON() in media_entity_create_link()
Sakari Ailus
1
-0
/
+13
2015-04-02
[media] omap3isp: Fix error handling in probe
Sakari Ailus
1
-1
/
+1
2015-04-02
[media] media: omap3isp: hist: Move histogram DMA to DMA engine
Laurent Pinchart
5
-57
/
+80
2015-04-02
[media] media: omap3isp: video: Use v4l2_get_timestamp()
Laurent Pinchart
1
-4
/
+1
2015-04-02
[media] media: omap3isp: video: drop setting of vb2 buffer state to VB2_BUF_S...
Lad, Prabhakar
1
-1
/
+0
2015-04-02
[media] media: omap3isp: video: Don't call vb2 mmap with queue lock held
Laurent Pinchart
1
-7
/
+1
2015-04-01
[media] mn88472: One function call less in mn88472_init() after error detection
Markus Elfring
1
-5
/
+5
2015-04-01
[media] mn88472: Deletion of an unnecessary check before the function call "r...
Markus Elfring
1
-2
/
+1
2015-04-01
[media] si2157: extend frequency range for ATSC
Olli Salonen
1
-1
/
+1
2015-03-23
[media] v4l2-subdev: remove enum_framesizes/intervals
Hans Verkuil
1
-2
/
+0
2015-03-23
[media] v4l2-subdev: add support for the new enum_frame_interval 'which' field
Hans Verkuil
4
-29
/
+101
2015-03-23
[media] DocBook media: document the new 'which' field
Hans Verkuil
3
-11
/
+26
2015-03-23
[media] v4l2-subdev: add support for the new enum_frame_size 'which' field
Hans Verkuil
21
-46
/
+63
2015-03-23
[media] v4l2-subdev: support new 'which' field in enum_mbus_code
Hans Verkuil
13
-13
/
+24
2015-03-23
[media] v4l2-subdev.c: add 'which' checks for enum ops
Hans Verkuil
1
-0
/
+12
2015-03-23
[media] v4l2-subdev.h: add 'which' field for the enum structs
Hans Verkuil
1
-3
/
+9
2015-03-23
[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config
Hans Verkuil
48
-797
/
+813
2015-03-03
[media] mn88473: simplify bandwidth registers setting code
Benjamin Larsson
1
-21
/
+6
2015-03-03
[media] mn88473: calculate the IF register values
Benjamin Larsson
3
-15
/
+18
2015-03-03
[media] media: adv7604: improve usage of gpiod API
Uwe Kleine-König
1
-10
/
+6
2015-03-03
[media] cx18: Fix bytes_per_line
Simon Farnsworth
2
-3
/
+7
2015-03-03
[media] media: omap/omap_vout: fix type of input members to omap_vout_setup_v...
Lad, Prabhakar
3
-3
/
+4
[next]