From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg KH) Date: Fri, 28 Jul 2017 16:12:33 -0700 Subject: [PATCH v8 1/3] perf: cavium: Support memory controller PMU counters In-Reply-To: <20170727131515.GC28548@nazgul.tnic> References: <20170726155548.GF28875@nazgul.tnic> <20170726161949.GB15426@kroah.com> <20170726163049.GG28875@nazgul.tnic> <20170726173353.GB21705@kroah.com> <1a2eedea-040d-c746-eaf0-1d8085b3f2bf@gmail.com> <20170726200802.GA17722@kroah.com> <20170727051157.GA4525@nazgul.tnic> <20170727090856.GB15784@hc> <20170727131515.GC28548@nazgul.tnic> Message-ID: <20170728231233.GA29240@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jul 27, 2017 at 03:15:15PM +0200, Borislav Petkov wrote: > On Thu, Jul 27, 2017 at 11:08:56AM +0200, Jan Glauber wrote: > > OK. As fixing the firmware will take quite some time I'll go for the memory > > controller driver that starts EDAC / PMU depending on their CONFIG_. > > > > What would be the proper location for the multiplexer? > > drivers/soc/cavium or drivers/misc? > > Uff, no idea. Greg? You're the special drivers guy. :-) Start out in misc/ and let's see the code to determine if it should be moved elsewhere. thanks, greg k-h