From: Florian Fainelli <florian@openwrt.org>
To: "Peter Holik" <peter@holik.at>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] usb driver for intellon based PLC like devolo dlan duo
Date: Sat, 18 Apr 2009 12:22:33 +0200 [thread overview]
Message-ID: <200904181222.33869.florian@openwrt.org> (raw)
In-Reply-To: <a3ca03e82d9afad72346dc5b4ae251c7.squirrel@webmail.it-technology.at>
Le Saturday 18 April 2009 08:48:22 Peter Holik, vous avez écrit :
> > Hi Peter,
> >
> > Nice to see such a driver coming up!
>
> thanks
>
> > Le Friday 17 April 2009 16:10:24 Peter Holik, vous avez écrit :
> >> Signed-off-by: Peter Holik <peter@holik.at>
> >> ---
> >> drivers/net/usb/Kconfig | 7 +
> >> drivers/net/usb/Makefile | 2 +-
> >> drivers/net/usb/intellon.c | 273
> >> ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 281
> >> insertions(+), 1 deletions(-)
> >> create mode 100644 drivers/net/usb/intellon.c
> >>
> >> diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
> >> index 8ee2103..068faa5 100644
> >> --- a/drivers/net/usb/Kconfig
> >> +++ b/drivers/net/usb/Kconfig
> >> @@ -345,4 +345,11 @@ config USB_HSO
> >> To compile this driver as a module, choose M here: the
> >> module will be called hso.
> >>
> >> +config USB_NET_INTELLON
> >> + tristate "Intellon PLC based usb adapter"
> >> + depends on USB_USBNET
> >> + help
> >> + Choose this option if you're using a PLC (Powerline Communications)
> >> + solution with an Intellon chip, like the "devolo dLan duo".
> >> +
> >
> > Please be more specific, i.e: using a USB-based PLC (...) solution.
> >
> > There might be support for PLC PHYs connected to a MII-bus in a near
> > future, even though they will not reside in drivers/net/usb/.
>
> What do you mean with the last sentence?
I mean that one might come up with a design that uses Intellon PLC PHY chips
only with a custom MAC chip, not integrated MAC+PHY chips only, therefore a
more specific naming is required, that's purely cosmetic though.
>
> >> endmenu
> >> diff --git a/drivers/net/usb/Makefile b/drivers/net/usb/Makefile
> >> index 88a87ee..0fccfe9 100644
> >> --- a/drivers/net/usb/Makefile
> >> +++ b/drivers/net/usb/Makefile
> >> @@ -19,4 +19,4 @@ obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o
> >> obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o
> >> obj-$(CONFIG_USB_NET_MCS7830) += mcs7830.o
> >> obj-$(CONFIG_USB_USBNET) += usbnet.o
> >> -
> >> +obj-$(CONFIG_USB_NET_INTELLON) += intellon.o
> >
> > I would not name this intellon for the same reasons as explained below,
> > but rather int51x1.c since this driver will for instance not work with
> > HomePlug AV designs which use different Intellon integrated chips like
> > the 6000 and 6300 series.
>
> work in progress...
Cool :)
> Disagree, because i've taken "nibble" and "get_ethernet_addr" from
> cdc_ether.c to have the same code (the version of Jan was different).
Ok.
--
Best regards, Florian Fainelli
Email : florian@openwrt.org
http://openwrt.org
-------------------------------
next prev parent reply other threads:[~2009-04-18 10:22 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-17 14:10 [PATCH] usb driver for intellon based PLC like devolo dlan duo Peter Holik
2009-04-17 14:32 ` Florian Fainelli
2009-04-17 19:07 ` Guennadi Liakhovetski
2009-04-18 8:55 ` David Miller
2009-04-18 19:54 ` Guennadi Liakhovetski
2009-04-19 4:15 ` David Miller
2009-04-19 4:24 ` David Miller
2009-04-19 8:32 ` Guennadi Liakhovetski
2009-04-19 8:35 ` David Miller
2009-04-18 6:48 ` Peter Holik
2009-04-18 10:22 ` Florian Fainelli [this message]
2009-04-18 13:42 ` Jon Smirl
2009-04-17 14:41 ` Oliver Neukum
2009-04-18 7:16 ` Peter Holik
2009-04-18 7:38 ` Oliver Neukum
2009-04-18 8:41 ` Peter Holik
2009-04-18 8:49 ` Oliver Neukum
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=200904181222.33869.florian@openwrt.org \
--to=florian@openwrt.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peter@holik.at \
/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.