From: Andrew Lunn <andrew@lunn.ch>
To: Florian Fainelli <f.fainelli@gmail.com>,
Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Cc: netdev <netdev@vger.kernel.org>
Subject: Re: [PATCH RFC 1/6] net: dsa: mv88e6xxx: Implement interrupt support.
Date: Wed, 28 Sep 2016 12:22:20 +0200 [thread overview]
Message-ID: <20160928102220.GC19407@lunn.ch> (raw)
In-Reply-To: <1475051544-18561-2-git-send-email-andrew@lunn.ch>
The cover email got rejected, because i used MV88E6XXX in the subject
line, and it did not like the XXX.
----------------------------------------------------------------------
>From 838e38d8079341ffdeb98c3c1bf043627c24cfc2 Mon Sep 17 00:00:00 2001
From: Andrew Lunn <andrew@lunn.ch>
Date: Wed, 28 Sep 2016 03:23:04 -0500
Subject: [PATCH RFC 0/6] Interrupt support for MV88E6XYZ
NOT FOR MERGING
This RFC patchset add interrupt controller support to the MV88E6XXX.
This allows access to the interrupts the internal PHY generate. These
interrupts can then be associated to a PHY device in the device tree
and used by the PHY lib, rather than polling.
An earlier version of these patches were posted many moons ago. They
have been rebased onto net-next and adapted to the new structure of
the driver. However, still outstanding is if this is the correct way
to implement this feature, via an IRQ domain made available in the
device tree, and then using the standard PHY binding. This was
questioned last time, and never really resolved.
Comment welcome.
Andrew
Andrew Lunn (6):
net: dsa: mv88e6xxx: Implement interrupt support.
net: phy: Use threaded IRQ, to allow IRQ from sleeping devices
net: phy: Threaded interrupts allow some simplification
net: phy: Use phy name when requesting the interrupt
net: phy: Trigger state machine on state change and not polling.
arm: vf610: zii devel b: Add support for switch interrupts
.../devicetree/bindings/net/dsa/marvell.txt | 21 +-
arch/arm/boot/dts/vf610-zii-dev-rev-b.dts | 51 +++++
drivers/net/dsa/mv88e6xxx/chip.c | 247 ++++++++++++++++++++-
drivers/net/dsa/mv88e6xxx/global2.c | 140 +++++++++++-
drivers/net/dsa/mv88e6xxx/global2.h | 11 +
drivers/net/dsa/mv88e6xxx/mv88e6xxx.h | 32 ++-
drivers/net/phy/phy.c | 66 +++---
drivers/net/phy/phy_device.c | 1 -
include/linux/phy.h | 4 +-
9 files changed, 529 insertions(+), 44 deletions(-)
--
2.9.3
next prev parent reply other threads:[~2016-09-28 10:22 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1475051544-18561-1-git-send-email-andrew@lunn.ch>
2016-09-28 8:32 ` [PATCH RFC 1/6] net: dsa: mv88e6xxx: Implement interrupt support Andrew Lunn
2016-09-28 10:22 ` Andrew Lunn [this message]
2016-09-28 8:32 ` [PATCH RFC 2/6] net: phy: Use threaded IRQ, to allow IRQ from sleeping devices Andrew Lunn
2016-09-28 11:38 ` Sergei Shtylyov
2016-09-28 12:24 ` Andrew Lunn
2016-09-28 21:16 ` Andrew Lunn
2016-09-28 8:32 ` [PATCH RFC 3/6] net: phy: Threaded interrupts allow some simplification Andrew Lunn
2016-09-28 11:46 ` Sergei Shtylyov
2016-09-28 12:13 ` Sergei Shtylyov
2016-09-28 12:28 ` Andrew Lunn
2016-09-28 13:38 ` Sergei Shtylyov
2016-09-28 17:14 ` Florian Fainelli
2016-10-18 10:37 ` Sergei Shtylyov
2016-10-18 10:46 ` Andrew Lunn
2016-09-28 8:32 ` [PATCH RFC 4/6] net: phy: Use phy name when requesting the interrupt Andrew Lunn
2016-09-28 17:18 ` Florian Fainelli
2016-09-28 8:32 ` [PATCH RFC 5/6] net: phy: Trigger state machine on state change and not polling Andrew Lunn
2016-09-28 21:31 ` Florian Fainelli
2016-09-29 7:08 ` Andrew Lunn
2016-09-28 8:32 ` [PATCH RFC 6/6] arm: vf610: zii devel b: Add support for switch interrupts Andrew Lunn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160928102220.GC19407@lunn.ch \
--to=andrew@lunn.ch \
--cc=f.fainelli@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@savoirfairelinux.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.