Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ab22e77cd3d3073c8cac51b59713ef635678dfbe
/
drivers
/
media
/
i2c
/
tvp514x.c
ab22e77
[media] media framework: rename pads init function to media_entity_pads_init()
by Mauro Carvalho Chehab
· 9 years ago
4ca72ef
[media] uapi/media.h: Rename entities types to functions
by Mauro Carvalho Chehab
· 9 years ago
1809510
[media] media: get rid of unused "extra_links" param on media_entity_init()
by Mauro Carvalho Chehab
· 9 years ago
b5dcee2
[media] include/media: split I2C headers from V4L2 core
by Mauro Carvalho Chehab
· 9 years ago
e5b40d2
[media] media/i2c/tvp514x: Remove compat control ops
by Ricardo Ribalda
· 10 years ago
da298c6
[media] v4l2: replace video op g_mbus_fmt by pad op get_fmt
by Hans Verkuil
· 10 years ago
ebcff5f
[media] v4l2: replace enum_mbus_fmt by enum_mbus_code
by Hans Verkuil
· 10 years ago
f723413
[media] v4l2-subdev: replace v4l2_subdev_fh by v4l2_subdev_pad_config
by Hans Verkuil
· 10 years ago
c3718de
[media] media: drop call to v4l2_device_unregister_subdev()
by Lad, Prabhakar
· 10 years ago
f5fe58f
[media] i2c: Make use of media_bus_format enum
by Boris BREZILLON
· 10 years ago
8774bed
[media] v4l: subdev: Move [gs]_std operation to video ops
by Laurent Pinchart
· 11 years ago
fd9fdb7
[media] of: move graph helpers from drivers/media/v4l2-core to drivers/of
by Philipp Zabel
· 11 years ago
098bcba
[media] tvp514x: Include linux/of.h header
by Sachin Kamat
· 11 years ago
8f23acb
[media] media: i2c: tvp514x: add support for asynchronous probing
by Lad, Prabhakar
· 12 years ago
f042ff6
[media] media: i2c: tvp514x: remove manual setting of subdev name
by Lad, Prabhakar
· 12 years ago
f0a12d0
[media] tvp514x: Fix init seqeunce
by Lars-Peter Clausen
· 12 years ago
b610b59
[media] media: i2c: tvp514x: add OF support
by Lad, Prabhakar
· 12 years ago
55852cb
[media] tvp514x: fix querystd
by Hans Verkuil
· 12 years ago
e127711
[media] media/i2c: remove g_chip_ident op
by Hans Verkuil
· 12 years ago
c7e3cc3
[media] tvp514x: Fix double free
by Laurent Pinchart
· 12 years ago
5b38b0f
[media] media: tvp514x: enable TVP514X for media controller based usage
by Manjunath Hadli
· 12 years ago
08754d3
[media] tvp514x: use devm_kzalloc() instead of kzalloc()
by Lad, Prabhakar
· 12 years ago
c389648
[media] tvp514x: s_routing should just change routing, not try to detect a signal
by Hans Verkuil
· 12 years ago
cb7a01a
[media] move i2c files into drivers/media/i2c
by Mauro Carvalho Chehab
· 12 years ago
[Renamed (99%) from drivers/media/video/tvp514x.c]
c6e8d86
[media] convert drivers/media/* to use module_i2c_driver()
by Axel Lin
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
7a707b8
drivers/media: Add module.h to all files using it implicitly
by Paul Gortmaker
· 14 years ago
cf6832a
[media] tvp514x: use the control framework
by Hans Verkuil
· 14 years ago
8f56aaa
V4L/DVB: tvp514x: remove obsolete enum/try/s/g_fmt
by Hans Verkuil
· 15 years ago
8381191
V4L/DVB: tvp514x: add support for enum/g/try/s_mbus_fmt
by Hans Verkuil
· 15 years ago
283d637
V4L/DVB: tvp514x: simplify try/g/s_fmt handling
by Hans Verkuil
· 15 years ago
f1a4435
V4L/DVB: tvp514x: remove obsolete fmt_list
by Hans Verkuil
· 15 years ago
3907b07
V4L/DVB: tvp514x: add missing newlines
by Hans Verkuil
· 15 years ago
c2fc809
V4L/DVB: tvp514x: there is only one supported format, so simplify the code
by Hans Verkuil
· 15 years ago
a75ffc1
V4L/DVB: tvp514x: make std_list const
by Hans Verkuil
· 15 years ago
2db4e78
V4L/DVB: tvp514x: do NOT change the std as a side effect
by Hans Verkuil
· 15 years ago
63b59ce
V4L/DVB: V4L: tvp514x: Add Powerup sequence during s_input to lock the signal properly
by Vaibhav Hiremath
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
6f901a9
V4L/DVB (13292): tvp514x: recognize the error case in tvp514x_read_reg()
by Sebastian Andrzej Siewior
· 15 years ago
c1c9d09
V4L/DVB (12247): tvp514x: formatting comments as per kernel documentation
by Muralidharan Karicheri
· 16 years ago
62ef80a
V4L/DVB (12246): tvp514x: Migration to sub-device framework
by Muralidharan Karicheri
· 16 years ago
76b0811
V4L/DVB (11961): tvp514x: try_count off by one
by Roel Kluin
· 16 years ago
10afbef
V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_std
by Hans Verkuil
· 16 years ago
6722e0e
V4L/DVB (10655): tvp514x: make the module aware of rich people
by Sebastian Andrzej Siewior
· 16 years ago
320a464
V4L/DVB (10629): tvp514x: try_count reaches 0, not -1
by Roel Kluin
· 16 years ago
0c37dd7a
V4L/DVB (10202): [PATCH] v4l/tvp514x: Don't write after line end
by Sebastian Andrzej Siewior
· 16 years ago
07b1747
V4L/DVB (9817): v4l: add new tvp514x I2C video decoder driver
by Vaibhav Hiremath
· 16 years ago