From mboxrd@z Thu Jan 1 00:00:00 1970 From: rubini@gnudd.com (Alessandro Rubini) Date: Tue, 3 Jul 2012 15:26:41 +0200 Subject: [PATCH V2 5/6] x86: add CONFIG_ARM_AMBA, selected by STA2X11 In-Reply-To: <201207031319.40884.arnd@arndb.de> References: <201207031319.40884.arnd@arndb.de> <2b797c83-6a3c-4051-841a-a4cfa9d1cae1@email.android.com> <20120701104401.GA4352@mail.gnudd.com> <20120703130042.GA10007@mail.gnudd.com> Message-ID: <20120703132641.GA28437@mail.gnudd.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Arnd Bergmann: > Note that there is already an include/linux/amba/pl08x.h. > I would just move the few parts of pl080.h that are actually > needed with global visibility there, and move the rest > to drivers/dma/. Ok. >> proposed fix: use linux/sizes.h and provide readsl/writesl like others do > Ack on the linux/sizes.h, that definitely makes sense. I already have this in place for other drivers that I'm going to use with the pci-amba bridge. They have already been picked up by Rusell, but they are not in linux-next yet. So maybe other people have more errors than me related to sizes.h, but this for mmci is trivial with the other stuff in place. Ok for the rest, I'll submit a patch set following your suggestions when the other sizes.h stuff reaches linux-next. /alessandro