All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Zigotzky <chzigotzky@xenosoft.de>
To: Denis Kirjanov <kda@linux-powerpc.org>,
	linuxppc-dev@lists.ozlabs.org, netdev@vger.kernel.org
Subject: [P.A. Semi] Does the ethernet interface work on your Electra, Chitra, Nemo, and Athena board?
Date: Mon, 30 Nov 2015 18:08:23 +0100	[thread overview]
Message-ID: <565C8287.7090209@xenosoft.de> (raw)
In-Reply-To: <565C1B55.4020207@xenosoft.de>

Hi All,

I have tested the PA Semi Ethernet with the kernels 4.2.3 and 4.3.0 
today. With the kernel 4.2.3 it works but with the kernel 4.3.0 final it 
doesn't work.

After that I tested some git kernels and release candidates of 4.3.

Kernel 4.3 git from Tue Sep 01, 2015 -> PA Semi Ethernet works
Kernel 4.3 git from Wed Sep 02, 2015 -> PA Semi Ethernet works
Kernel 4.3 git from Thu Sep 03, 2015 -> PA Semi Ethernet works
Kernel 4.3 git from Fri Sep 04, 2015 -> PA Semi Ethernet doesn't work 
(Merge tag 'powerpc-4.3-1': 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ff474e8ca8547d09cb82ebab56d4c96f9eea01ce)
Kernel 4.3 git from Sat Sep 05, 2015 -> PA Semi Ethernet doesn't work
Kernel 4.3 git from Mon Sep 07, 2015 -> PA Semi Ethernet doesn't work
Kernel 4.3 git from Wed Sep 09, 2015 -> PA Semi Ethernet doesn't work
Kernel 4.3 git from Fri Sep 11, 2015 -> PA Semi Ethernet doesn't work
Kernel 4.3 RC1 from Sun Sep 13, 2015 -> PA Semi Ethernet doesn't work
Kernel 4.3 RC2 from Mon Sep 21, 2015 -> PA Semi Ethernet doesn't work

The problematic commit must be between Thu Sep 03, 2015 at 09:37 AM (UTC 
+2) and Fri Sep 04, 2015 at 7:38 PM (UTC +2) in the linux git.

Linux git: Between 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?ofs=15500 
and 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?ofs=15200.

Maybe 
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ff474e8ca8547d09cb82ebab56d4c96f9eea01ce.

Cheers,

Christian

On 30 November 2015 at 10:48 AM, Christian Zigotzky wrote:
> Hi Denis,
>
> Thank you for your answer. Sorry because of my description.
>
> Yes, the driver probe function finds the device.
>
> With kernel 4.4-rc3:
>
> dmesg | grep -i eth0
>
> [ 2.297473] eth0: PA Semi GMAC: intf 5, hw addr 02:00:e0:0a:30:00
>
> dhclient eth0
>
> RTNETLINK answers: Cannot allocate memory
>
> With kernel 4.1.13:
>
> dmesg | grep -i eth0
>
> [ 2.328115] eth0: PA Semi GMAC: intf 5, hw addr 02:00:e0:0a:30:00
> [ 37.130466] eth0: Link is up at 100 Mbps, full duplex.
>
> Cheers,
>
> Christian
>
> On 30 November 2015 at 09:37 AM, Denis Kirjanov wrote:
>> On 11/29/15, Christian Zigotzky <chzigotzky@xenosoft.de> wrote:
>>> Hi All,
>>>
>>> Does the ethernet interface on your Electra, Chitra, Nemo, and Athena
>>> board work with the release candidates of the kernel 4.4? Unfortunately
>>> the P.A. Semi ethernet doesn't work on our Nemo boards with the release
>>> candidates of the kernel 4.4. We have set the following entries in the
>>> kernel config:
>>>
>>> CONFIG_NET_VENDOR_PASEMI=y
>>> CONFIG_PASEMI_MAC=y
>>>
>>> Could you please test the P.A. Semi ethernet on your P.A. Semi boards?
>> It's not clear from your descriptions what is not working. Does the
>> driver probe function find  a device? Does the interface show up in
>> the kernel? Can it send/receive packets?
>>
>> Also please CC netdev.
>>
>> Thanks.
>>
>>> Thanks in advance,
>>>
>>> Christian
>>> _______________________________________________
>>> Linuxppc-dev mailing list
>>> Linuxppc-dev@lists.ozlabs.org
>>> https://lists.ozlabs.org/listinfo/linuxppc-dev
>

  parent reply	other threads:[~2015-11-30 17:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-29 13:11 [P.A. Semi] Does the ethernet interface work on your Electra, Chitra, Nemo, and Athena board? Christian Zigotzky
2015-11-30  8:37 ` Denis Kirjanov
2015-11-30  9:48   ` Christian Zigotzky
2015-11-30  9:50     ` Christian Zigotzky
2015-11-30 17:08     ` Christian Zigotzky [this message]
2015-11-30 18:12       ` Gabriel Paubert
2015-12-01 14:47         ` Christian Zigotzky
2015-12-02  4:59           ` Christian Zigotzky
2015-12-02  8:14             ` Michael Ellerman
2015-12-02 21:11               ` Christian Zigotzky
2015-12-03 12:37                 ` Christian Zigotzky
2015-12-07 12:09                   ` Christian Zigotzky
2015-12-07 14:12                     ` Christian Zigotzky
2015-12-08  7:32                       ` Denis Kirjanov
2015-12-08 23:38                       ` Benjamin Herrenschmidt
2015-12-02  8:54       ` Denis Kirjanov

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=565C8287.7090209@xenosoft.de \
    --to=chzigotzky@xenosoft.de \
    --cc=kda@linux-powerpc.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=netdev@vger.kernel.org \
    /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.