From ac5c4a6507b97b1acfbe7ed010dc0e5eb5da746b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 9 Jul 2014 11:31:51 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e400c4ac580..3fd6d97f82f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7693,4 +7693,10 @@ (2014-7-9) * drivers/input/mxt.c: Use i2c_reset() if it thinks that the bus might by hung (2014-7-9). - + * arch/arm/src/sama5/sam_pio.c/.h: Add a new interface + sam_pio_forceclk() that can be used to force PIO clocking on. I am + afraid I was too conservative with PIO clocking in the initial design; + this is the price (2014-7-9). + * arch/arm/src/sama5/sam_twi.c: Use sam_pio_forceclk() so that we can + read the current state of an open-drain output in the TWI reset logic + (2014-7-9).