Krzysztof Kozlowski
dfadaccabf
[media] i2c: Drop owner assignment from i2c_driver
...
i2c_driver does not need to set an owner because i2c_register_driver()
will set it.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com >
2015-08-11 13:00:15 -03:00
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
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
Peter Senna Tschudin
3ea0a1d1eb
[media] drivers/media/i2c/tea6415c.c: removes unnecessary semicolon
...
removes unnecessary semicolon
Found by Coccinelle: http://coccinelle.lip6.fr/
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2012-09-23 17:04:38 -03: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