diff --git a/ChangeLog b/ChangeLog index 41bf078fdca..d28d18a3852 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 8e91d976b43..0995e8c8436 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit 8e91d976b4390ccf28a5f03d3a29c25c2a8c0b29 +Subproject commit 0995e8c84365688956c9f97b6c9139462fd16d81 diff --git a/configs b/configs index bea7a607db9..4759f240312 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit bea7a607db96fad3dc7871f4ff12b5a37f44c1d3 +Subproject commit 4759f240312ffd5c7e008017cb11aa733ed900b7