Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp348543pxj; Fri, 14 May 2021 05:08:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz6vWiEgvGql7Qm/tjqYaOUPZg51n/4WDeUrofLnJA9Fr4Fmuegpm1XHp8jnaKhnbT9xzRc X-Received: by 2002:a17:907:3e06:: with SMTP id hp6mr48194372ejc.273.1620994115801; Fri, 14 May 2021 05:08:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620994115; cv=none; d=google.com; s=arc-20160816; b=zsxdD+OXhex/SSIgdbeJVc+OEg5PW6QcegMuAMsg1EuwopbPvmw6hDvhEOHuA/0lz6 nnNAWfOKHrcWitFkJI2I4wR13+EPTrQxErfZnsLyEyTmaMt3GTRwEe7Amw7uPrGtuyUn y2Smmuon+PeKcuUhKHQiUy8u2JpBHcZSIS5OHH8yLnQYR9EkXqoeCBtMKC13WinDjwx/ mwZnzz5i6xB7QP8RRxRbweRKLC9y50CvLNT0zFuxojm7LBPGBxf8sbXgTXYXbK8jxPiU ABqV1Qy4LWHlPDgs3GAWa62tn9zf7kynwnchrSg5S6WZDVtG7YQGB1ZixD/7R974Ohly mLyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=XMBQq/CuHhCz/0jEh9ZbEr4I8LYg8y+4Z91XCtMAl0A=; b=ccq7NoZROddjtJDhcFaTTnx3HXtTHw0LmUOtVi49wAzasdAjBeFhiLW8IepH7jWlzM 05Nj7vRUwYt5nLJLLoZol/yRSTDe/mJ6NLw1KN5Gp2McGmx+qNjeRmkg9frTj28BujAe GjF5kQ8Ql2iwr3JNwhVplGJa0T22r7R+yuTa0306+UwPHdqhhCjntG9cTaPJHurd+knh 7lmM76/qpzKdlsKKNI2gK3hWud73BY47d387XWZ9krUPJksNpAuZQASU3uBl69S3UFxl mcpP3EpUIeUhMFsqvCVLYQ8SPEkdwnTPOdZNLKAhc2oheQ5Ma/ak/LFn+vhcj9ENZExk P4rg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id re2si5843192ejb.407.2021.05.14.05.08.11; Fri, 14 May 2021 05:08:35 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232354AbhENMHR (ORCPT + 99 others); Fri, 14 May 2021 08:07:17 -0400 Received: from gloria.sntech.de ([185.11.138.130]:43890 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231394AbhENMHQ (ORCPT ); Fri, 14 May 2021 08:07:16 -0400 Received: from p5b127fa9.dip0.t-ipconnect.de ([91.18.127.169] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lhWZq-0002WL-OD; Fri, 14 May 2021 14:05:58 +0200 From: Heiko Stuebner To: mturquette@baylibre.com, "Elaine@vger.kernel.org" , sboyd@kernel.org Cc: Heiko Stuebner , linux-arm-kernel@lists.infradead.org, Elaine Zhang , linux-clk@vger.kernel.org, kever.yang@rock-chips.com, huangtao@rock-chips.com, tony.xie@rock-chips.com, linux-kernel@vger.kernel.org, finley.xiao@rock-chips.com, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v1] clk: rockchip: Optimize PLL table memory usage Date: Fri, 14 May 2021 14:05:56 +0200 Message-Id: <162099394917.1964929.5627318553471535848.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210511090726.15146-1-zhangqing@rock-chips.com> References: <20210511090726.15146-1-zhangqing@rock-chips.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 Tue, 11 May 2021 17:07:26 +0800, Elaine@vger.kernel.org wrote: > Before the change: The sizeof rk3568_pll_rates = 2544 > Use union: The sizeof rk3568_pll_rates = 1696 > > In future Soc, more PLL types will be added, and the > rockchip_pll_rate_table will add more members, > and the space savings will be even more pronounced > by using union. Applied, thanks! [1/1] clk: rockchip: Optimize PLL table memory usage commit: 23029150a05b59ebacca6dd76f6c14dc67a95877 Best regards, -- Heiko Stuebner