Re: [U-Boot] [PATCH] cmd_sf: rename speed to hz

2009-01-06 Thread Haavard Skinnemoen
Mike Frysinger wrote: The term hz is used everywhere else when talking about the frequency of the SPI bus, so have the sf command use it as well to stay consistent. It even presents itself as hz when showing user help. Signed-off-by: Mike Frysinger vap...@gentoo.org I like it. hz makes it

Re: [U-Boot] [PATCH] cmd_sf: rename speed to hz

2008-12-22 Thread Mike Frysinger
On Friday 12 December 2008 02:22:16 Wolfgang Denk wrote: In message 200812112130.02918.vap...@gentoo.org you wrote: -#ifndef CONFIG_SF_DEFAULT_SPEED -# define CONFIG_SF_DEFAULT_SPEED 100 +#ifndef CONFIG_SF_DEFAULT_HZ +# define CONFIG_SF_DEFAULT_HZ 100 I

Re: [U-Boot] [PATCH] cmd_sf: rename speed to hz

2008-12-13 Thread Jerry Van Baren
Mike Frysinger wrote: On Thursday 11 December 2008 18:59:46 Wolfgang Denk wrote: In message Mike Frysinger you wrote: The term hz is used everywhere else when talking about the frequency of the SPI bus, so have the sf command use it as well to stay consistent. It even presents itself as hz

[U-Boot] [PATCH] cmd_sf: rename speed to hz

2008-12-11 Thread Mike Frysinger
The term hz is used everywhere else when talking about the frequency of the SPI bus, so have the sf command use it as well to stay consistent. It even presents itself as hz when showing user help. Signed-off-by: Mike Frysinger vap...@gentoo.org --- common/cmd_sf.c | 10 +- 1 files

Re: [U-Boot] [PATCH] cmd_sf: rename speed to hz

2008-12-11 Thread Wolfgang Denk
Dear Mike Frysinger, In message 1229034488-26048-1-git-send-email-vap...@gentoo.org you wrote: The term hz is used everywhere else when talking about the frequency of the SPI bus, so have the sf command use it as well to stay consistent. It even presents itself as hz when showing user help.

Re: [U-Boot] [PATCH] cmd_sf: rename speed to hz

2008-12-11 Thread Wolfgang Denk
Dear Mike Frysinger, In message 200812112130.02918.vap...@gentoo.org you wrote: -#ifndef CONFIG_SF_DEFAULT_SPEED -# define CONFIG_SF_DEFAULT_SPEED 100 +#ifndef CONFIG_SF_DEFAULT_HZ +# define CONFIG_SF_DEFAULT_HZ100 I consider FREQ (and even SPEED) a much better name