From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudeep Holla Subject: Re: [PATCH v7 4/7] arm: Use common cpu_topology structure and functions. Date: Wed, 19 Jun 2019 13:10:57 +0100 Message-ID: <20190619121057.GE1360@e107155-lin> References: <20190617185920.29581-1-atish.patra@wdc.com> <20190617185920.29581-5-atish.patra@wdc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190617185920.29581-5-atish.patra@wdc.com> Sender: linux-kernel-owner@vger.kernel.org To: Atish Patra , Russell King Cc: linux-kernel@vger.kernel.org, Albert Ou , Anup Patel , Catalin Marinas , "David S. Miller" , devicetree@vger.kernel.org, Greg Kroah-Hartman , Ingo Molnar , Jonathan Cameron , Linus Walleij , linux-riscv@lists.infradead.org, Mark Rutland , Mauro Carvalho Chehab , Morten Rasmussen , Otto Sabart , Palmer Dabbelt , Paul Walmsley , "Peter Zijlstra (Intel)" , "Rafael J. Wysocki" List-Id: devicetree@vger.kernel.org Hi Russell, On Mon, Jun 17, 2019 at 11:59:17AM -0700, Atish Patra wrote: > Currently, ARM32 and ARM64 uses different data structures to represent > their cpu topologies. Since, we are moving the ARM64 topology to common > code to be used by other architectures, we can reuse that for ARM32 as > well. > > Take this opprtunity to remove the redundant functions from ARM32 and > reuse the common code instead. > > To: Russell King > Signed-off-by: Atish Patra > Tested-by: Sudeep Holla (on TC2) > Reviewed-by : Sudeep Holla > > --- > Hi Russell, > Can we get a ACK for this patch ? We are hoping that the entire > series can be merged at one go. It would be nice to get this in for v5.3 as it's almost there. Are you fine with these changes ? -- Regards, Sudeep