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 E10DBECAAD3 for ; Thu, 15 Sep 2022 13:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229816AbiIONk0 (ORCPT ); Thu, 15 Sep 2022 09:40:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229612AbiIONkW (ORCPT ); Thu, 15 Sep 2022 09:40:22 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 148DE4A804 for ; Thu, 15 Sep 2022 06:40:20 -0700 (PDT) Received: from [89.101.193.72] (helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oYp6E-0004w0-5I; Thu, 15 Sep 2022 15:40:14 +0200 From: Heiko Stuebner To: Tom Rix , airlied@linux.ie, hjc@rock-chips.com, daniel@ffwll.ch Cc: Heiko Stuebner , linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] drm/rockchip: remove vop_writel Date: Thu, 15 Sep 2022 15:40:12 +0200 Message-Id: <166324919922.172360.17550156520771628477.b4-ty@sntech.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220521190716.1936193-1-trix@redhat.com> References: <20220521190716.1936193-1-trix@redhat.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 Sat, 21 May 2022 15:07:16 -0400, Tom Rix wrote: > cppcheck reports > [drivers/gpu/drm/rockchip/rockchip_drm_vop.c:186]: (style) The function 'vop_writel' is never used. > > vop_writel is static function that is not used, so remove it. Applied, thanks! [1/1] drm/rockchip: remove vop_writel commit: 98a65e6d498c46b0beec7a40aac4b3e404642993 Best regards, -- Heiko Stuebner 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 E7C96ECAAA1 for ; Thu, 15 Sep 2022 13:41:03 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=anYWWlNnXchdI74eacmHr47XGhLWzvXfi2R+eKysgNM=; b=PfSJvbm5mTIkL1 f6Xo+tBGoNllNoNnzH12KYcFksXvTQahWxA2+fGzCItuBJvPBLFsDbqLTtwfeiHBxT099WAQki2WE P8qBFi3Uvv4I31vGqckgzALnuvmzGMn2Z0jW60UfRK+gfQPLjTljAUCL4FNQ90Bxa4d+ukEAE7PEu bs7NB1RvNrHDMOs8d/pBs8ruAHNvN0HQfJ1BM3G903lN1FvYduNoSXI/GXDaI9UIyndzKlDOmm+TI v2BvBOcwFfe5Nf/fBdV7DXKnuXb+yEtpUDwR7DtTdUHlU4WeYR1VZ3xotag5iHKA7cETO1budTPgn mX94+0MX/oCEEnZmDKlA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYp6m-009Y7v-SY; Thu, 15 Sep 2022 13:40:48 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYp6M-009XhO-LT; Thu, 15 Sep 2022 13:40:23 +0000 Received: from [89.101.193.72] (helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oYp6E-0004w0-5I; Thu, 15 Sep 2022 15:40:14 +0200 From: Heiko Stuebner To: Tom Rix , airlied@linux.ie, hjc@rock-chips.com, daniel@ffwll.ch Cc: Heiko Stuebner , linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] drm/rockchip: remove vop_writel Date: Thu, 15 Sep 2022 15:40:12 +0200 Message-Id: <166324919922.172360.17550156520771628477.b4-ty@sntech.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220521190716.1936193-1-trix@redhat.com> References: <20220521190716.1936193-1-trix@redhat.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220915_064022_748073_190C2BCF X-CRM114-Status: UNSURE ( 8.59 ) 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 Sat, 21 May 2022 15:07:16 -0400, Tom Rix wrote: > cppcheck reports > [drivers/gpu/drm/rockchip/rockchip_drm_vop.c:186]: (style) The function 'vop_writel' is never used. > > vop_writel is static function that is not used, so remove it. Applied, thanks! [1/1] drm/rockchip: remove vop_writel commit: 98a65e6d498c46b0beec7a40aac4b3e404642993 Best regards, -- Heiko Stuebner _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 9D36DECAAD3 for ; Thu, 15 Sep 2022 13:40:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9F01310EB27; Thu, 15 Sep 2022 13:40:31 +0000 (UTC) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id E3C7210EB24 for ; Thu, 15 Sep 2022 13:40:19 +0000 (UTC) Received: from [89.101.193.72] (helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oYp6E-0004w0-5I; Thu, 15 Sep 2022 15:40:14 +0200 From: Heiko Stuebner To: Tom Rix , airlied@linux.ie, hjc@rock-chips.com, daniel@ffwll.ch Subject: Re: [PATCH] drm/rockchip: remove vop_writel Date: Thu, 15 Sep 2022 15:40:12 +0200 Message-Id: <166324919922.172360.17550156520771628477.b4-ty@sntech.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220521190716.1936193-1-trix@redhat.com> References: <20220521190716.1936193-1-trix@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, 21 May 2022 15:07:16 -0400, Tom Rix wrote: > cppcheck reports > [drivers/gpu/drm/rockchip/rockchip_drm_vop.c:186]: (style) The function 'vop_writel' is never used. > > vop_writel is static function that is not used, so remove it. Applied, thanks! [1/1] drm/rockchip: remove vop_writel commit: 98a65e6d498c46b0beec7a40aac4b3e404642993 Best regards, -- Heiko Stuebner 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 89568ECAAD3 for ; Thu, 15 Sep 2022 13:41:23 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=cTGB0LUHFvnFs6Omg6NeKxfCN66LM8my0v2MaUyBXeA=; b=xx7Vp8ElMXex+W NSzj/8+UUIKQkgRnIy7URNxCbuD5a3GuMKo7RB30waH/YT/83l9TPZzfBqSqY5Ew4K6cOq+q5hOTn tJIm3R76hy/0KhACF57NWdeIkbKoPtpAkG+KYX3p+ZSQvZ3m+PdWpBxJJmgPUbm+DDR+CZTsAsNN9 1EI1GXBextuGYtSuO8E8g7/bNiSr5Hpc+pMUV7Gaa2N0soyzzLevOWqkV6r4UBmdjPC9uO/i8ABeG V1ep60Rm/M/+fMVzbL2ALBRIGLf9qAwLZnhjjeFZpE7kuT1X6bgAeyJ7+mfDF5wNJ8neXHnablIXM XBsvjI98CSZhGZuirdkQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYp6Q-009XjQ-50; Thu, 15 Sep 2022 13:40:26 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYp6M-009XhO-LT; Thu, 15 Sep 2022 13:40:23 +0000 Received: from [89.101.193.72] (helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oYp6E-0004w0-5I; Thu, 15 Sep 2022 15:40:14 +0200 From: Heiko Stuebner To: Tom Rix , airlied@linux.ie, hjc@rock-chips.com, daniel@ffwll.ch Cc: Heiko Stuebner , linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH] drm/rockchip: remove vop_writel Date: Thu, 15 Sep 2022 15:40:12 +0200 Message-Id: <166324919922.172360.17550156520771628477.b4-ty@sntech.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220521190716.1936193-1-trix@redhat.com> References: <20220521190716.1936193-1-trix@redhat.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220915_064022_748073_190C2BCF X-CRM114-Status: UNSURE ( 8.59 ) X-CRM114-Notice: Please train this message. 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 Sat, 21 May 2022 15:07:16 -0400, Tom Rix wrote: > cppcheck reports > [drivers/gpu/drm/rockchip/rockchip_drm_vop.c:186]: (style) The function 'vop_writel' is never used. > > vop_writel is static function that is not used, so remove it. Applied, thanks! [1/1] drm/rockchip: remove vop_writel commit: 98a65e6d498c46b0beec7a40aac4b3e404642993 Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel