summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-16 14:12:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-16 14:12:13 -0600
commitcb437c654b374337ef9a41bc3c49d0aa9c1c3edd (patch)
tree6e5bb140eeb914976fafc615cdc491f758c1cfc8 /nuttx/ChangeLog
parent2a4d9cdd4358f42ede2ed3328da7b027c2b98223 (diff)
downloadnuttx-cb437c654b374337ef9a41bc3c49d0aa9c1c3edd.tar.gz
nuttx-cb437c654b374337ef9a41bc3c49d0aa9c1c3edd.tar.bz2
nuttx-cb437c654b374337ef9a41bc3c49d0aa9c1c3edd.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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).