From patchwork Thu Jan 12 17:25:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13098552 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 732E3C61DB3 for ; Thu, 12 Jan 2023 18:03:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232006AbjALSDX (ORCPT ); Thu, 12 Jan 2023 13:03:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240081AbjALSCY (ORCPT ); Thu, 12 Jan 2023 13:02:24 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CF7F551DC for ; Thu, 12 Jan 2023 09:25:09 -0800 (PST) Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9C9E9491; Thu, 12 Jan 2023 18:25:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1673544307; bh=FNWZHk/W7LMcm1VUidSwRkpn679IW9F6kug+YlcyAMQ=; h=From:To:Cc:Subject:Date:From; b=N3E0pQw7LpGm++aWrro+GfsdR3Ki0v8VRYzyxZLA0rCZIa8pw07r3BxqrtVTNILxN MSaCr4XKeFDnCtseWpOKYw0nQvu30U38ZSi/+pH4J5fdN28vRams+tc6YHwQSfCn5m ZzbAxHI0PTYCcEn5IjSY5M198CzPnEnZ66v8pmSA= From: Laurent Pinchart To: linux-media@vger.kernel.org Cc: Michael Tretter , Philipp Zabel , kernel@pengutronix.de, linux-imx@nxp.com Subject: [PATCH v2 0/7] media: imx-pxp: Miscellaneous enhancements Date: Thu, 12 Jan 2023 19:25:00 +0200 Message-Id: <20230112172507.30579-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.38.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hello, This patch series brings miscellaneous enhancements to the imx-pxp driver that I have kept in my tree for a too long time. As it's a collection of miscellanous changes, please see individual patches for details. The patches are based on top of Michael's recent i.MX7D support for the imx-pxp driver [1]. Michael, feel free to take the patches in your tree and include them in the v2 of your series. [1] https://lore.kernel.org/linux-media/20230105134729.59542-1-m.tretter@pengutronix.de Laurent Pinchart (7): media: imx-pxp: Sort headers alphabetically media: imx-pxp: Don't set bus_info manually in .querycap() media: imx-pxp: Add media controller support media: imx-pxp: Pass pixel format value to find_format() media: imx-pxp: Implement frame size enumeration media: imx-pxp: Introduce pxp_read() and pxp_write() wrappers media: imx-pxp: Use non-threaded IRQ drivers/media/platform/nxp/imx-pxp.c | 203 ++++++++++++++++++--------- 1 file changed, 134 insertions(+), 69 deletions(-)