Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964903AbaDIRrL (ORCPT ); Wed, 9 Apr 2014 13:47:11 -0400 Received: from mail.skyhub.de ([78.46.96.112]:39666 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933411AbaDIRrI (ORCPT ); Wed, 9 Apr 2014 13:47:08 -0400 Date: Wed, 9 Apr 2014 19:47:01 +0200 From: Borislav Petkov To: Punnaiah Choudary Cc: Rob Herring , Punnaiah Choudary Kalluri , Doug Thompson , "devicetree@vger.kernel.org" , "linux-doc@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , linux-edac@vger.kernel.org, Michal Simek , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Rob Landley , punnaiah choudary kalluri , punnaiah choudary kalluri Subject: Re: [RFC PATCH] edac: add support for ARM PL310 L2 cache parity Message-ID: <20140409174701.GO6529@pd.tnic> References: <1393770760-32550-1-git-send-email-punnaia@xilinx.com> <20140409113246.GA8778@pd.tnic> <20140409151932.GK6529@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 09, 2014 at 10:59:49PM +0530, Punnaiah Choudary wrote: > There is a driver file cache-l2x0.c under arch/arm/mm for pl310 cache > configuration and management. Russel king had suggested to use > single driver file for both pl310 edac implementation and cache-l2x0.c > Here is the thread > http://www.spinics.net/lists/arm-kernel/msg320407.html > > please provide your inputs Well, it is very simple - you don't really need an EDAC compilation unit just so that you can report errors - you can very well do that in your cache-l2x0.c and boom, problem solved. Simply move the irq handler and the parity error checker to that file. :-) -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/