[GIT,PULL,FOR,v5.3] Fix two regressions

Message ID 51f597ae-bab1-b696-f49a-f086aabff09e@xs4all.nl (mailing list archive)
State Accepted, archived
Headers
Series [GIT,PULL,FOR,v5.3] Fix two regressions |

Pull-request

git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.3m2

Message

Hans Verkuil June 6, 2019, 8:11 a.m. UTC
This PR fixes two regressions.

The _MPLANE fix wasn't found by the test-media script since it vim2m doesn't
support multiplanar formats, so it didn't hit this bug. In addition, the
vicodec driver that DOES have multiplanar support isn't tested yet by the
test-media script.

I'm working on a patch series that updates vicodec to v4 of the stateful codec
spec and getting that merged so I can add the vicodec tests to test-media and
avoid regressions like this in the future.

Regards,

	Hans

The following changes since commit edadd68031e5b7c1ba0c413a9549dce62a02844c:

  media: MAINTAINERS: update email address (2019-06-05 15:58:40 -0400)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.3m2

for you to fetch changes up to 502df903615a501ddf8ca00c19d828ae9900bc57:

  Revert "media: staging/imx: Allow driver to build if COMPILE_TEST is enabled" (2019-06-06 10:08:50 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Boris Brezillon (1):
      media: v4l2: Fix the _MPLANE format check in v4l_enum_fmt()

Fabio Estevam (1):
      Revert "media: staging/imx: Allow driver to build if COMPILE_TEST is enabled"

 drivers/media/v4l2-core/v4l2-ioctl.c | 9 +++++++--
 drivers/staging/media/imx/Kconfig    | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)