summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/phy_notify.c
Commit message (Expand)AuthorAgeFilesLines
* Tiva PHY Interrupts: Need to read the PHY interrupt status register in order ...Gregory Nutt2015-01-051-1/+1
* Network: Fix compilation problem when mutliple networks enabledGregory Nutt2014-11-171-1/+2
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-20/+43
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to di...Gregory Nutt2014-08-171-1/+32
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-171-1/+1
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-161-2/+11
* Add support for an ioctl that can be used to notify an application when there...Gregory Nutt2014-08-161-0/+408