On 24/06/2020 16:54, Hans Verkuil wrote: > The following changes since commit 7b981288285f0e8b816ea7ba8f34d0973ee39e0d: > > media: ov2740: add NVMEM interface to read customized OTP data (2020-06-23 15:19:16 +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 624dc5e356402b7487192f9b5caf97355ec98389: > > media: vsp1: dl: Fix NULL pointer dereference on unbind (2020-06-24 16:46:29 +0200) Ignore this PR, I messed something up. Regards, Hans > > ---------------------------------------------------------------- > 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() > > Dmitry Osipenko (3): > media: staging: tegra-vde: Runtime PM is always available on Tegra > media: staging: tegra-vde: Turn ON power domain on shutdown > media: staging: tegra-vde: Power-cycle hardware on 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 > > Tuomas Tynkkynen (1): > media: media-request: Fix crash if memory allocation fails > > drivers/media/firewire/firedtv-fw.c | 2 + > drivers/media/mc/mc-request.c | 31 ++-- > 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/allegro-dvt/allegro-core.c | 387 +++++++++++++++++++++++++++------------------- > drivers/staging/media/allegro-dvt/allegro-mail.c | 506 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > drivers/staging/media/allegro-dvt/allegro-mail.h | 111 ++++++++----- > drivers/staging/media/rkisp1/rkisp1-capture.c | 4 - > drivers/staging/media/tegra-vde/vde.c | 41 +++-- > 20 files changed, 958 insertions(+), 397 deletions(-) >