From 08773101a8d6b3e22f3b97ca471e4583b50ddf87 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 3 Jul 2014 07:59:13 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cf4951ca8e..9ff011a7bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7624,4 +7624,6 @@ * SAM3/4 and SAMA5 Ethernet: Fix an error in the function that determines the number of free TX descriptors. This is an important bugfix on busy networks (2014-7-2). - + * SAM4 AES driver. Contributed by Max Neklyudov (2014-7-3). + * crypto/ and include/crypto: Beginnings of a crypto/ subsystem from + Max Neklyudov (2014-7-3).