Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965381Ab1C3Vow (ORCPT ); Wed, 30 Mar 2011 17:44:52 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:20283 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964879Ab1C3Vot (ORCPT ); Wed, 30 Mar 2011 17:44:49 -0400 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+H7rFiPRqkMzGam8dBB/CB Date: Wed, 30 Mar 2011 14:44:37 -0700 From: Tony Lindgren To: Linus Torvalds Cc: Arnd Bergmann , Russell King - ARM Linux , David Brown , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Nicolas Pitre , Catalin Marinas Subject: Re: [GIT PULL] omap changes for v2.6.39 merge window Message-ID: <20110330214437.GH18334@atomide.com> References: <20110317183048.GW7258@atomide.com> <20110318101512.GA15375@n2100.arm.linux.org.uk> <201103301906.42429.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2781 Lines: 64 * Linus Torvalds [110330 12:19]: > On Wed, Mar 30, 2011 at 10:06 AM, Arnd Bergmann wrote: > > > > I'm still new to the ARM world, but I think one real problem is the way > > that all platforms have their own trees with a very flat hierarchy -- > > a lot of people directly ask Linus to pull their trees, and the main > > way to sort out conflicts is linux-next. The number of platforms in the > > ARM arch is still increasing, so I assume that this only gets worse. > > As far as I'm concerned, the biggest issuee is that some of the ARM > crap is just CRAP. It's idiotic tables that get updated by multiple > people, and in totally nonsensical ways. When I see conflicts in those > damn clock-data files, I just go mental. Those files are an > abomination. Those kind of conflicts should not happen any longer that's for sure. > Why the hell is the clock-data for fifty (number taken out of my ass) > different clocking rules in one array? And why do we have eight > different files of that kind of crap for omap2? The clock*data.c files could eventually come from device tree, but that still requires quite a bit of work to get there. > Look at the dirstat for arch/ in just the current merge window > (cut-off at 5% just to not get too much): > > [torvalds@i5 linux]$ git diff -C --dirstat=5 --cumulative v2.6.38.. arch > 14.0% arch/arm/mach-omap2/ > 5.8% arch/arm/plat-mxc/include/mach/ > 6.3% arch/arm/plat-mxc/ > 57.1% arch/arm/ > 5.4% arch/m68k/ > 9.6% arch/unicore32/ > 6.9% arch/x86/ > 100.0% arch/ > > almost *SIXTY* percent of all arch updates were to ARM code. And > that's despite the fact that one of those architectures (unicore32) is > a totally new architecture, and despite m68k having gone through a > first-level unification of nommu and mmu code! > > And was this just a fluke? No. Doing the same for 2.3.37..38 gives > 58.3% for arch/arm (and in that release we had a blackfin unification > effort, otherwise arm would have been an even bigger percentage). > > That's ridiculous. It's entirely due to the whole f*cked-up arm ecosystem. Yeh there's no BIOS and there are no scannable busses.. Which leads to huge amount of data patches that show up in the diffstat. Anyways, let's plan on kicking out per-SoC and per-board data from the kernel and get it from the bootloader via device tree in the long run. Most of the data is already separate from the code, so it should not be that hard to do, just takes some time. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/