From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 21 May 2014 10:26:40 +0200 Subject: [PATCH 00/10] ARM: Versatile irq and clock DT support In-Reply-To: <1400620176-7239-1-git-send-email-robherring2@gmail.com> References: <1400620176-7239-1-git-send-email-robherring2@gmail.com> Message-ID: <5859481.dtUsNDpXQt@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 20 May 2014 16:09:26 Rob Herring wrote: > From: Rob Herring > > This series is some preparation work to fully convert Versatile platform > to DT. This converts the IRQ initialization to DT based init and adds > clocks to the Versatile DT. This doesn't actually enable using common > clock framework, but that is only a matter of removing the old clock > code and enabling the appropriate Kconfig options. This will be done > when Versatile can be completely converted over to DT boot. I have that > working in my tree, but full DT conversion is also dependent on DT PCI > support. > > I've tested under QEMU and Linus Walleij has tested an earlier version > on Versatile AB h/w. Looks great to me. Acked-by: Arnd Bergmann Should we merge it directly into arm-soc or are you planning to send a pull request? Arnd