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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D304AC48BDF for ; Sun, 13 Jun 2021 16:27:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B2CDC61059 for ; Sun, 13 Jun 2021 16:27:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231995AbhFMQ3i (ORCPT ); Sun, 13 Jun 2021 12:29:38 -0400 Received: from gloria.sntech.de ([185.11.138.130]:58844 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231932AbhFMQ3b (ORCPT ); Sun, 13 Jun 2021 12:29:31 -0400 Received: from p508fc96c.dip0.t-ipconnect.de ([80.143.201.108] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lsSxK-0005DC-3b; Sun, 13 Jun 2021 18:27:26 +0200 From: Heiko Stuebner To: Alex Bee , Ezequiel Garcia , linux-rockchip@lists.infradead.org, Lee Jones , Mauro Carvalho Chehab , Philipp Zabel , linux-media@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org, Greg Kroah-Hartman Cc: Heiko Stuebner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: (subset) [PATCH v2 00/12] Add support for older Rockchip SoCs to V4L2 hantro and rkvdec drivers Date: Sun, 13 Jun 2021 18:27:21 +0200 Message-Id: <162360159829.3586115.11354348703050146117.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210527154455.358869-1-knaerzche@gmail.com> References: <20210525152225.154302-1-knaerzche@gmail.com> <20210527154455.358869-1-knaerzche@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 27 May 2021 17:44:43 +0200, Alex Bee wrote: > this series adds support for older Rockchip SoCs (RK3036, RK3066, RK3188 > and RK322x) to the existing V4L2 video decoder/-encoder drivers - namely > hantro and rkvdec. > They can be used as-is or with very little modifications. > > In preparation to that patches 1,8 and 9 add power-controller support for > RK3036 and RK322x, since both drivers rely on pm. The drivers for them > exist already in the common Rockchip pm driver, they just haven't be added > to the device trees yet. > > [...] Removed some unnecessary added empty lines and Applied, thanks! [08/12] ARM: dts: rockchip: add power controller for RK3036 commit: 1a4eb37f3174d3a54e40392abcfbb9b3949948bb [09/12] ARM: dts: rockchip: add power controller for RK322x commit: 623ba75a5d6b8e196a21f3ed36d26a5f6db459ce Best regards, -- Heiko Stuebner