From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932344AbdAAQ4b (ORCPT ); Sun, 1 Jan 2017 11:56:31 -0500 Received: from shards.monkeyblade.net ([184.105.139.130]:38394 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932079AbdAAQ43 (ORCPT ); Sun, 1 Jan 2017 11:56:29 -0500 Date: Sun, 01 Jan 2017 11:55:46 -0500 (EST) Message-Id: <20170101.115546.156775699826522389.davem@davemloft.net> To: niklas.cassel@axis.com Cc: robh+dt@kernel.org, mark.rutland@arm.com, peppe.cavallaro@st.com, alexandre.torgue@st.com, niklass@axis.com, eric@engestrom.ch, gabriel.fernandez@linaro.org, manabian@gmail.com, vpalatin@chromium.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: stmmac: remove unused duplicate property snps,axi_all From: David Miller In-Reply-To: <1483102609-21926-1-git-send-email-niklass@axis.com> References: <1483102609-21926-1-git-send-email-niklass@axis.com> X-Mailer: Mew version 6.7 on Emacs 25.1 / 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]); Sun, 01 Jan 2017 07:57:16 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Niklas Cassel Date: Fri, 30 Dec 2016 13:56:46 +0100 > From: Niklas Cassel > > For core revision 3.x Address-Aligned Beats is available in two registers. > The DT property snps,aal was created for AAL in the DMA bus register, > which is a read/write bit. > The DT property snps,axi_all was created for AXI_AAL in the AXI bus mode > register, which is a read only bit that reflects the value of AAL in the > DMA bus register. > > Since the value of snps,axi_all is never used in the driver, > and since the property was created for a bit that is read only, > it should be safe to remove the property. > > Acked-by: Giuseppe Cavallaro > Signed-off-by: Niklas Cassel Applied to net-next, thanks.