ti-vpe/cal maintenance fixes. The following changes since commit dca6b3733a4a46e63603496f544ece8ace541fde: media: Revert "media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding" (2019-11-10 18:10:11 +0100) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.6a for you to fetch changes up to e477230a0e188a5ba69c53dc9e055b788d1b87d3: dt-bindings: media: cal: convert binding to yaml (2019-11-25 14:30:08 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Benoit Parrot (19): dt-bindings: media: cal: update binding to use syscon dt-bindings: media: cal: update binding example media: ti-vpe: cal: switch BIT_MASK to BIT media: ti-vpe: cal: Add per platform data support media: ti-vpe: cal: Enable DMABUF export dt-bindings: media: cal: update binding to add PHY LDO errata support media: ti-vpe: cal: add CSI2 PHY LDO errata support media: ti-vpe: cal: Fix ths_term/ths_settle parameters media: ti-vpe: cal: Fix pixel processing parameters media: ti-vpe: cal: Align DPHY init sequence with docs dt-bindings: media: cal: update binding to add DRA76x support media: ti-vpe: cal: Add DRA76x support dt-bindings: media: cal: update binding to add AM654 support media: ti-vpe: cal: Add AM654 support media: ti-vpe: cal: Add subdev s_power hooks media: ti-vpe: cal: Properly calculate max resolution boundary media: ti-vpe: cal: Fix a WARN issued when start streaming fails media: ti-vpe: cal: fix enum_mbus_code/frame_size subdev arguments dt-bindings: media: cal: convert binding to yaml Nikhil Devshatwar (1): media: ti-vpe: cal: Restrict DMA to avoid memory corruption Documentation/devicetree/bindings/media/ti,cal.yaml | 202 +++++++++++++ Documentation/devicetree/bindings/media/ti-cal.txt | 72 ----- MAINTAINERS | 1 + drivers/media/platform/Kconfig | 2 +- drivers/media/platform/ti-vpe/cal.c | 773 ++++++++++++++++++++++++++++++++++++++---------- drivers/media/platform/ti-vpe/cal_regs.h | 221 ++++++++------ 6 files changed, 937 insertions(+), 334 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/ti,cal.yaml delete mode 100644 Documentation/devicetree/bindings/media/ti-cal.txt