From cb437c654b374337ef9a41bc3c49d0aa9c1c3edd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 16 Aug 2014 14:12:13 -0600 Subject: Update ChangeLog --- nuttx/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index c2d535d1e..21a3424ad 100755 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -8139,3 +8139,13 @@ ioctl.h: Add support for an ioctl that can be used to notify an application when there is a change in the network status signalled by a PHY interrupt (2014-8-16). + * drivers/net/phy_notify.c, include/net/if.h, ioctl.h, netdev.h, phy.h, + and net/netdev/netdev_ioctl.c: Finishes the ioctl definition to + subscribe to PHY events. Revamp network ioctl signature to support + arguments other than struct mii_ioctl_data (2014-8-16). + * arch/arm/src/stm32/stm32_eth.c: Modified to support the change to the + network ioctl signature changes. Also add support for new ioctl to + setup PHY event notifications (2014-8-16). + * arch/arm/src/sama5/sam_emaca.c, sam_emacb.c, and sam_gmac.c: Implement + all network ioctls, including the new ioctl to setup PHY event + notifications (2014-8-16). -- cgit v1.2.3