From patchwork Tue Apr 18 07:02:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 674932 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 922D5C77B71 for ; Tue, 18 Apr 2023 07:02:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230508AbjDRHCw (ORCPT ); Tue, 18 Apr 2023 03:02:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229514AbjDRHCv (ORCPT ); Tue, 18 Apr 2023 03:02:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3EDB10F8 for ; Tue, 18 Apr 2023 00:02:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7F79D62D61 for ; Tue, 18 Apr 2023 07:02:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4615AC433EF; Tue, 18 Apr 2023 07:02:48 +0000 (UTC) Message-ID: Date: Tue, 18 Apr 2023 09:02:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Content-Language: en-US To: Linux Media Mailing List Cc: =?utf-8?q?Niklas_S=C3=B6derlund?= , Arnd Bergmann From: Hans Verkuil Subject: [GIT PULL FOR v6.4] imx8-isi and rcar-vin fixes Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Mauro, I'll push these myself to staging. Regards, Hans The following changes since commit 20af6be6bee4c3af80aac9b44b3d32d89824dde7: media: nxp: imx8-isi: Remove 300ms sleep after enabling channel (2023-04-16 07:38:01 +0100) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.4q for you to fetch changes up to 1ddaeb8cd9457034aa7c8ec7760e3758f41f91c2: media: nxp: imx8-isi: fix buiding on 32-bit (2023-04-18 08:53:41 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Arnd Bergmann (1): media: nxp: imx8-isi: fix buiding on 32-bit Niklas Söderlund (3): media: rcar-vin: Gen3 can not scale NV12 media: rcar-vin: Fix NV12 size alignment media: rcar-vin: Select correct interrupt mode for V4L2_FIELD_ALTERNATE drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c | 41 +++++++++++++++++++++-------------------- drivers/media/platform/renesas/rcar-vin/rcar-dma.c | 21 +++++++++++++++------ 2 files changed, 36 insertions(+), 26 deletions(-)