
On Monday 06 April 2009 11:54:43 Prafulla Wadaskar wrote:
From: prafulla_wadaskar prafulla@marvell.com
Added macronix SF driver for MTD framework MX25L12805D is supported and tested TBD: sector erase implementation, other deivces support
Change log: v2: typos corrected, MX25PXX renamed as MX25XX, spi_flash struct declared as first member, RDSR command limited to 8bit transfer and cosmetic fixes
Signed-off-by: prafulla_wadaskar prafulla@marvell.com Reviewed by: Mike Frysinger vapier@gentoo.org Tested by: prafulla_wadaskar prafulla@marvell.com
Signed-off-by: prafulla_wadaskar prafulla@marvell.com
also i noticed these tags ... issues: - duplicate Signed-off-by tags - tag should have your proper name (so "Prafulla Wadaskar") - tags are delimited by dashes, not spaces (so "Reviewed-by:") - Tested-by is pretty much implied by Signed-off-by, so you dont need that if the latter is present ... but that isnt a hard rule, and really only applies to the author of the patch rather than other people who have helped out.
i bet you've just misconfigured your GIT_AUTHOR_* vars or ~/.gitconfig (or however you're setting your name) so that it reads "prafulla_wadaskar" ... -mike