From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: Re: [PATCH v2 2/7] net: phy: Fix the register offsets in Broadcom iProc mdio mux driver Date: Mon, 30 Jul 2018 15:50:04 -0700 Message-ID: References: <1532726613-6483-1-git-send-email-arun.parameswaran@broadcom.com> <1532726613-6483-3-git-send-email-arun.parameswaran@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1532726613-6483-3-git-send-email-arun.parameswaran@broadcom.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Arun Parameswaran , "David S. Miller" , Florian Fainelli , Andrew Lunn , Rob Herring , Mark Rutland , Ray Jui , Scott Branden , Catalin Marinas , Will Deacon Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com List-Id: devicetree@vger.kernel.org On 07/27/2018 02:23 PM, Arun Parameswaran wrote: > Modify the register offsets in the Broadcom iProc mdio mux to start > from the top of the register address space. > > Earlier, the base address pointed to the end of the block's register > space. The base address will now point to the start of the mdio's > address space. The offsets have been fixed to match this. > > Signed-off-by: Arun Parameswaran Reviewed-by: Florian Fainelli -- Florian