Hi Mauro, Here are the warning fixes for the ImgU driver. There's also a patch dropping support for page sizes other than 4 kiB --- the hardware doesn't have that either. Please pull. The following changes since commit 2c41cc0be07b5ee2f1167f41cd8a86fc5b53d82c: media: venus: firmware: fix leaked of_node references (2019-05-24 09:03:06 -0400) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git tags/ipu3-warn-5.3-1-signed for you to fetch changes up to 2d6220de348248e68c8f5045e3060ca212d6e70f: staging: imgu: Drop support for other page sizes (2019-05-29 13:42:57 +0300) ---------------------------------------------------------------- ipu3 warning fixes ---------------------------------------------------------------- Sakari Ailus (5): staging: imgu: Address a compiler warning on alignment staging: imgu: Remove redundant checks staging: imgu: Address compiler / checker warnings in MMU code Revert "media: ipu3: shut up warnings produced with W=1" staging: imgu: Drop support for other page sizes drivers/staging/media/ipu3/Makefile | 6 -- drivers/staging/media/ipu3/TODO | 2 - drivers/staging/media/ipu3/include/intel-ipu3.h | 2 +- drivers/staging/media/ipu3/ipu3-css-fw.c | 6 +- drivers/staging/media/ipu3/ipu3-dmamap.c | 15 +-- drivers/staging/media/ipu3/ipu3-mmu.c | 125 ++++++++++-------------- drivers/staging/media/ipu3/ipu3-mmu.h | 5 +- 7 files changed, 59 insertions(+), 102 deletions(-) -- Kind regards, Sakari Ailus