Re: [PATCH v1 0/3] extend stmmac DT support.
On 04/07/13 00:04, David Miller wrote: > You are going to have to fix up the following build warnings and resubmit: > > CC [M] drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.o > drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c: In function > ‘stmmac_mdio_reset’: > drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:137:17: warning: unused > variable ‘dev’ [-Wunused-variable] > drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c: In function > ‘stmmac_mdio_register’: > drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:200:17: warning: unused > variable ‘dev’ [-Wunused-variable] Thanks Dave, I will resubmit the patches with this warning fix. Thanks, srini > > > Thanks. > ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss
Re: [PATCH v1 0/3] extend stmmac DT support.
From: Srinivas KANDAGATLA Date: Tue, 2 Jul 2013 14:03:39 +0100 > From: Srinivas Kandagatla > > Hi Peppe, > > Thankyou for the comments on RFC patches. > > This patch series adds support to new gmac versions 3.6.10 and 3.710, these > versions of IP are integrated into ST STiH415/STiH416 SOCs. > This patchset also adds phy reset capablity to stmmac-mdio driver via DT. > > Changes since RFC: > - re-use existing compatible strings to select right properties. > - clean up reset callback support so that DT is not parsed everytime. You are going to have to fix up the following build warnings and resubmit: CC [M] drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.o drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c: In function ‘stmmac_mdio_reset’: drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:137:17: warning: unused variable ‘dev’ [-Wunused-variable] drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c: In function ‘stmmac_mdio_register’: drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c:200:17: warning: unused variable ‘dev’ [-Wunused-variable] Thanks. ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss
[PATCH v1 0/3] extend stmmac DT support.
From: Srinivas Kandagatla Hi Peppe, Thankyou for the comments on RFC patches. This patch series adds support to new gmac versions 3.6.10 and 3.710, these versions of IP are integrated into ST STiH415/STiH416 SOCs. This patchset also adds phy reset capablity to stmmac-mdio driver via DT. Changes since RFC: - re-use existing compatible strings to select right properties. - clean up reset callback support so that DT is not parsed everytime. Thanks, srini Srinivas Kandagatla (3): dt:net:stmmac: Allocate platform data only if its NULL. dt:net:stmmac: Add support to dwmac version 3.610 and 3.710 dt:net:stmmac: Add dt specific phy reset callback support. Documentation/devicetree/bindings/net/stmmac.txt | 10 drivers/net/ethernet/stmicro/stmmac/stmmac_mdio.c | 50 +++- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 32 +++- include/linux/stmmac.h |4 ++ 4 files changed, 91 insertions(+), 5 deletions(-) -- 1.7.6.5 ___ devicetree-discuss mailing list devicetree-discuss@lists.ozlabs.org https://lists.ozlabs.org/listinfo/devicetree-discuss