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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,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 92348C433E0 for ; Thu, 14 Jan 2021 08:31:41 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 327A923447 for ; Thu, 14 Jan 2021 08:31:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 327A923447 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 68E6989B51; Thu, 14 Jan 2021 08:31:40 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 184EF89B51 for ; Thu, 14 Jan 2021 08:31:39 +0000 (UTC) IronPort-SDR: VQq9hZg07h/vO1H29hXNo6aHYNnY0BoVTFkapfkjBELSgum65C+lH2GUqCqnxNjfzEvbVGoyce HhxkHdmhXJJg== X-IronPort-AV: E=McAfee;i="6000,8403,9863"; a="166002862" X-IronPort-AV: E=Sophos;i="5.79,346,1602572400"; d="scan'208";a="166002862" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 00:31:37 -0800 IronPort-SDR: Sd8J9ezANyNlBEmD9Lepg3cox7AN5DtFMVZ9yYvzBqXrKE0eRFGUEENhvWnDb4AsKdnndF2z9N anL5erpY87dw== X-IronPort-AV: E=Sophos;i="5.79,346,1602572400"; d="scan'208";a="382189625" Received: from dforourk-mobl1.ger.corp.intel.com (HELO localhost) ([10.213.254.146]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 00:31:35 -0800 From: Jani Nikula To: Anshuman Gupta In-Reply-To: <20210113110219.GO11717@intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <15260c28060f3f90276ab395da4d3999ccdb641f.1610127741.git.jani.nikula@intel.com> <20210113110219.GO11717@intel.com> Date: Thu, 14 Jan 2021 10:31:32 +0200 Message-ID: <87ft33rkbf.fsf@intel.com> MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PATCH v2 13/17] drm/i915/pps: rename intel_dp_init_panel_power_sequencer* functions X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: intel-gfx@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 13 Jan 2021, Anshuman Gupta wrote: > On 2021-01-08 at 19:44:21 +0200, Jani Nikula wrote: >> There are a number of functions that "init" pps in various ways. Try to >> find some more consistency in the naming. >> >> Rename: >> - intel_dp_init_panel_power_sequencer -> pps_init_delays >> - intel_dp_init_panel_power_sequencer_registers -> pps_init_registers >> - intel_dp_init_panel_power_timestamps -> pps_init_timestamps >> >> as this is what the functions do. Skip the intel_ prefix here to >> emphasize these are static and not exported. >> >> No functional changes. >> >> Signed-off-by: Jani Nikula > LGTM. > Reviewed-by: Anshuman Gupta Pushed the series up to and including this patch. Many thanks for the reviews! BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx