Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6c0d112f1fb4abba724065daa8ffbc9f0e171dc1
/
drivers
/
media
/
i2c
1fdead8
[media] m5mols: Add missing #include <linux/sizes.h>
by Sylwester Nawrocki
· 12 years ago
c2c1b41
[media] drivers/media: Remove unnecessary semicolon
by Peter Senna Tschudin
· 12 years ago
a52eb6c
[media] ov2640: select sensor register bank before applying h/v-flip settings
by Frank Schäfer
· 12 years ago
c389648
[media] tvp514x: s_routing should just change routing, not try to detect a signal
by Hans Verkuil
· 12 years ago
b28d701
[media] media: mt9p031/mt9t001/mt9v032: use V4L2_CID_TEST_PATTERN for test pattern control
by Lad, Prabhakar
· 12 years ago
ab7ef22
[media] m5mols: Implement .get_frame_desc subdev callback
by Sylwester Nawrocki
· 12 years ago
ad7dcb3
[media] ths7303: enable THS7303 for HD modes
by Manjunath Hadli
· 12 years ago
94c15b5
[media] s5k6aa: Fix possible NULL pointer dereference
by Sylwester Nawrocki
· 12 years ago
5565a2a
[media] m5mols: Protect driver data with a mutex
by Sylwester Nawrocki
· 12 years ago
05fb4da
[media] m5mols: Remove unneeded control ops assignments
by Sylwester Nawrocki
· 12 years ago
30634e8
[media] sliced vbi: subdevs shouldn't clear the full v4l2_sliced_vbi_format struct
by Hans Verkuil
· 12 years ago
e169c9b
[media] m5mols: Fix cast warnings from m5mols_[set/get]_ctrl_mode
by Sylwester Nawrocki
· 12 years ago
9064cb5
[media] m5mols: Add missing free_irq() on error path
by Sylwester Nawrocki
· 12 years ago
1215af4
[media] msp3400: convert struct i2c_msg initialization to C99 format
by Shubhrajyoti D
· 12 years ago
752d283
[media] tvaudio: convert struct i2c_msg initialization to C99 format
by Shubhrajyoti D
· 12 years ago
2a9d247
[media] ks0127: convert struct i2c_msg initialization to C99 format
by Shubhrajyoti D
· 12 years ago
6a3ca5f
[media] tvaudio: add back lost tda9875 copyright
by Hans Verkuil
· 12 years ago
eba66b3
[media] smiapp: Provide module identification information through sysfs
by Sakari Ailus
· 12 years ago
f67e157
[media] smiapp: Use highest bits-per-pixel for sensor internal format
by Sakari Ailus
· 12 years ago
53102d2
[media] smiapp: Remove unused function
by Sachin Kamat
· 12 years ago
31c1d17
[media] smiapp: Use devm_* functions in smiapp-core.c file
by Sachin Kamat
· 12 years ago
8b99312
[media] Add v4l2 subdev driver for S5K4ECGX sensor
by Sangwook Lee
· 12 years ago
4f99659
[media] v4l2: make vidioc_s_crop const
by Hans Verkuil
· 12 years ago
2cca7d4
[media] v4l2: remove experimental tag from a number of old drivers
by Hans Verkuil
· 12 years ago
3ea0a1d
[media] drivers/media/i2c/tea6415c.c: removes unnecessary semicolon
by Peter Senna Tschudin
· 12 years ago
612cd9e
[media] mt9m032.c: introduce missing initialization
by Julia Lawall
· 12 years ago
b25b895
[media] m5mols: introduce missing initialization
by Julia Lawall
· 12 years ago
5266c98
[media] mt9p031: Fix horizontal and vertical blanking configuration
by Laurent Pinchart
· 12 years ago
9ec670e
[media] mt9v032: Export horizontal and vertical blanking as V4L2 controls
by Laurent Pinchart
· 12 years ago
e9a50e4
[media] mt9v032: Provide link frequency control
by Laurent Pinchart
· 12 years ago
41a33a0
[media] mt9v032: Provide pixel rate control
by Sakari Ailus
· 13 years ago
117a55b
[media] ad9389b: driver for the Analog Devices AD9389B video encoder
by Hans Verkuil
· 12 years ago
54450f5
[media] adv7604: driver for the Analog Devices ADV7604 video decoder
by Hans Verkuil
· 12 years ago
e9d2f05
[media] Add missing help for some menuconfig items
by Mauro Carvalho Chehab
· 12 years ago
fccea74
[media] Kconfig: merge all customise options into just one
by Mauro Carvalho Chehab
· 12 years ago
b633446
[media] Cleanup media Kconfig files
by Mauro Carvalho Chehab
· 12 years ago
7ba2f84
sh_mobile_csi2: move it to the right place
by Mauro Carvalho Chehab
· 12 years ago
c078ac1
[media] mt9v022: Add support for mt9v024
by Alex Gershgorin
· 12 years ago
dc5d598
[media] ov772x: Stop sensor readout right after reset
by Laurent Pinchart
· 12 years ago
4ead963
[media] ov772x: Compute window size registers at runtime
by Laurent Pinchart
· 12 years ago
f223d5b
[media] ov772x: Add support for SBGGR10 format
by Laurent Pinchart
· 12 years ago
4a7b76f
[media] ov772x: Add ov772x_read() and ov772x_write() functions
by Laurent Pinchart
· 12 years ago
47de502
[media] ov772x: Make to_ov772x convert from v4l2_subdev to ov772x_priv
by Laurent Pinchart
· 12 years ago
9f717e9
[media] ov772x: try_fmt must not default to the current format
by Laurent Pinchart
· 12 years ago
69c80dc
[media] ov772x: Don't fail in s_fmt if the requested format isn't supported
by Laurent Pinchart
· 12 years ago
ca9ef7f
[media] ov772x: Select the default format at probe time
by Laurent Pinchart
· 12 years ago
edff996
[media] ov772x: Fix memory leak in probe error path
by Laurent Pinchart
· 12 years ago
4bbc6d5
[media] soc-camera: Push probe-time power management to drivers
by Laurent Pinchart
· 12 years ago
4ec10ba
[media] soc-camera: Add and use soc_camera_power_[on|off]() helper functions
by Laurent Pinchart
· 12 years ago
2c3fb08
[media] rename drivers/media/video as .../platform
by Mauro Carvalho Chehab
· 12 years ago
2a2d1cf
[media] move soc_camera i2c drivers into its own dir
by Mauro Carvalho Chehab
· 12 years ago
cb7a01a
[media] move i2c files into drivers/media/i2c
by Mauro Carvalho Chehab
· 12 years ago