
On Monday 06 April 2009 06:46:29 Prafulla Wadaskar wrote:
I missed subject info (i.e. PATCH v2) is this a problem? Shall I send it again?
dont worry about it. the [PATCH ...] contents of the summary are dropped when merging into git. however, there is one other thing:
Subject: [PATCH] Macronix MX25xx MTD SPI flash driver
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
drivers/mtd/spi/Makefile | 1 +
the patch change log should go under that "---" rather than above it. the patch change log is to make reviewers' lives easier, not to go into the actual commit message. but dont worry about sending another patch, i'll just fix it up when i merge it. -mike