On Sun, Jul 25, 2010 at 12:56:24AM +0200, Carl-Daniel Hailfinger wrote:
Split off programmer.h from flash.h. Programmer specific functions are of absolutely no interest to any file except those dealing with programmer specific actions (special SPI commands and the generic core).
Yep, makes sense.
The new header structure is as follows (and yes, improvements are possible): flashchips.h flash chip IDs chipdrivers.h chip-specific read/write/... functions
flash.h common header for all stuff that doesn't fit elsewhere
I'd even rename this one to flashrom.h in another patch, the name is not quite fitting here IMHO.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Acked-by: Uwe Hermann uwe@hermann-uwe.de
Uwe.