[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1278092830-10473-1-git-send-email-karl@hiramoto.org>
Date: Fri, 2 Jul 2010 19:47:04 +0200
From: Karl Hiramoto <karl@...amoto.org>
To: linux-atm-general@...ts.sourceforge.net, netdev@...r.kernel.org,
chas@....nrl.navy.mil
Cc: nathan@...verse.com.au, Karl Hiramoto <karl@...amoto.org>
Subject: [PATCH 0/6] atm: propagate atm_dev signal carrier to LOWER_UP of netdevice
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@...amoto.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(-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists