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=-9.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham 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 C04D9C4338F for ; Mon, 9 Aug 2021 15:20:35 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7584160F35 for ; Mon, 9 Aug 2021 15:20:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7584160F35 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tWtx0rlub/9yb9yN2SCFprezcbOYoBF9ecwJecemh7U=; b=HdlEcM/ZVCc9P3 YGep9qof60EOXU0W9Uh6wfRF1qEL4HSc1XR9fHjp8M3s85zwz3DamAU455xlnWsopVI9KtxWzsdYm KSMnsJuuLui1E0Up3y7JWxKBdObj7O5ohbvQcZoGq7Q0nWjmhoQ5Pwz/UlXK36ahRe0y88h9nR/8Z fpvd/DHN/BH1pK1gqzAG6GERoGapEph38ABqjN6+mihdGwcNTKa9X4N95MTCzmJVKQVdMOBZf/+JP lfJk5c5QtosZvi8qpUbgsEmn54pzGCaixi7/vM+hSt2/sM677V1LsQqmuazBeUDzzmLOAU9XnDR1u czNYDWBM8e/kraYF+11A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mD74o-00178q-L3; Mon, 09 Aug 2021 15:20:30 +0000 Received: from bhuna.collabora.co.uk ([46.235.227.227]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mD74m-00176r-3a for linux-rockchip@lists.infradead.org; Mon, 09 Aug 2021 15:20:29 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: evelikov) with ESMTPSA id 5C6D61F42D13 Date: Mon, 9 Aug 2021 16:20:19 +0100 From: Emil Velikov To: Jernej Skrabec Cc: ezequiel@collabora.com, p.zabel@pengutronix.de, mchehab@kernel.org, gregkh@linuxfoundation.org, hverkuil-cisco@xs4all.nl, linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] media: hantro: Fix check for single irq Message-ID: References: <20210805190416.332563-1-jernej.skrabec@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210805190416.332563-1-jernej.skrabec@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210809_082028_309242_686FBB02 X-CRM114-Status: UNSURE ( 7.09 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On 2021/08/05, Jernej Skrabec wrote: > Some cores use only one interrupt and in such case interrupt name in DT > is not needed. Driver supposedly accounted that, but due to the wrong > field check it never worked. Fix that. > > Fixes: 18d6c8b7b4c9 ("media: hantro: add fallback handling for single irq/clk") > Signed-off-by: Jernej Skrabec D'oh thanks for catching that. This commit is: Reviewed-by: Emil Velikov -Emil _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip