From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 20 Sep 2012 12:36:27 +0000 Subject: [PATCH v2 07/13] misc: Versatile Express config infrastructure In-Reply-To: <1348142814.11116.113.camel@hornet> References: <1347977875-16855-1-git-send-email-pawel.moll@arm.com> <201209191308.43676.arnd@arndb.de> <1348142814.11116.113.camel@hornet> Message-ID: <201209201236.28157.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 20 September 2012, Pawel Moll wrote: > > For now, I'd suggest you put this driver into drivers/mfd together > > with the other part from your patch 8. > > Do you mean - merge it into one file? I'd rather avoid that - the time > will come (and probably sooner than I would hope) when there will be a > new VE generation with some other "config bridge" instead of the > sysregs. No, just leave it at two files. We have a number of examples of mfd drivers that have a common part and e.g. i2c and spi based files as back-ends. For now, you'd just build both files together. Arnd