linux/drivers/staging/media/omap4iss
Rasmus Villemoes c6e58110da [media] staging: omap4iss: Fix type of struct iss_device::crashed
The crashed member of struct iss_device is documented to be a bitmask,
but a bool doesn't hold that many (usable) bits. Lines 589 and 659 of
iss.c strongly suggest that "unsigned int" was meant (the same type as
struct iss_pipeline::entities). Currently, any crashed entity will be
blamed on index 0, which is unlikely to be what was intended.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-07-26 15:04:09 -03:00
..
Kconfig [media] v4l: omap4iss: tighten omap4iss dependencies 2014-07-17 16:19:53 -03:00
Makefile [media] v4l: omap4iss: Add support for OMAP4 camera interface - Build system 2013-12-03 17:43:58 -02:00
TODO [media] v4l: omap4iss: Add support for OMAP4 camera interface - Build system 2013-12-03 17:43:58 -02:00
iss.c [media] v4l: omap4iss: Use the devm_* managed allocators 2014-07-17 16:21:40 -03:00
iss.h [media] staging: omap4iss: Fix type of struct iss_device::crashed 2014-07-26 15:04:09 -03:00
iss_csi2.c [media] v4l: omap4iss: configuration using uninitialized variable 2014-07-26 12:27:33 -03:00
iss_csi2.h [media] v4l: omap4iss: csi2: Replace manual if statement with a subclk field 2013-12-11 09:04:39 -02:00
iss_csiphy.c [media] v4l: omap4iss: Convert hexadecimal constants to lower case 2013-12-11 07:00:51 -02:00
iss_csiphy.h [media] v4l: omap4iss: csi: Create and use register access functions 2013-12-11 07:00:00 -02:00
iss_ipipe.c [media] v4l: omap4iss: Enable/disabling the ISP interrupts globally 2013-12-11 07:03:33 -02:00
iss_ipipe.h [media] v4l: omap4iss: Add support for OMAP4 camera interface - IPIPE(IF) 2013-12-03 17:35:10 -02:00
iss_ipipeif.c [media] v4l: omap4iss: Enable/disabling the ISP interrupts globally 2013-12-11 07:03:33 -02:00
iss_ipipeif.h [media] v4l: omap4iss: Add support for OMAP4 camera interface - IPIPE(IF) 2013-12-03 17:35:10 -02:00
iss_regs.h [media] v4l: omap4iss: Convert hexadecimal constants to lower case 2013-12-11 07:00:51 -02:00
iss_resizer.c [media] v4l: omap4iss: resizer: Fix comment regarding bypass mode 2013-12-11 09:05:47 -02:00
iss_resizer.h [media] v4l: omap4iss: Add support for OMAP4 camera interface - Resizer 2013-12-03 17:37:59 -02:00
iss_video.c [media] v4l: omap4iss: Signal fatal errors to the vb2 queue 2014-07-17 16:22:41 -03:00
iss_video.h [media] omap4iss: Add missing white space 2014-05-23 12:01:05 -03:00