Hans Verkuil
e12771100c
[media] media/i2c: remove g_chip_ident op
...
This is no longer needed since the core now handles this through DBG_G_CHIP_INFO.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2013-06-17 08:52:10 -03:00
Vladimir Barinov
cccb83f7a1
[media] adv7180: add more subdev video ops
...
Add subdev video ops for ADV7180 video decoder. This makes decoder usable on
the soc-camera drivers.
[Sergei: renamed adv7180_try_mbus_fmt() to adv7180_mbus_fmt().]
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com >
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com >
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2013-06-13 11:36:21 -03:00
Lars-Peter Clausen
cc1088dc0b
[media] media:adv7180: Use dev_pm_ops
...
Use dev_pm_ops instead of the deprecated legacy suspend/resume callbacks.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de >
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2013-05-21 08:10:35 -03:00
Laurent Pinchart
c02b211df6
[media] media: i2c: Convert to devm_kzalloc()
...
Using the managed function the kfree() calls can be removed from the
probe error path and the remove handler.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com >
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com >
Acked-by: Lad, Prabhakar <prabhakar.csengg@gmail.com >
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com >
Reviewed-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2013-05-21 07:52:15 -03:00
Vladimir Barinov
b294a19214
[media] adv7180: fix querystd() method for no input signal
...
When the input signal is not detected querystd() method should return
V4L2_STD_UNKNOWN instead of previously latched analog video standard.
Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com >
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com >
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2013-04-14 20:05:05 -03:00
Federico Vaga
9f3b935bfd
[media] adv7180: remove {query/g_/s_}ctrl
...
All drivers which use this subdevice use also the control framework.
The v4l2_subdev_core_ops operations {query/g_/s_}ctrl are useless because
device drivers will inherit controls from this subdevice.
Signed-off-by: Federico Vaga <federico.vaga@gmail.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2013-02-06 14:17:57 -02:00
Greg Kroah-Hartman
4c62e9764a
Drivers: media: remove __dev* attributes.
...
CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
markings need to be removed.
This change removes the use of __devinit, __devexit_p, __devinitdata,
__devinitconst, and __devexit from these drivers.
Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.
Cc: Bill Pemberton <wfp5p@virginia.edu >
Cc: Mauro Carvalho Chehab <mchehab@redhat.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2013-01-03 15:57:02 -08:00
Mauro Carvalho Chehab
cb7a01ac32
[media] move i2c files into drivers/media/i2c
...
Move ancillary I2C drivers into drivers/media/i2c, in order to
better organize them.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2012-08-15 16:42:14 -03:00