From mboxrd@z Thu Jan 1 00:00:00 1970 From: Loc Ho Subject: Re: [PATCH v8 0/4] edac: Add APM X-Gene SoC memory controller EDAC driver Date: Wed, 6 May 2015 11:17:21 -0700 Message-ID: References: <1430884947-16787-1-git-send-email-lho@apm.com> <20150506084143.GA22949@pd.tnic> <20150506171242.GG22949@pd.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20150506171242.GG22949-fF5Pk5pvG8Y@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Borislav Petkov Cc: Doug Thompson , Mauro Carvalho Chehab , Rob Herring , Mark Rutland , Ian Campbell , linux-edac-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , Jon Masters , "patches-qTEPVZfXA3Y@public.gmane.org" List-Id: devicetree@vger.kernel.org Hi, >> It was discussed with Rob already in previous email. As we don't touch >> the shared status registers besides reading status, it will just >> register as shared interrupt. > > I don't see why that justifies the addition of an > edac_xgene- compilation unit and thus an .ko module per > shared interrupt handler. If you are concern about multiple module files, I can either combine them as previous version or combine the multiple ko to an single ko file. -Loc -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: lho@apm.com (Loc Ho) Date: Wed, 6 May 2015 11:17:21 -0700 Subject: [PATCH v8 0/4] edac: Add APM X-Gene SoC memory controller EDAC driver In-Reply-To: <20150506171242.GG22949@pd.tnic> References: <1430884947-16787-1-git-send-email-lho@apm.com> <20150506084143.GA22949@pd.tnic> <20150506171242.GG22949@pd.tnic> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, >> It was discussed with Rob already in previous email. As we don't touch >> the shared status registers besides reading status, it will just >> register as shared interrupt. > > I don't see why that justifies the addition of an > edac_xgene- compilation unit and thus an .ko module per > shared interrupt handler. If you are concern about multiple module files, I can either combine them as previous version or combine the multiple ko to an single ko file. -Loc