Your patch is missing a sign-off, thus cannot be committed.
http://linuxbios.org/Development_Guidelines#Sign-off_Procedure
I updated my patch to use jedec* functions everywhere, please ack.
On Fri, Apr 20, 2007 at 02:26:06PM -0700, roger wrote:
diff -uN ./flashrom/README ./flashrom.mine/README --- ./flashrom/README 2007-04-09 15:59:22.000000000 -0700 +++ ./flashrom.mine/README 2007-04-20 14:03:52.000000000 -0700
Try 'svn diff', that's a lot easier :)
- {"M29F040B", ST_ID, ST_M29F040B, NULL, 512, 64 * 1024,
probe_29f040b, erase_29f040b, write_29f040b, NULL},
I've changed this one to use the jedec* functions, too. Untested, of course, but if the others work then this one probably does, too.
Uwe.