The following changes since commit e30cc79cc80fd919b697a15c5000d9f57487de8e: media: media-request: Fix crash if memory allocation fails (2020-06-23 15:19:37 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.9d for you to fetch changes up to b575b09dfe0f78a542623deae3705a3aa77033e3: media: vsp1: dl: Fix NULL pointer dereference on unbind (2020-06-24 17:12:42 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Andrey Konovalov (1): media: camss: use proper media entity function for subdevices Chen Zhou (1): media: coda: jpeg: add NULL check after kmalloc Colin Ian King (1): media: cx231xx: remove redundant assignment to variable err Dafna Hirschfeld (1): media: staging: rkisp1: cap: remove support of BGR666 format Dan Carpenter (1): firewire: Using uninitialized values in node_probe() Eizan Miyamoto (5): mtk-mdp: remove mtk_mdp_comp.regs from mtk_mdp_comp.h mtk-mdp: handle vb2_dma_contig_set_max_seg_size errors during probe mtk-mdp: handle vpu_wdt_reg_handler() errors during probe mtk-mdp: convert mtk_mdp_dev.comp array to list mtk-mdp: Remove mtk_mdp_comp.id and supporting functionality Eugen Hristev (1): media: atmel: atmel-sama5d2-isc: fix warning in configs without OF Eugeniu Rosca (1): media: vsp1: dl: Fix NULL pointer dereference on unbind Francois Buergisser (1): mtk-mdp: Remove states for format checks Gustavo A. R. Silva (1): media: usb: pwc: pwc.h: Replace zero-length array with flexible-array member drivers/media/firewire/firedtv-fw.c | 2 ++ drivers/media/platform/atmel/atmel-sama5d2-isc.c | 2 ++ drivers/media/platform/coda/coda-jpeg.c | 5 +++- drivers/media/platform/mtk-mdp/mtk_mdp_comp.c | 60 +++++------------------------------------ drivers/media/platform/mtk-mdp/mtk_mdp_comp.h | 23 +++------------- drivers/media/platform/mtk-mdp/mtk_mdp_core.c | 69 ++++++++++++++++++++++++++++++----------------- drivers/media/platform/mtk-mdp/mtk_mdp_core.h | 12 ++++++--- drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c | 90 +++++++++++++++++++++++-------------------------------------- drivers/media/platform/qcom/camss/camss-csid.c | 2 +- drivers/media/platform/qcom/camss/camss-csiphy.c | 2 +- drivers/media/platform/qcom/camss/camss-ispif.c | 2 +- drivers/media/platform/vsp1/vsp1_dl.c | 2 ++ drivers/media/usb/cx231xx/cx231xx-417.c | 2 +- drivers/media/usb/pwc/pwc.h | 2 +- drivers/staging/media/rkisp1/rkisp1-capture.c | 4 --- 15 files changed, 112 insertions(+), 167 deletions(-)