From 695ad45d83e5f4c4a80aaa617c7021cdd64d9bd3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 26 Jan 2016 15:23:01 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ arch | 2 +- configs | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41bf078fdc..d28d18a385 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11374,4 +11374,10 @@ * I2C: Eliminate the I@C_WRITEREAD method (2016-01-26). * drivers/i2c/i2c_read.c and i2c_write.c: Convert to use I2C_TRANSFER vs. I2C_READ and I2C_WRITE which are not thread safe (2016-01-26). + * SPI: Rename the STM32 up_spiinitialize() to stm32_spibus_initialize() + (2016-01-26). + * SPI: Rename the SAM up_spiinitialize() to stm32_spibus_initialize() + (2016-01-26). + * SPI: Rename the Tiva up_spiinitialize() to tiva_spibus_intialize() + (2016-01-26). diff --git a/arch b/arch index 8e91d976b4..0995e8c843 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 8e91d976b4390ccf28a5f03d3a29c25c2a8c0b29 +Subproject commit 0995e8c84365688956c9f97b6c9139462fd16d81 diff --git a/configs b/configs index bea7a607db..4759f24031 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit bea7a607db96fad3dc7871f4ff12b5a37f44c1d3 +Subproject commit 4759f240312ffd5c7e008017cb11aa733ed900b7