From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751345AbdH2R4z (ORCPT ); Tue, 29 Aug 2017 13:56:55 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:36314 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751233AbdH2R4w (ORCPT ); Tue, 29 Aug 2017 13:56:52 -0400 Date: Tue, 29 Aug 2017 10:56:51 -0700 (PDT) Message-Id: <20170829.105651.2053286906261018644.davem@davemloft.net> To: arvind.yadav.cs@gmail.com Cc: khilman@baylibre.com, carlo@caione.org, alexandre.torgue@st.com, peppe.cavallaro@st.com, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org Subject: Re: [PATCH] net: stmmac: constify clk_div_table From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 29 Aug 2017 10:56:52 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Arvind Yadav Date: Mon, 28 Aug 2017 11:22:20 +0530 > clk_div_table are not supposed to change at runtime. > meson8b_dwmac structure is working with const clk_div_table. > So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav Applied. From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Tue, 29 Aug 2017 10:56:51 -0700 (PDT) Subject: [PATCH] net: stmmac: constify clk_div_table In-Reply-To: References: Message-ID: <20170829.105651.2053286906261018644.davem@davemloft.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Arvind Yadav Date: Mon, 28 Aug 2017 11:22:20 +0530 > clk_div_table are not supposed to change at runtime. > meson8b_dwmac structure is working with const clk_div_table. > So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav Applied. From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Tue, 29 Aug 2017 10:56:51 -0700 (PDT) Subject: [PATCH] net: stmmac: constify clk_div_table In-Reply-To: References: Message-ID: <20170829.105651.2053286906261018644.davem@davemloft.net> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org From: Arvind Yadav Date: Mon, 28 Aug 2017 11:22:20 +0530 > clk_div_table are not supposed to change at runtime. > meson8b_dwmac structure is working with const clk_div_table. > So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav Applied.