Re: [PATCH (net-next.git) 2/2] stmmac: fix MDIO settings

2016-03-16 Thread Gabriel Fernandez
Hi Pepe, i have a kernel crash [2.714097] Unable to handle kernel NULL pointer dereference at virtual address 01d6 [2.722188] pgd = c0204000 [2.724886] [01d6] *pgd= [2.728452] Internal error: Oops: 5 [#1] SMP ARM [2.733054] Modules linked in: [2.736095] CPU

Re: [PATCHv3 (net.git) 2/2] stmmac: fix MDIO settings

2016-03-14 Thread Gabriel Fernandez
Hi Peppe, Just one remark below > diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c > b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c > index 6a52fa1..d2322e9 100644 > --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c > +++ b/drivers/net/ethernet/stmicro/stmmac

Re: [PATCH (net.git) 2/2] stmmac: fix MDIO settings

2016-03-09 Thread Gabriel Fernandez
> transceiver or a switch (that needs to be managed by using > fixed-link). > > Signed-off-by: Giuseppe Cavallaro > Cc: Gabriel Fernandez > Cc: Andreas Färber > Cc: Frank Schäfer > Cc: Dinh Nguyen > Cc: David S. Miller > --- > drivers/net/ethernet/stm

Re: [PATCH v3 0/8] arm64: rockchip: Initial GeekBox enablement

2016-03-08 Thread Gabriel Fernandez
On 8 March 2016 at 11:24, Giuseppe CAVALLARO wrote: > On 3/8/2016 11:03 AM, Gabriel Fernandez wrote: >> >> Hi Andreas and Dinh Thanks for your feedback i will check it. > > > hmm, I was looking at the code and indeed I have some doubt on > mdio_bus_data manage

Re: [PATCH v3 0/8] arm64: rockchip: Initial GeekBox enablement

2016-03-08 Thread Gabriel Fernandez
Hi Andreas and Dinh Thanks for your feedback i will check it. Best regards Gabriel On 8 March 2016 at 00:22, Dinh Nguyen wrote: > On Mon, Mar 7, 2016 at 11:15 AM, Andreas Färber wrote: >> Am 07.03.2016 um 16:52 schrieb Giuseppe CAVALLARO: >>> On 3/7/2016 4:46 PM, Andreas Färber wrote: Am

[PATCH] stmmac: Fix 'eth0: No PHY found' regression

2016-02-29 Thread Gabriel Fernandez
This patch manages the case when you have an Ethernet MAC with a "fixed link", and not connected to a normal MDIO-managed PHY device. The test of phy_bus_name was not helpful because it was never affected and replaced by the mdio test node. Signed-off-by: Gabriel Fernandez --- d

Re: [v6,1/4] stmmac: create of compatible mdio bus for stmmac driver

2016-02-17 Thread Gabriel Fernandez
Hi all, I work on STih410B2120 board and i have a regression since this patch (eth0: No PHY found) My configuration is an Ethernet MAC with a "fixed link", and not connected to a normal MDIO-managed PHY device. Please find my remark below. On 12/14/2015 04:31 AM, Phil Reid wrote: The DSA