mbox series

[GIT,PULL,FOR,v5.6] ti-vpe: cal: maintenance

Message ID 0bb5cc88-e7a3-498e-0e00-2e63bbb74054@xs4all.nl (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.6] ti-vpe: cal: maintenance | expand

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.6a

Message

Hans Verkuil Nov. 25, 2019, 1:41 p.m. UTC
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

Comments

Jenkins Nov. 25, 2019, 1:59 p.m. UTC | #1
From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/60361/
Build log: https://builder.linuxtv.org/job/patchwork/26438/
Build time: 00:09:07
Link: https://lore.kernel.org/linux-media/0bb5cc88-e7a3-498e-0e00-2e63bbb74054@xs4all.nl

gpg: Signature made Mon 25 Nov 2019 01:35:04 PM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]

Summary: 1 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0020-dt-bindings-media-cal-convert-binding-to-yaml.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0020-dt-bindings-media-cal-convert-binding-to-yaml.patch
patches/0020-dt-bindings-media-cal-convert-binding-to-yaml.patch:232: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.txt