Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Wolfgang Denk
Dear Dirk Behme, In message <4a59fbda.70...@googlemail.com> you wrote: > > I understood Jean-Christophe that he wants > > board/omap3/ > > and this is what I doesn't like. At least not for the first board of a > company. If they, later, add some additional (OMAP3) boards, moving > then to boa

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:35 Sun 12 Jul , Dirk Behme wrote: >> Dear Jean-Christophe, >> >> Jean-Christophe PLAGNIOL-VILLARD wrote: >> > diff --git a/board/omap3/kboc/kboc.h b/board/omap3/kboc/kboc.h >>> please create you own vendor dirent >> NACK

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:35 Sun 12 Jul , Dirk Behme wrote: > Dear Jean-Christophe, > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > >>>diff --git a/board/omap3/kboc/kboc.h b/board/omap3/kboc/kboc.h > >please create you own vendor dirent > > NACK. We use board/omap3//.h syntax. So this is fine. > Everything else

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Dirk Behme
Dear Wolfgang, Wolfgang Denk wrote: > Dear Dirk Behme, > > In message <4a59e6b3.1070...@googlemail.com> you wrote: >> Jean-Christophe PLAGNIOL-VILLARD wrote: > diff --git a/board/omap3/kboc/kboc.h b/board/omap3/kboc/kboc.h >>> please create you own vendor dirent >> NACK. We use board/omap3//.

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Wolfgang Denk
Dear Dirk Behme, In message <4a59e6b3.1070...@googlemail.com> you wrote: > > Jean-Christophe PLAGNIOL-VILLARD wrote: > >>> diff --git a/board/omap3/kboc/kboc.h b/board/omap3/kboc/kboc.h > > please create you own vendor dirent > > NACK. We use board/omap3//.h syntax. So this is fine. > Everythin

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090712131357.ge7...@game.jcrosoft.org> you wrote: > > > > diff --git a/board/omap3/kboc/kboc.h b/board/omap3/kboc/kboc.h > please create you own vendor dirent This is only needed if the company is expected to release any significant number of b

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Dirk Behme
Nishanth Menon wrote: > Jean-Christophe PLAGNIOL-VILLARD said the following on 07/12/2009 08:13 AM: _sread*/\ + MUX_VAL(CP(D2D_MBUSFLAG), (IEN | PTD | DIS | M0)) /*d2d_mbusflag*/\ + MUX_VAL(CP(D2D_SBUSFLAG), (IEN | PTD | DIS | M0)) /*d2d_sbusflag*/\ + MUX_VAL(CP(SDRC_C

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Nishanth Menon
Jean-Christophe PLAGNIOL-VILLARD said the following on 07/12/2009 08:13 AM: >>> _sread*/\ >>> + MUX_VAL(CP(D2D_MBUSFLAG), (IEN | PTD | DIS | M0)) /*d2d_mbusflag*/\ >>> + MUX_VAL(CP(D2D_SBUSFLAG), (IEN | PTD | DIS | M0)) /*d2d_sbusflag*/\ >>> + MUX_VAL(CP(SDRC_CKE0),(IDIS |

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Dirk Behme
Dear Jean-Christophe, Jean-Christophe PLAGNIOL-VILLARD wrote: >>> diff --git a/board/omap3/kboc/kboc.h b/board/omap3/kboc/kboc.h > please create you own vendor dirent NACK. We use board/omap3//.h syntax. So this is fine. Everything else would make it inconsistent. Best regards Dirk __

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-12 Thread Jean-Christophe PLAGNIOL-VILLARD
Could you regenerate it with the following option git format-patch -M -B -C > > +       /* Configure GPIOs to output */ > > +       writel(~(GPIO23 | GPIO17 | GPIO12 | GPIO11 | GPIO10 | GPIO8 | > > GPIO2), > > +               &gpio6_base->oe); > > +       writel(~(GPIO31 | GPIO30 | GPIO29 | GPIO28

Re: [U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-09 Thread Nishanth Menon
On Thu, Jul 9, 2009 at 6:03 PM, wrote: > Subject: [PATCH] Add support for the KwikByte KBOC OMAP35xx board Do you have some link that you can point us to what is KwikByte KBOC board? give us some explanation.. > > Signed-off-by: Christian Owens > --- >  MAINTAINERS                  |    4 + >  M

[U-Boot] [PATCH] Add support for the KwikByte KBOC OMAP35xx board

2009-07-09 Thread christian
Subject: [PATCH] Add support for the KwikByte KBOC OMAP35xx board Signed-off-by: Christian Owens --- MAINTAINERS |4 + MAKEALL |1 + Makefile |3 + board/omap3/common/Makefile |1 + board/omap3/kboc/Makefile| 4