Re: [U-Boot] [PATCH] flash: Add interface for flash verbosity control

2008-11-24 Thread Stefan Roese
On Monday 17 November 2008, Piotr Ziecik wrote: > Add interface for flash verbosity control. It allows > to disable output from low-level flash API. It is useful > when calling these low-level functions from context other > than flash commands (for example the MTD/CFI interface > implmentation). >

[U-Boot] [PATCH] flash: Add interface for flash verbosity control

2008-11-17 Thread Piotr Ziecik
Add interface for flash verbosity control. It allows to disable output from low-level flash API. It is useful when calling these low-level functions from context other than flash commands (for example the MTD/CFI interface implmentation). Signed-off-by: Piotr Ziecik <[EMAIL PROTECTED]> --- driver