From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752591AbdBCFMJ (ORCPT ); Fri, 3 Feb 2017 00:12:09 -0500 Received: from ozlabs.org ([103.22.144.67]:47041 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752230AbdBCFMH (ORCPT ); Fri, 3 Feb 2017 00:12:07 -0500 From: Michael Ellerman To: Chris Packham , Borislav Petkov Cc: "linux-edac\@vger.kernel.org" , "morbidrsa\@gmail.com" , Rob Herring , Mark Rutland , Benjamin Herrenschmidt , Paul Mackerras , Mauro Carvalho Chehab , "devicetree\@vger.kernel.org" , "linuxppc-dev\@lists.ozlabs.org" , "linux-kernel\@vger.kernel.org" Subject: Re: [PATCH v2] EDAC: mpc85xx: Add T2080 l2-cache support In-Reply-To: References: <20170201231624.28843-1-chris.packham@alliedtelesis.co.nz> <20170201232735.byk7bnpeoqtcc7mh@pd.tnic> <01fe1af463c640a8bd48e45c2752b52c@svr-chch-ex1.atlnz.lc> <20170202173005.gqesvy5owtsbrviu@pd.tnic> <87h94cb11m.fsf@concordia.ellerman.id.au> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Fri, 03 Feb 2017 16:12:05 +1100 Message-ID: <874m0bc0yi.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Chris Packham writes: > On 03/02/17 12:55, Michael Ellerman wrote: >> Chris if you want to send a patch to add the compatible string to the >> l2cache.txt I would merge that, but honestly it doesn't achieve much >> other than possibly catching a typo in the compatible name. > > I think catching a typo might be worthwhile. It's 5 minutes work for me > to grep/sed through the code to find existing compatible strings and > update the document. Which might save someone else a lot of time > debugging only to find out they've transposed some digits in the dts. > > I'll whip something up and send it out shortly. Thanks. cheers