Linus Torvalds
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
...
This was entirely automated, using the script by Al:
PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>'
sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \
$(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h)
to do the replacement at the end of the merge window.
Requested-by: Al Viro <viro@zeniv.linux.org.uk >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2016-12-24 11:46:01 -08:00
Hans Verkuil
743eb09f4c
[media] media/i2c: drop the last users of the ctrl core ops
...
Nobody is using these ops anymore, so remove these callbacks from
the subdev drivers that still have them.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Cc: Andy Walls <awalls@md.metrocast.net >
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com >
2016-07-12 11:17:19 -03:00
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
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