From mboxrd@z Thu Jan 1 00:00:00 1970 From: konkers@google.com (Erik Gilling) Date: Wed, 17 Mar 2010 19:27:04 -0700 Subject: [RFC/PATCH 09/10] [ARM] tegra: harmony: Add harmony board file In-Reply-To: <4BA090F8.20706@compulab.co.il> References: <4344f3c71003151538r7dc30e01uc9885ca5d3f327cd@mail.gmail.com> <1268721688-27550-3-git-send-email-konkers@google.com> <1268721688-27550-4-git-send-email-konkers@google.com> <1268721688-27550-5-git-send-email-konkers@google.com> <1268721688-27550-6-git-send-email-konkers@google.com> <1268721688-27550-7-git-send-email-konkers@google.com> <1268721688-27550-8-git-send-email-konkers@google.com> <1268721688-27550-9-git-send-email-konkers@google.com> <1268721688-27550-10-git-send-email-konkers@google.com> <4BA090F8.20706@compulab.co.il> Message-ID: <4344f3c71003171927l6723017kc6104276052cc30@mail.gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Mar 17, 2010 at 1:21 AM, Mike Rapoport wrote: > > I think that both panel definition and pinmux can be in the board-harmony.c > and thus the board-harmony.h is not needed. In our experience board files get sufficiently cluttered with platform device definitions, callbacks, and fixups that splitting them apart make them much easer to deal with. See the sholes support at http://android.git.kernel.org/?p=kernel/omap.git;a=tree;f=arch/arm/mach-omap2;hb=android-omap-2.6.32 . -Erik