Hi Iwamatsu-san, Thank you for the patches. On Wednesday 07 January 2015 16:37:53 Nobuhiro Iwamatsu wrote: > LNEE bit in VI6_DISP_IRQ_ENB register are from the 0 bit to 4 bit. > This fixes bit position specified by VI6_DISP_IRQ_ENB_LNEE. > > Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@xxxxxxxxxxx> For the whole series, Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> I've applied the patches to my tree. > --- > drivers/media/platform/vsp1/vsp1_regs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/media/platform/vsp1/vsp1_regs.h > b/drivers/media/platform/vsp1/vsp1_regs.h index 55f163d..79d4063 100644 > --- a/drivers/media/platform/vsp1/vsp1_regs.h > +++ b/drivers/media/platform/vsp1/vsp1_regs.h > @@ -43,7 +43,7 @@ > #define VI6_DISP_IRQ_ENB 0x0078 > #define VI6_DISP_IRQ_ENB_DSTE (1 << 8) > #define VI6_DISP_IRQ_ENB_MAEE (1 << 5) > -#define VI6_DISP_IRQ_ENB_LNEE(n) (1 << ((n) + 4)) > +#define VI6_DISP_IRQ_ENB_LNEE(n) (1 << (n)) > > #define VI6_DISP_IRQ_STA 0x007c > #define VI6_DISP_IRQ_STA_DSE (1 << 8) -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html