netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] atm:  propagate atm_dev signal carrier to LOWER_UP of netdevice
@ 2010-07-02 17:47 Karl Hiramoto
  2010-07-02 17:47 ` [PATCH 1/6] atm: add hooks to propagate signal changes to netdevice Karl Hiramoto
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Karl Hiramoto @ 2010-07-02 17:47 UTC (permalink / raw)
  To: linux-atm-general, netdev, chas; +Cc: nathan, Karl Hiramoto

In userspace it's helpfull to know if a network device has a carrier signal. 
Often it is monitored via netlink.  This patchset allows a way for the 
struct atm_dev drivers to pass carrier on/off to the netdevice.

For DSL, carrier is on when the line has reached showtime state.

Currently this patchset only propagates the changes to br2684 vccs,
as this is the only type of hardware I have to test.

If you prefer git you can pull from:
git://github.com/karlhiramoto/linux-2.6.git linux-atm

Signed-off-by: Karl Hiramoto <karl@hiramoto.org>

Karl Hiramoto (6):
  atm: add hooks to propagate signal changes to netdevice
  atm br2684: add callback for carrier signal changes.
  atm/idt77105.c: call atm_dev_signal_change() when signal changes.
  atm/solos-pci: call atm_dev_signal_change() when signal changes.
  atm/suni.c: call atm_dev_signal_change() when signal changes.
  atm/adummy: add syfs DEVICE_ATTR to change signal

 drivers/atm/adummy.c    |   39 +++++++++++++++++++++++++++++++++++++++
 drivers/atm/idt77105.c  |   11 ++++++-----
 drivers/atm/solos-pci.c |    6 +++---
 drivers/atm/suni.c      |    5 +++--
 include/linux/atmdev.h  |    5 +++++
 net/atm/br2684.c        |   13 +++++++++++++
 net/atm/common.c        |   33 +++++++++++++++++++++++++++++++++
 7 files changed, 102 insertions(+), 10 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-07-03 20:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-02 17:47 [PATCH 0/6] atm: propagate atm_dev signal carrier to LOWER_UP of netdevice Karl Hiramoto
2010-07-02 17:47 ` [PATCH 1/6] atm: add hooks to propagate signal changes to netdevice Karl Hiramoto
2010-07-02 17:47 ` [PATCH 2/6] atm br2684: add callback for carrier signal changes Karl Hiramoto
2010-07-02 17:47 ` [PATCH 3/6] atm/idt77105.c: call atm_dev_signal_change() when " Karl Hiramoto
2010-07-02 17:47 ` [PATCH 4/6] atm/solos-pci: " Karl Hiramoto
2010-07-02 17:47 ` [PATCH 5/6] atm/suni.c: " Karl Hiramoto
2010-07-02 17:47 ` [PATCH 6/6] atm/adummy: add syfs DEVICE_ATTR to change signal Karl Hiramoto
2010-07-03 20:09 ` [Linux-ATM-General] [PATCH 0/6] atm: propagate atm_dev signal carrier to LOWER_UP of netdevice chas williams - CONTRACTOR

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).