Hi Mauro, Here are some CCS and rcar driver fixes for 5.11. Also change the name of a function added in this cycle to avoid reworking drivers using the old name. Please pull. The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e: Linux 5.11-rc1 (2020-12-27 15:30:22 -0800) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/fixes-5.11-1-signed for you to fetch changes up to a17c19ac4a062c51d0d5654b6c45619bd70b0d6f: v4l: common: Fix naming of v4l2_get_link_rate (2021-01-04 13:49:04 +0200) ---------------------------------------------------------------- V4L2 fixes for 5.11 ---------------------------------------------------------------- Colin Ian King (1): media: rcar-vin: fix return, use ret instead of zero Sakari Ailus (3): ccs-pll: Fix link frequency for C-PHY ccs: Get static data version minor correctly v4l: common: Fix naming of v4l2_get_link_rate drivers/media/i2c/ccs-pll.c | 8 +------- drivers/media/i2c/ccs/ccs-data.c | 2 +- drivers/media/pci/intel/ipu3/ipu3-cio2.c | 2 +- drivers/media/platform/rcar-vin/rcar-core.c | 2 +- drivers/media/v4l2-core/v4l2-common.c | 4 ++-- include/media/v4l2-common.h | 4 ++-- 6 files changed, 8 insertions(+), 14 deletions(-) -- Sakari Ailus