From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 6 Feb 2014 14:45:05 +0100 Subject: [GIT PULL] ARM: imx: device tree changes for 3.15, take 1 In-Reply-To: <20140205122258.GA13821@S2101-09.ap.freescale.net> References: <20140205122258.GA13821@S2101-09.ap.freescale.net> Message-ID: <201402061445.06234.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 05 February 2014, Shawn Guo wrote: > Hi arm-soc folks, > > This is basically imx-dt-3.14 pull request that missed the 3.14 merge > window with the pingrp removal series applied on top of. It also > includes a few additional board support I collected since imx-dt-3.14. > There will be another round of IMX DT changes for 3.15 later, but this > one should be the majority. Please pull, thanks. Hi Shawn, no objections to the stuff you add here, but the way it's organized is not good. Instead of adding the controversial patches first and then reverting them, please redo the series so you don't actually have the patches in the history. I see that you have rebased the patches on 3.14-rc1 already so there really shouldn't be any cross- tree dependencies that make it necessary to keep them in. Also, because of the pure size of the pull request: 105 files changed, 14073 insertions(+), 3127 deletions(-) it would be nice to split it up into smaller units. A good separation would be to have new board support in one pull request and the changes to existing boards in another one. Arnd