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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 940A1C433F5 for ; Wed, 20 Oct 2021 12:51:33 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id ED0DB61355 for ; Wed, 20 Oct 2021 12:51:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org ED0DB61355 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4A85F83273; Wed, 20 Oct 2021 14:51:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=linux.intel.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 77AFF83328; Wed, 20 Oct 2021 14:51:28 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id ECE9F8319B for ; Wed, 20 Oct 2021 14:51:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=linux.intel.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=andriy.shevchenko@linux.intel.com X-IronPort-AV: E=McAfee;i="6200,9189,10142"; a="226230655" X-IronPort-AV: E=Sophos;i="5.87,166,1631602800"; d="scan'208";a="226230655" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2021 05:51:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,166,1631602800"; d="scan'208";a="444350950" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga006.jf.intel.com with ESMTP; 20 Oct 2021 05:51:21 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id ED576453; Wed, 20 Oct 2021 15:51:20 +0300 (EEST) From: Andy Shevchenko To: Andy Shevchenko , u-boot@lists.denx.de Cc: Simon Glass , Bin Meng Subject: [PATCH v1 1/1] x86: tangier: Replace Method() by Name() for _STA object Date: Wed, 20 Oct 2021 15:51:18 +0300 Message-Id: <20211020125118.36402-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean There is no point to use Method() for the constant. Replace it with Name() defined object. For the _STA case it saves 3 bytes per each entry. Before: 2881 After: 2833 Signed-off-by: Andy Shevchenko --- .../asm/arch-tangier/acpi/southcluster.asl | 81 ++++--------------- 1 file changed, 17 insertions(+), 64 deletions(-) diff --git a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl index a8852f8202c7..4a7c85426182 100644 --- a/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl +++ b/arch/x86/include/asm/arch-tangier/acpi/southcluster.asl @@ -123,10 +123,7 @@ Device (PCI0) } }) - Method (_STA) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) } Device (SDHC) @@ -138,10 +135,7 @@ Device (PCI0) }) Name (PSTS, Zero) - Method (_STA) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Method (_PS3, 0, NotSerialized) { @@ -168,10 +162,7 @@ Device (PCI0) GPIO }) - Method (_STA) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Method (_RMV, 0, NotSerialized) { @@ -203,10 +194,8 @@ Device (PCI0) Device (BRC2) { Name (_ADR, 0x02) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + + Name (_STA, STA_VISIBLE) Method (_RMV, 0, NotSerialized) { @@ -257,20 +246,14 @@ Device (PCI0) } }) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) } Device (I2C1) { Name (_ADR, 0x00080000) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Name (SSCN, Package () { @@ -303,10 +286,7 @@ Device (PCI0) { Name (_ADR, 0x00090001) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Name (SSCN, Package () { @@ -328,10 +308,7 @@ Device (PCI0) { Name (_ADR, 0x000c0000) - Method (_STA) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Name (AVBL, Zero) Method (_REG, 2, NotSerialized) @@ -361,10 +338,7 @@ Device (PCI0) ^IPC1.PMIC }) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Device (RHUB) { @@ -404,20 +378,14 @@ Device (PCI0) { Name (_ADR, 0x00170000) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) } Device (HSU0) { Name (_ADR, 0x00040001) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Device (BTH0) { @@ -428,10 +396,7 @@ Device (PCI0) HSU0 }) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Name (RBUF, ResourceTemplate() { @@ -466,10 +431,7 @@ Device (PCI0) { Name (_ADR, 0x00130000) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Device (PMIC) { @@ -481,10 +443,7 @@ Device (PCI0) IPC1 }) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Name (RBUF, ResourceTemplate() { @@ -554,10 +513,7 @@ Device (PCI0) Name (_ADR, 0x00150000) Name (_UID, Zero) - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) Name (RBUF, ResourceTemplate () { @@ -594,8 +550,5 @@ Device (FLIS) Return (RBUF) } - Method (_STA, 0, NotSerialized) - { - Return (STA_VISIBLE) - } + Name (_STA, STA_VISIBLE) } -- 2.33.0