From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 05 Oct 2008 08:56:43 +0200 Subject: [U-Boot] [PATCH 03/12 v2] ARM: OMAP3: Add overo pin mux, omap3 and prototype headers In-Reply-To: <20081005012303.GC14377@game.jcrosoft.org> References: <48e5f5fb.0405560a.7aac.0b21@mx.google.com> <48e5f61b.0c07560a.38b2.ffffda44@mx.google.com> <20081005012303.GC14377@game.jcrosoft.org> Message-ID: <48E8652B.10203@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > On 12:38 Fri 03 Oct , dirk.behme at googlemail.com wrote: > >>Subject: [PATCH 03/12 v2] ARM: OMAP3: Add overo pin mux, omap3 and prototype headers >> >>From: Dirk Behme >> >>Add overo pin mux, omap3 and prototype headers >> >>Signed-off-by: Dirk Behme >> >>--- >>Changes in version v2: >> >>- Update Overo pin mux to add and pull down X_GATE, by Steve Sakoman. >> >> include/asm-arm/arch-omap3/mux.h | 337 +++++++++++++++++++++++++++++++++ >> include/asm-arm/arch-omap3/omap3.h | 135 +++++++++++++ >> include/asm-arm/arch-omap3/sys_proto.h | 71 ++++++ >> 3 files changed, 543 insertions(+) >> >>Index: u-boot-arm/include/asm-arm/arch-omap3/mux.h >>=================================================================== >>--- u-boot-arm.orig/include/asm-arm/arch-omap3/mux.h >>+++ u-boot-arm/include/asm-arm/arch-omap3/mux.h >>@@ -754,4 +754,341 @@ >> MUX_VAL(CP(sdrc_cke0), (IDIS | PTU | EN | M0)) /*sdrc_cke0*/\ > > Same as before > please use tab instead of space Thanks for review. Will do so (for 02/12, too). > and please be carefull of 80 chards limit Do you mean now or after replacing spaces with tabs? I carefully checked and think that at the moment (so the space version) has everything < 80 chars. If not, please let me know where you found violation. Well, with tab instead of space most probably it will become hard to stay < 80 chars. But I will see what I can do. Thanks for looking@it, Dirk P.S.: When we fix space/tab and the nand issue, will you apply this patchset to u-boot-arm next, then?