[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1390823503-24087-1-git-send-email-alchark@gmail.com>
Date: Mon, 27 Jan 2014 15:51:40 +0400
From: Alexey Charkov <alchark@...il.com>
To: netdev@...r.kernel.org, linux@...sktech.co.nz,
devicetree@...r.kernel.org, rl@...lgate.ch,
linux-kernel@...r.kernel.org
Cc: Alexey Charkov <alchark@...il.com>
Subject: [PATCH 0/3] Resubmit: net: via-rhine: add support for on-chip Rhine controllers
This series introduces platform bus (OpenFirmware) binding for
via-rhine, as used in various ARM-based Systems-on-Chip by
VIA/WonderMedia.
This has been tested in OF configuration by myself on a WM8950-based VIA
APC Rock development board, and in PCI configuration by Roger.
Unfortunately, I can't find my original submission from 30 Nov in any of
the mailing list archives (must have done something stupid while
sending). However, Roger seems to have received the patches fine, tested
them on PCI and signed off, so I'm including his Signed-off-by: with
this submission along with my own.
Please note that this series does not include any ifdefs for either PCI
or OF case, so in Roger's set-up the third patch increased module size
from 39372 to 40868 bytes (+3.8%). I'm following the example of
via-velocity here, which didn't have ifdefs either (and I believe it is
cleaner this way).
Not sure if it's appropriate for 3.14 at this point, but getting it
merged to -next would be much appreciated.
Best regards,
Alexey
Alexey Charkov (3):
net: via-rhine: switch to generic DMA functions
net: via-rhine: reduce usage of the PCI-specific struct
net: via-rhine: add OF bus binding
.../devicetree/bindings/net/via-rhine.txt | 18 +
drivers/net/ethernet/via/Kconfig | 2 +-
drivers/net/ethernet/via/via-rhine.c | 403 ++++++++++++---------
3 files changed, 260 insertions(+), 163 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/via-rhine.txt
--
1.8.5.1
--
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