From mboxrd@z Thu Jan 1 00:00:00 1970 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 0510DC433F5 for ; Wed, 9 Feb 2022 07:19:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230282AbiBIHTO (ORCPT ); Wed, 9 Feb 2022 02:19:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231211AbiBIHTM (ORCPT ); Wed, 9 Feb 2022 02:19:12 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 498F8C0612C3; Tue, 8 Feb 2022 23:19:16 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 088BDB81F43; Wed, 9 Feb 2022 07:19:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87D64C340E7; Wed, 9 Feb 2022 07:19:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644391153; bh=bV1suCOlTh6KO9wlo9F1fSD0ym9tsftnqUQOzGts2tE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GrnQU/kBbBDXMnpom8wMOZqk/RecGdO/MYrY2WrJZAMnhQMZ1ZNsKwiZIU+bhkHJO 9U68KcjoZW5ycfR9FrdzIJ/wRamRoI4DQ18fItEZroRcj25/VEWoGFDuVyCGe/YOpR 6Wb5CLFNrG7/M6FarvHiUbffE5zRQEFnJ6WaGGepxqORyGoOaFltuCjOfUFWBUalRk zlwNhnU7C8LtdeD72TauwOvPWBSkxSxeeiFClSKlqbq/uai9AGnzQZhCdRV/m+iwVL am2YNj9YAKusLtQw5ngbR3kUsF6EIhx21aLtWtjzSjeqN0e20geWKy7m4fli7BJweZ QxeCHvizZ6w5A== Date: Wed, 9 Feb 2022 15:19:06 +0800 From: Shawn Guo To: Adam Ford Cc: linux-media@vger.kernel.org, aford@beaconembedded.com, cphealy@gmail.com, Lucas Stach , Ezequiel Garcia , Philipp Zabel , Mauro Carvalho Chehab , Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Greg Kroah-Hartman , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH V4 04/11] soc: imx: imx8m-blk-ctrl: add i.MX8MQ VPU blk-ctrl Message-ID: <20220209071906.GE4909@dragon> References: <20220125171129.472775-1-aford173@gmail.com> <20220125171129.472775-5-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220125171129.472775-5-aford173@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Jan 25, 2022 at 11:11:21AM -0600, Adam Ford wrote: > From: Lucas Stach > > This adds the necessary bits to drive the VPU blk-ctrl on the i.MX8MQ, to > avoid putting more of this functionality into the decoder driver. > > Signed-off-by: Lucas Stach > Signed-off-by: Adam Ford Applied, thanks!