public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Guillaume Dargaud <dargaud@lpsc•in2p3.fr>
To: linuxppc-dev@lists•ozlabs.org
Subject: Xilinx Temac
Date: Fri, 12 Oct 2012 14:56:19 +0200	[thread overview]
Message-ID: <50781373.1000205@lpsc.in2p3.fr> (raw)

Hello all,
I'm upgrading the kernel on an embedded system and the network driver I 
was using seems to have changed and the new one doesn't seem to work:

My working config, from 2.6.38 (I believe):
$ grep "NET\|MII\|TEMAC\|MARVELL" ../linux-2.6-xlnx-CodalemaC/.config | 
grep -v "^#"
CONFIG_NET=y
CONFIG_INET=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_NETDEVICES=y
CONFIG_NETDEV_1000=y
CONFIG_XILINX_LLTEMAC=y
CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_MII=y
CONFIG_NET_DMA=y
CONFIG_NETWORK_FILESYSTEMS=y

And the new one:
$ grep "NET\|MII\|TEMAC\|MARVELL" .config | grep -v "^#"
CONFIG_NET=y
CONFIG_INET=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_OF_NET=y
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_MARVELL=y
CONFIG_NET_VENDOR_XILINX=y
CONFIG_XILINX_LL_TEMAC=y
CONFIG_NET_DMA=y

On boot the device gets probed, but not activated:
# dmesg | grep -i "net\|mac"
[    0.017515] NET: Registered protocol family 16
[    0.102621] device class 'net': registering
[    0.241017] NET: Registered protocol family 2
[    0.249435] NET: Registered protocol family 1
[    5.098813] device: 'xps-ll-temac.1': device_add
[    5.098984] bus: 'platform': add device xps-ll-temac.1
[    5.101050] device: '81880000.ethernet': device_add
[    5.101221] bus: 'platform': add device 81880000.ethernet
[    5.484077] bus: 'platform': add driver xilinx_temac
[    5.484491] bus: 'platform': driver_probe_device: matched device 
81880000.ethernet with driver xilinx_temac
[    5.484726] bus: 'platform': really_probe: probing driver 
xilinx_temac with device 81880000.ethernet
[    5.487175] Xilinx TEMAC MDIO: probed
[    5.495719] driver: '81880000.ethernet': driver_bound: bound to 
device 'xilinx_temac'
[    5.495827] bus: 'platform': really_probe: bound device 
81880000.ethernet to driver xilinx_temac
[    5.530592] NET: Registered protocol family 17

Is there something I'm missing about this LLTEMAC to LL_TEMAC change ?
Thanks
-- 
Guillaume Dargaud
http://www.gdargaud.net/

             reply	other threads:[~2012-10-12 12:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12 12:56 Guillaume Dargaud [this message]
     [not found] <44CE4C1D.6050103@datadesigncorp.net>
2006-07-31 19:48 ` cool article Ameet Patil
     [not found]   ` <44CF89B5.7080906@datadesigncorp.net>
2006-08-02 10:15     ` Ameet Patil
2006-08-03  6:35       ` Xilinx TEMAC David H. Lynch Jr.
2006-08-03 14:34         ` Edward Bockhoefer
2006-08-03 18:53         ` Frank D Lombardo

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=50781373.1000205@lpsc.in2p3.fr \
    --to=dargaud@lpsc$(echo .)in2p3.fr \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox