From 68b667c053d06b1443165f5a00206a8fe616ce2b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 11 Jul 2014 11:21:04 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 665993688a..f66cc9b295 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7707,4 +7707,6 @@ * drivers/input/mxt: The maXTouch driver works! (2014-7-10). * configs/sama5d4-ek: The TM7000 LCD works! (2014-7-10). * configs/sama5d4-ek/NxWM: Add an NxWM configuration (2014-7-10). + * drivers/mtc_rwbuffer.c (and others): Add an MTD layer that will add + read-ahead or write buffering to any MTD driver (incomplete) (2014-7-11).