* [GIT PULL FOR v5.11] Various fixes/enhancements
@ 2020-12-02 10:42 Hans Verkuil
2020-12-02 11:16 ` [GIT PULL FOR v5.11] Various fixes/enhancements (#69614) Jenkins
2020-12-03 8:01 ` [GIT PULL FOR v5.11] Various fixes/enhancements Mauro Carvalho Chehab
0 siblings, 2 replies; 3+ messages in thread
From: Hans Verkuil @ 2020-12-02 10:42 UTC (permalink / raw)
To: Linux Media Mailing List; +Cc: Jernej Škrabec
Lots of fixes and enhancements. The main enhancement is adding support for vp8
to the cedrus driver.
Note that you'll get a message about a wrong commit id in
"media: rcar-vin: Mask VNCSI_IFMD register": that commit id is for the rcar
BSP repo, not the linux kernel repo.
Regards,
Hans
The following changes since commit 67e061f044e46c9823e59ca7981786f858bfa292:
Merge tag 'v5.10-rc6' into patchwork (2020-12-01 16:21:40 +0100)
are available in the Git repository at:
git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.11c
for you to fetch changes up to 4bb8c5bfe39745de36bf6162fa054778e0028053:
media: rockchip: rkisp1: remove useless debugfs checks (2020-12-02 11:39:23 +0100)
----------------------------------------------------------------
Tag branch
----------------------------------------------------------------
Andrey Konovalov (2):
Revert "media: camss: Make use of V4L2_CAP_IO_MC"
media: camss: Make use of V4L2_CAP_IO_MC
Baskov Evgeniy (1):
s5p-jpeg: handle error condition in s5p_jpeg_probe
Christian Hewitt (1):
media: meson: vdec: add G12/SM1 to module description
Christophe JAILLET (3):
media: solo6x10: switch from 'pci_' to 'dma_' API
media: ttpci: switch from 'pci_' to 'dma_' API
media: saa7146: switch from 'pci_' to 'dma_' API
Dan Carpenter (2):
media: saa7146: fix array overflow in vidioc_s_audio()
media: rockchip: rkisp1: remove useless debugfs checks
Emmanuel Gil Peyrot (2):
media: uapi: Expose VP8 probability lengths as defines
media: hantro: Use VP8 lengths defined in uapi
Fabio Estevam (2):
media: fsl-viu: Use the ioread/write32be() accessors
media: staging/imx: Increase IMX_MEDIA_EOF_TIMEOUT
Irui Wang (2):
media: mtk-vpu: VPU should be in idle state before system is suspended
media: mtk-vpu: dump VPU status when IPI times out
Jacopo Mondi (2):
media: rcar-vin: Remove unused macro
media: rcar-vin: Mask VNCSI_IFMD register
Jernej Skrabec (1):
media: cedrus: Add support for VP8 decoding
Jonathan Corbet (1):
media: stop pretending to maintain cafe and ov7670
Marek Szyprowski (1):
media: platform: exynos4-is: remove all references to physical addresses
Niklas Söderlund (4):
adv748x: Only set i2c addresses once during probe
adv748x: afe: Select input port when device is reset
adv748x: csi2: Set virtual channel when device is reset
adv748x: Configure device when resuming from sleep
Peilin Ye (1):
media: rockchip: rkisp1: Fix typos in comments and macro definitions
Tom Rix (1):
si4713: remove trailing semicolon in macro definition
MAINTAINERS | 6 +-
drivers/media/common/saa7146/saa7146_core.c | 39 +-
drivers/media/common/saa7146/saa7146_fops.c | 7 +-
drivers/media/common/saa7146/saa7146_vbi.c | 6 +-
drivers/media/i2c/adv748x/adv748x-afe.c | 6 +-
drivers/media/i2c/adv748x/adv748x-core.c | 31 +-
drivers/media/i2c/adv748x/adv748x-csi2.c | 6 +-
drivers/media/i2c/adv748x/adv748x.h | 2 +
drivers/media/pci/saa7146/mxb.c | 19 +-
drivers/media/pci/solo6x10/solo6x10-g723.c | 11 +-
drivers/media/pci/solo6x10/solo6x10-p2m.c | 10 +-
drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c | 35 +-
drivers/media/pci/ttpci/av7110.c | 13 +-
drivers/media/platform/exynos4-is/fimc-capture.c | 6 +-
drivers/media/platform/exynos4-is/fimc-core.c | 28 +-
drivers/media/platform/exynos4-is/fimc-core.h | 18 +-
drivers/media/platform/exynos4-is/fimc-is.c | 20 +-
drivers/media/platform/exynos4-is/fimc-is.h | 6 +-
drivers/media/platform/exynos4-is/fimc-lite-reg.c | 4 +-
drivers/media/platform/exynos4-is/fimc-lite.c | 2 +-
drivers/media/platform/exynos4-is/fimc-lite.h | 4 +-
drivers/media/platform/exynos4-is/fimc-m2m.c | 8 +-
drivers/media/platform/exynos4-is/fimc-reg.c | 18 +-
drivers/media/platform/exynos4-is/fimc-reg.h | 4 +-
drivers/media/platform/fsl-viu.c | 119 +++---
drivers/media/platform/mtk-vpu/mtk_vpu.c | 101 ++++-
drivers/media/platform/qcom/camss/camss-video.c | 87 ++---
drivers/media/platform/rcar-vin/rcar-dma.c | 26 +-
drivers/media/platform/rockchip/rkisp1/rkisp1-capture.c | 4 +-
drivers/media/platform/rockchip/rkisp1/rkisp1-dev.c | 4 -
drivers/media/platform/rockchip/rkisp1/rkisp1-regs.h | 4 +-
drivers/media/platform/s5p-jpeg/jpeg-core.c | 2 +
drivers/media/radio/si4713/si4713.c | 2 +-
drivers/staging/media/hantro/hantro_vp8.c | 4 +-
drivers/staging/media/imx/imx-media.h | 2 +-
drivers/staging/media/meson/vdec/vdec.c | 2 +-
drivers/staging/media/sunxi/cedrus/Makefile | 3 +-
drivers/staging/media/sunxi/cedrus/cedrus.c | 8 +
drivers/staging/media/sunxi/cedrus/cedrus.h | 24 ++
drivers/staging/media/sunxi/cedrus/cedrus_dec.c | 5 +
drivers/staging/media/sunxi/cedrus/cedrus_hw.c | 2 +
drivers/staging/media/sunxi/cedrus/cedrus_regs.h | 80 ++++
drivers/staging/media/sunxi/cedrus/cedrus_video.c | 9 +
drivers/staging/media/sunxi/cedrus/cedrus_vp8.c | 907 ++++++++++++++++++++++++++++++++++++++++++++
include/media/vp8-ctrls.h | 6 +-
45 files changed, 1427 insertions(+), 283 deletions(-)
create mode 100644 drivers/staging/media/sunxi/cedrus/cedrus_vp8.c
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL FOR v5.11] Various fixes/enhancements (#69614)
2020-12-02 10:42 [GIT PULL FOR v5.11] Various fixes/enhancements Hans Verkuil
@ 2020-12-02 11:16 ` Jenkins
2020-12-03 8:01 ` [GIT PULL FOR v5.11] Various fixes/enhancements Mauro Carvalho Chehab
1 sibling, 0 replies; 3+ messages in thread
From: Jenkins @ 2020-12-02 11:16 UTC (permalink / raw)
To: mchehab+samsung, linux-media; +Cc: builder
From: builder@linuxtv.org
Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/5dbd468d-1d10-e0c8-43f0-ebe8f17abef8@xs4all.nl/
Build log: https://builder.linuxtv.org/job/patchwork/79559/
Build time: 00:19:38
Link: https://lore.kernel.org/linux-media/5dbd468d-1d10-e0c8-43f0-ebe8f17abef8@xs4all.nl
gpg: Signature made Wed 02 Dec 2020 10:39:34 AM 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]
gpg: Note: This key has expired!
Primary key fingerprint: 052C DE7B C215 053B 689F 1BCA BD2D 6148 6614 3B4C
Subkey fingerprint: AAA7 FFBA 4D2D 77EF 4CAE A142 1326 E0CD 23AB DCE5
Summary: got 3/26 patches with issues, being 0 at build time, plus one error when buinding PDF document
Error/warnings:
patches/0005-media-cedrus-Add-support-for-VP8-decoding.patch:
checkpatch.pl:
$ cat patches/0005-media-cedrus-Add-support-for-VP8-decoding.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:155: CHECK: Alignment should match open parenthesis
-:327: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
patches/0016-media-rcar-vin-Mask-VNCSI_IFMD-register.patch:
checkpatch.pl:
$ cat patches/0016-media-rcar-vin-Mask-VNCSI_IFMD-register.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:22: WARNING: Unknown commit id 'f54697394457', maybe rebased or not pulled?
patches/0021-si4713-remove-trailing-semicolon-in-macro-definition.patch:
checkpatch.pl:
$ cat patches/0021-si4713-remove-trailing-semicolon-in-macro-definition.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:24: CHECK: Macro argument reuse 'p' - possible side-effects?
Error #512 when building PDF docs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL FOR v5.11] Various fixes/enhancements
2020-12-02 10:42 [GIT PULL FOR v5.11] Various fixes/enhancements Hans Verkuil
2020-12-02 11:16 ` [GIT PULL FOR v5.11] Various fixes/enhancements (#69614) Jenkins
@ 2020-12-03 8:01 ` Mauro Carvalho Chehab
1 sibling, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-12-03 8:01 UTC (permalink / raw)
To: Hans Verkuil; +Cc: Linux Media Mailing List, Jernej Škrabec
Em Wed, 2 Dec 2020 11:42:26 +0100
Hans Verkuil <hverkuil@xs4all.nl> escreveu:
> Lots of fixes and enhancements. The main enhancement is adding support for vp8
> to the cedrus driver.
>
> Note that you'll get a message about a wrong commit id in
> "media: rcar-vin: Mask VNCSI_IFMD register": that commit id is for the rcar
> BSP repo, not the linux kernel repo.
>
> Regards,
>
> Hans
>
> The following changes since commit 67e061f044e46c9823e59ca7981786f858bfa292:
>
> Merge tag 'v5.10-rc6' into patchwork (2020-12-01 16:21:40 +0100)
>
> are available in the Git repository at:
>
> git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.11c
>
> for you to fetch changes up to 4bb8c5bfe39745de36bf6162fa054778e0028053:
>
> media: rockchip: rkisp1: remove useless debugfs checks (2020-12-02 11:39:23 +0100)
>
> ----------------------------------------------------------------
> Tag branch
>
> ----------------------------------------------------------------
> Andrey Konovalov (2):
> Revert "media: camss: Make use of V4L2_CAP_IO_MC"
> media: camss: Make use of V4L2_CAP_IO_MC
>
> Baskov Evgeniy (1):
> s5p-jpeg: handle error condition in s5p_jpeg_probe
>
> Christian Hewitt (1):
> media: meson: vdec: add G12/SM1 to module description
>
> Christophe JAILLET (3):
> media: solo6x10: switch from 'pci_' to 'dma_' API
> media: ttpci: switch from 'pci_' to 'dma_' API
> media: saa7146: switch from 'pci_' to 'dma_' API
>
> Dan Carpenter (2):
> media: saa7146: fix array overflow in vidioc_s_audio()
> media: rockchip: rkisp1: remove useless debugfs checks
>
> Emmanuel Gil Peyrot (2):
> media: uapi: Expose VP8 probability lengths as defines
> media: hantro: Use VP8 lengths defined in uapi
>
> Fabio Estevam (2):
> media: fsl-viu: Use the ioread/write32be() accessors
> media: staging/imx: Increase IMX_MEDIA_EOF_TIMEOUT
>
> Irui Wang (2):
> media: mtk-vpu: VPU should be in idle state before system is suspended
> media: mtk-vpu: dump VPU status when IPI times out
>
> Jacopo Mondi (2):
> media: rcar-vin: Remove unused macro
> media: rcar-vin: Mask VNCSI_IFMD register
All patches applied, except for this one, that require a fix on
its description, as mentioned on a separate thread.
Regards,
Mauro
>
> Jernej Skrabec (1):
> media: cedrus: Add support for VP8 decoding
>
> Jonathan Corbet (1):
> media: stop pretending to maintain cafe and ov7670
>
> Marek Szyprowski (1):
> media: platform: exynos4-is: remove all references to physical addresses
>
> Niklas Söderlund (4):
> adv748x: Only set i2c addresses once during probe
> adv748x: afe: Select input port when device is reset
> adv748x: csi2: Set virtual channel when device is reset
> adv748x: Configure device when resuming from sleep
>
> Peilin Ye (1):
> media: rockchip: rkisp1: Fix typos in comments and macro definitions
>
> Tom Rix (1):
> si4713: remove trailing semicolon in macro definition
>
> MAINTAINERS | 6 +-
> drivers/media/common/saa7146/saa7146_core.c | 39 +-
> drivers/media/common/saa7146/saa7146_fops.c | 7 +-
> drivers/media/common/saa7146/saa7146_vbi.c | 6 +-
> drivers/media/i2c/adv748x/adv748x-afe.c | 6 +-
> drivers/media/i2c/adv748x/adv748x-core.c | 31 +-
> drivers/media/i2c/adv748x/adv748x-csi2.c | 6 +-
> drivers/media/i2c/adv748x/adv748x.h | 2 +
> drivers/media/pci/saa7146/mxb.c | 19 +-
> drivers/media/pci/solo6x10/solo6x10-g723.c | 11 +-
> drivers/media/pci/solo6x10/solo6x10-p2m.c | 10 +-
> drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c | 35 +-
> drivers/media/pci/ttpci/av7110.c | 13 +-
> drivers/media/platform/exynos4-is/fimc-capture.c | 6 +-
> drivers/media/platform/exynos4-is/fimc-core.c | 28 +-
> drivers/media/platform/exynos4-is/fimc-core.h | 18 +-
> drivers/media/platform/exynos4-is/fimc-is.c | 20 +-
> drivers/media/platform/exynos4-is/fimc-is.h | 6 +-
> drivers/media/platform/exynos4-is/fimc-lite-reg.c | 4 +-
> drivers/media/platform/exynos4-is/fimc-lite.c | 2 +-
> drivers/media/platform/exynos4-is/fimc-lite.h | 4 +-
> drivers/media/platform/exynos4-is/fimc-m2m.c | 8 +-
> drivers/media/platform/exynos4-is/fimc-reg.c | 18 +-
> drivers/media/platform/exynos4-is/fimc-reg.h | 4 +-
> drivers/media/platform/fsl-viu.c | 119 +++---
> drivers/media/platform/mtk-vpu/mtk_vpu.c | 101 ++++-
> drivers/media/platform/qcom/camss/camss-video.c | 87 ++---
> drivers/media/platform/rcar-vin/rcar-dma.c | 26 +-
> drivers/media/platform/rockchip/rkisp1/rkisp1-capture.c | 4 +-
> drivers/media/platform/rockchip/rkisp1/rkisp1-dev.c | 4 -
> drivers/media/platform/rockchip/rkisp1/rkisp1-regs.h | 4 +-
> drivers/media/platform/s5p-jpeg/jpeg-core.c | 2 +
> drivers/media/radio/si4713/si4713.c | 2 +-
> drivers/staging/media/hantro/hantro_vp8.c | 4 +-
> drivers/staging/media/imx/imx-media.h | 2 +-
> drivers/staging/media/meson/vdec/vdec.c | 2 +-
> drivers/staging/media/sunxi/cedrus/Makefile | 3 +-
> drivers/staging/media/sunxi/cedrus/cedrus.c | 8 +
> drivers/staging/media/sunxi/cedrus/cedrus.h | 24 ++
> drivers/staging/media/sunxi/cedrus/cedrus_dec.c | 5 +
> drivers/staging/media/sunxi/cedrus/cedrus_hw.c | 2 +
> drivers/staging/media/sunxi/cedrus/cedrus_regs.h | 80 ++++
> drivers/staging/media/sunxi/cedrus/cedrus_video.c | 9 +
> drivers/staging/media/sunxi/cedrus/cedrus_vp8.c | 907 ++++++++++++++++++++++++++++++++++++++++++++
> include/media/vp8-ctrls.h | 6 +-
> 45 files changed, 1427 insertions(+), 283 deletions(-)
> create mode 100644 drivers/staging/media/sunxi/cedrus/cedrus_vp8.c
Thanks,
Mauro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-12-03 8:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-02 10:42 [GIT PULL FOR v5.11] Various fixes/enhancements Hans Verkuil
2020-12-02 11:16 ` [GIT PULL FOR v5.11] Various fixes/enhancements (#69614) Jenkins
2020-12-03 8:01 ` [GIT PULL FOR v5.11] Various fixes/enhancements Mauro Carvalho Chehab
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.