Hi Mauro, Here's the usual set of cleanups for the smiapp driver. Also included is a fix for CCDC block handling in the imap3isp driver that completes the previous fix. Please pull. The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/for-5.7-2-signed for you to fetch changes up to 0bc49fb661a2024b7dea91697496a303e458a7af: smiapp: Move definitions under driver directory (2020-02-19 12:18:24 +0200) ---------------------------------------------------------------- Smiapp driver patches for 5.7 ---------------------------------------------------------------- Sakari Ailus (7): omap3isp: Prevent enabling CCDC when stopping streaming smiapp: Simplify condition for choosing 8-bit access smiapp: Use unaligned get and put functions smiapp: Turn limit lookup into a function smiapp: Move SMIA limit reading up smiapp: Refactor reading SMIA limits smiapp: Move definitions under driver directory drivers/media/i2c/smiapp/smiapp-core.c | 259 +++++++++++++++--------------- drivers/media/i2c/smiapp/smiapp-reg.h | 4 + drivers/media/i2c/smiapp/smiapp-regs.c | 71 +++----- drivers/media/i2c/smiapp/smiapp.h | 44 ++++- drivers/media/platform/omap3isp/ispccdc.c | 4 + include/media/i2c/smiapp.h | 63 -------- 6 files changed, 200 insertions(+), 245 deletions(-) delete mode 100644 include/media/i2c/smiapp.h -- Sakari Ailus