From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 27 Jun 2012 10:51:49 -0700 Subject: [U-Boot] [PATCH 5/6] mtd/spi: add sst25l driver In-Reply-To: <1340706794-2806-5-git-send-email-mikhail.kshevetskiy@gmail.com> References: <1340706794-2806-1-git-send-email-mikhail.kshevetskiy@gmail.com> <1340706794-2806-5-git-send-email-mikhail.kshevetskiy@gmail.com> Message-ID: <20120627175149.GA18004@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jun 26, 2012 at 02:33:13PM +0400, Mikhail Kshevetskiy wrote: > current SST driver does not support well this types of flash, so use > linux-3.3 code as a base. > > Signed-off-by: Mikhail Kshevetskiy The correct form here is to say: Backport from Linux commit .... If this is from the 3.3 release please say that clearly. Thanks! -- Tom