From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 2 Nov 2012 17:41:17 -0500 Subject: [U-Boot] [PATCH 2/2] nand: Move the sub-page read support enable to a flag In-Reply-To: <1351810169-29219-2-git-send-email-joe.hershberger@ni.com> (from joe.hershberger@ni.com on Thu Nov 1 17:49:29 2012) Message-ID: <1351896077.5089.17@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/01/2012 05:49:29 PM, Joe Hershberger wrote: > Use a flag instead of a hard-coded macro so that sub-page reads can be > enabled in other cases (such as on-die ecc). > > Signed-off-by: Joe Hershberger > --- > drivers/mtd/nand/nand_base.c | 9 +++++++-- > include/linux/mtd/nand.h | 7 ++++--- > 2 files changed, 11 insertions(+), 5 deletions(-) This looks a lot like commit a5ff4f102937a3492bca4a9ff0c341d78813414c in Linux, but I don't see any attribution... -Scott