Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-07-21 Thread Kumar Gala
On Jul 16, 2009, at 4:06 PM, Anton Vorontsov wrote: > On Thu, Jul 16, 2009 at 10:52:13PM +0200, Wolfgang Denk wrote: >> Dear Kim Phillips, >> >> In message <20090707173804.acc352f9.kim.phill...@freescale.com> you >> wrote: >>> Any news on this? >>> >>> Wolfgang, if you have no objection, p

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-07-16 Thread Anton Vorontsov
On Thu, Jul 16, 2009 at 10:52:13PM +0200, Wolfgang Denk wrote: > Dear Kim Phillips, > > In message <20090707173804.acc352f9.kim.phill...@freescale.com> you wrote: > > > > > Any news on this? > > > > Wolfgang, if you have no objection, please apply directly. > > Done. Thanks a lot, Wolfgang! --

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-07-16 Thread Wolfgang Denk
Dear Kim Phillips, In message <20090707173804.acc352f9.kim.phill...@freescale.com> you wrote: > > > Any news on this? > > Wolfgang, if you have no objection, please apply directly. Done. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-07-07 Thread Kim Phillips
On Tue, 7 Jul 2009 16:19:20 +0400 Anton Vorontsov wrote: > > > Wolfgang replied that we should keep things simple, and if we > > > want something complicated we should use device-tree: > > > http://lists.denx.de/pipermail/u-boot/2009-May/051886.html > > > > so until u-boot engulfs the dtc, for t

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-07-07 Thread Anton Vorontsov
On Thu, Jun 11, 2009 at 04:53:50PM -0500, Kim Phillips wrote: > On Thu, 11 Jun 2009 21:01:23 +0400 > Anton Vorontsov wrote: > > > "dr_usb.mode = host; .phy_type = ulpi; esdhc;" <- that isn't obvious > > that .phy_type is a continuation of dr_usb. :-/ > > > > It's kind of more special format then

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-06-11 Thread Kim Phillips
On Thu, 11 Jun 2009 21:01:23 +0400 Anton Vorontsov wrote: > "dr_usb.mode = host; .phy_type = ulpi; esdhc;" <- that isn't obvious > that .phy_type is a continuation of dr_usb. :-/ > > It's kind of more special format then the original... special, eh? ;) > Wolfgang replied that we should keep t

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-06-11 Thread Anton Vorontsov
On Thu, Jun 11, 2009 at 10:55:33AM -0500, Kim Phillips wrote: [...] > if you don't want to type, things like this are possible but they > have to depend on the order given: > > dr_usb.mode = host; .phy_type = ulpi; esdhc; > > however when automating/scripting concatenation of them, it's useful >

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-06-11 Thread Kim Phillips
On Thu, 11 Jun 2009 18:03:51 +0200 Wolfgang Denk wrote: > Dear Kim Phillips, > > In message <20090611105533.7aeec1ee.kim.phill...@freescale.com> you wrote: > > > > > The separator between options is ';', between sub-options is ','. > > > > > > So that would be 'dr_usb:mode=host,phy_type=ulpi; e

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-06-11 Thread Wolfgang Denk
Dear Kim Phillips, In message <20090611105533.7aeec1ee.kim.phill...@freescale.com> you wrote: > > > The separator between options is ';', between sub-options is ','. > > > > So that would be 'dr_usb:mode=host,phy_type=ulpi; esdhc". ...and that's still what I like most of the differnet formats di

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-06-11 Thread Kim Phillips
On Thu, 11 Jun 2009 18:39:43 +0400 Anton Vorontsov wrote: > On Thu, Jun 11, 2009 at 09:09:56AM -0500, Kim Phillips wrote: > [...] > > > > Suggestion: instead of > > > > > > > > set hwconfig dr_usb,dr_usb_mode:peripheral,dr_usb_phy_type:ulpi > > > > > > > > use: > > > > > > > >

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-06-11 Thread Anton Vorontsov
On Thu, Jun 11, 2009 at 09:09:56AM -0500, Kim Phillips wrote: [...] > > > Suggestion: instead of > > > > > > set hwconfig dr_usb,dr_usb_mode:peripheral,dr_usb_phy_type:ulpi > > > > > > use: > > > > > > set hwconfig dr_usb:mode=peripheral,phy_type=ulpi > > > > > > What do you think? > > > >

Re: [U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-06-11 Thread Kim Phillips
On Wed, 10 Jun 2009 00:23:28 +0400 Anton Vorontsov wrote: > On Fri, May 01, 2009 at 12:31:54AM +0200, Wolfgang Denk wrote: > > Dear Anton, > > > > In message <20090429215000.ga1...@oksana.dev.rtsoft.ru> you wrote: > > > This patch implements simple hwconfig infrastructure: an > > > interface for

[U-Boot] [PATCH v3 0/8] hwconfig and some its users

2009-06-09 Thread Anton Vorontsov
On Fri, May 01, 2009 at 12:31:54AM +0200, Wolfgang Denk wrote: > Dear Anton, > > In message <20090429215000.ga1...@oksana.dev.rtsoft.ru> you wrote: > > This patch implements simple hwconfig infrastructure: an > > interface for software knobs to control a hardware. > > Thanks a lot. > > > 3. We s