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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 585FBC433F5 for ; Fri, 25 Feb 2022 11:08:52 +0000 (UTC) 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=P7widUqVAPWHjd+Nje6d8boVHSj+ooPA1pX1We14swk=; b=p1j/FuWz+aqqbY oXjtL1B1/hlA/P0iNI2DlJ47PlHjkOqxr6r7/LXc+Lo72ZqReZKT4AUf9wFKy0fVvkMA9c6Q77LCY nzAFMrimbhrLyHutjALxP4xmkEgF6YEgJmlQX3of+aE2UFDNHOarXu4TN7lMnnpkOBYtSxg5RiD9x 8Ehe7PhlUVVmzUX3S3NS8xgrvciWGZMLLM7vbZv2rY0hNUESxBLYuSvBhfvPXcEzlv1trHzgtwIF/ lgQ0KZNCV8Zii6SAbI5MTiaCeaqCeQ3MxOmOxFPX/f2HZmfE4wKG/1bvHcQeqHjp5dnGypNHSEI0t tgoMWNSLiE+PeGRQPKoQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNYRt-004cAT-48; Fri, 25 Feb 2022 11:07:45 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNYRq-004cA2-1u; Fri, 25 Feb 2022 11:07:43 +0000 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 6ED9160ECB; Fri, 25 Feb 2022 11:07:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 584D7C340E7; Fri, 25 Feb 2022 11:07:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645787260; bh=oLPnU/B1EfAHSSx2pwR9mNAhPWw9h8esfJmG0nixOJ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=youXPU4HsasCohDyHjU+UExa7esUpBXqe83BkpO4oys3ggTwaVwU0EqcoU9p7OJFz zGObCtr4r04McxUGh6hTF96Id21c4DxsOjZZkFLvs23Le5pH7mzB/BiPhsmwE1eJtj oCn2NhOtflKcUj11rzp9mZivMS6eMmmPjaovNUjk= Date: Fri, 25 Feb 2022 12:07:38 +0100 From: Greg Kroah-Hartman To: Helge Deller Cc: Yong Wu , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, James Wang , Liviu Dudau , iommu@lists.linux-foundation.org, Matthias Brugger , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Joerg Roedel , Will Deacon , Arnd Bergmann , Laurent Pinchart , linux-mediatek@lists.infradead.org, Chun-Kuang Hu , linux-arm-kernel@lists.infradead.org, Stephen Boyd , AngeloGioacchino Del Regno , Hsin-Yi Wang , Robin Murphy , Tomasz Figa , srv_heupstream@mediatek.com, Rob Clark , Srinivas Kandagatla , Sebastian Reichel , linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH 22/23] video: omapfb: dss: Make use of the helper component_compare_dev Message-ID: References: <20220214060819.7334-1-yong.wu@mediatek.com> <20220214060819.7334-23-yong.wu@mediatek.com> <7e60cd01-8afc-ddb5-a1bb-6e9f53ccfba5@gmx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7e60cd01-8afc-ddb5-a1bb-6e9f53ccfba5@gmx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220225_030742_155924_19463043 X-CRM114-Status: GOOD ( 12.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Feb 15, 2022 at 09:46:24PM +0100, Helge Deller wrote: > On 2/14/22 07:08, Yong Wu wrote: > > Use the common compare helper from component. > > > > Cc: Helge Deller > > Cc: linux-omap@vger.kernel.org > > Cc: linux-fbdev@vger.kernel.org > > Signed-off-by: Yong Wu > > Applied to the fbdev for-next branch. That will break the build, it needs patch 1/23 to build properly :( _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel