netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/3] Add support for velocity network driver on platform devices
@ 2013-04-29 19:46 Tony Prisk
  2013-04-29 19:46 ` [PATCHv3 1/3] net: velocity: Rename vptr->dev to vptr->netdev Tony Prisk
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tony Prisk @ 2013-04-29 19:46 UTC (permalink / raw)
  To: Francois Romieu
  Cc: vt8500-wm8505-linux-kernel, linux-arm-kernel, linux-kernel,
	davem, netdev, Tony Prisk

v3 changes:
Rebased against net-next.
Fix errors in pm code.

v2 changes:
Drop patch #1 as requested by David Miller.
Correct the PHYID_ICPLUS_IP101A MII bits - should be ON, rather than OFF.
Read the platform rev_id from the correct register [regs->rev_id]. It's possible
this would work for the PCI version as well and would remove the need for the
'if (pci)' test to set vptr->rev_id.

v1:
The first three patches are general tidyup.

[DROPPED] Patch ## just alphabetizes the #includes to make it easier to read.

Patch #1 replaces vptr->dev with vptr->netdev, in preparation of adding a
struct device *dev in Patch #3

Patch #2 replaces the pci dma functions with the generic versions.

I have build tested these patches but don't have a PCI velocity to run-test it.
I can't see that they should introduce any problems as it is all renames and
function swapping.

Patch #3 adds support for the velocity driver on devicetree platform devices.
Binding document included. This patch is compile-tested for PCI, and boot
tested on a VIA APC8750.

I think it would be pertinent to get some tested-by's for PCI users.

Regards
Tony Prisk

Tony Prisk (3):
  net: velocity: Rename vptr->dev to vptr->netdev
  net: velocity: Convert to generic dma functions
  net: velocity: Add platform device support to VIA velocity driver

 .../devicetree/bindings/net/via-velocity.txt       |   20 +
 drivers/net/ethernet/via/Kconfig                   |    3 +-
 drivers/net/ethernet/via/via-velocity.c            |  563 ++++++++++++++------
 drivers/net/ethernet/via/via-velocity.h            |   35 +-
 4 files changed, 454 insertions(+), 167 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/via-velocity.txt

-- 
1.7.9.5

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

end of thread, other threads:[~2013-05-02 17:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-29 19:46 [PATCHv3 0/3] Add support for velocity network driver on platform devices Tony Prisk
2013-04-29 19:46 ` [PATCHv3 1/3] net: velocity: Rename vptr->dev to vptr->netdev Tony Prisk
2013-04-29 19:46 ` [PATCHv3 2/3] net: velocity: Convert to generic dma functions Tony Prisk
2013-04-29 19:46 ` [PATCHv3 3/3] net: velocity: Add platform device support to VIA velocity driver Tony Prisk
2013-04-29 23:04   ` Francois Romieu
2013-05-02 17:19     ` Russell King - ARM Linux

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).