From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 12 Nov 2012 21:47:36 +0000 Subject: arm: at91: mach header cleanup In-Reply-To: <20121107111235.GH20063@game.jcrosoft.org> References: <20121107111235.GH20063@game.jcrosoft.org> Message-ID: <201211122147.36510.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 07 November 2012, Jean-Christophe PLAGNIOL-VILLARD wrote: > The following changes since commit 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64: > > Linux 3.7-rc3 (2012-10-28 12:24:48 -0700) > > are available in the git repository at: > > git://github.com/at91linux/linux-at91.git tags/for-3.8-at91_header_clean > > for you to fetch changes up to 75984df05d86956541795f01e62d7dc67bc522fd: > > arm: at91: move at91rm9200 rtc header in drivers/rtc (2012-11-06 20:30:52 +0800) > > ---------------------------------------------------------------- > arm: at91: mach header cleanup > > This first patch serie start the cleanup of the header in mach > by moving all the platform data to include/linux/platform_data > > and move the board header and drivers header next to them > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc: Nicolas Ferre > Hi Jean-Christophe, Sorry for the delay, I've pulled it now into the next/cleanup branch. Nice work! Arnd