Update Changelog

This commit is contained in:
Gregory Nutt 2014-07-07 09:56:01 -06:00
parent 5bbc0a0dd9
commit eb4dae548c

View File

@ -7671,4 +7671,6 @@
character (BCH) driver. This allows any block device to be accessed character (BCH) driver. This allows any block device to be accessed
as an encrypted character device. From Max Nekludov (2014-7-7). as an encrypted character device. From Max Nekludov (2014-7-7).
* SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. * SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined.
From Max Nekludov (2014-7-7) From Max Nekludov (2014-7-7)
* SAMA5D3/4 I2C: Test for read or write operation was reversed. How
could this have worked before? (2014-7-7).