Message ID | 1430931438-32592-1-git-send-email-harinik@xilinx.com |
---|---|
State | Superseded, archived |
Headers | show |
From: Harini Katakam <harini.katakam@xilinx.com> Date: Wed, 6 May 2015 22:27:15 +0530 > Add "cdns,zynqmp-gem" to be used for Zynq Ultrascale+ MPSoC. > > Signed-off-by: Harini Katakam <harinik@xilinx.com> > Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Harini Katakam <harini.katakam@xilinx.com> Date: Wed, 6 May 2015 22:27:16 +0530 > Add compatible string and config structure for Zynq Ultrascale+ MPSoC > > Signed-off-by: Harini Katakam <harinik@xilinx.com> > Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Harini Katakam <harini.katakam@xilinx.com> Date: Wed, 6 May 2015 22:27:17 +0530 > Enable jumbo frame support for Zynq Ultrascale+ MPSoC. > Update the NWCFG register and descriptor length masks accordingly. > Jumbo max length register should be set according to support in SoC; it is > set to 10240 for Zynq Ultrascale+ MPSoC. > > Signed-off-by: Harini Katakam <harinik@xilinx.com> > Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Harini Katakam <harini.katakam@xilinx.com> Date: Wed, 6 May 2015 22:27:18 +0530 > Add macb_change_mtu callback; if jumbo frame support is present allow > mtu size changes upto (jumbo max length allowed - headers). > > Signed-off-by: Harini Katakam <harinik@xilinx.com> > Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Le 06/05/2015 18:57, Harini Katakam a écrit : > Add "cdns,zynqmp-gem" to be used for Zynq Ultrascale+ MPSoC. > > Signed-off-by: Harini Katakam <harinik@xilinx.com> > Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> I know it's too late, but for the record: Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Thanks for having re-spinned this series Harini. Bye, > --- > > v3: > No changes > > v2: > Updated SoC name > > --- > Documentation/devicetree/bindings/net/macb.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt > index ba19d67..8ec5fdf 100644 > --- a/Documentation/devicetree/bindings/net/macb.txt > +++ b/Documentation/devicetree/bindings/net/macb.txt > @@ -9,6 +9,7 @@ Required properties: > the Cadence GEM, or the generic form: "cdns,gem". > Use "cdns,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs. > Use "cdns,sama5d4-gem" for the Gigabit IP available on Atmel sama5d4 SoCs. > + Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC. > - reg: Address and length of the register set for the device > - interrupts: Should contain macb interrupt > - phy-mode: See ethernet.txt file in the same directory. >
On Mon, May 11, 2015 at 1:11 PM, Nicolas Ferre <nicolas.ferre@atmel.com> wrote: > Le 06/05/2015 18:57, Harini Katakam a écrit : >> Add "cdns,zynqmp-gem" to be used for Zynq Ultrascale+ MPSoC. >> >> Signed-off-by: Harini Katakam <harinik@xilinx.com> >> Reviewed-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> > > I know it's too late, but for the record: > Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Thanks! Regards, Harini > > Thanks for having re-spinned this series Harini. > > Bye, > > >> --- >> >> v3: >> No changes >> >> v2: >> Updated SoC name >> >> --- >> Documentation/devicetree/bindings/net/macb.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt >> index ba19d67..8ec5fdf 100644 >> --- a/Documentation/devicetree/bindings/net/macb.txt >> +++ b/Documentation/devicetree/bindings/net/macb.txt >> @@ -9,6 +9,7 @@ Required properties: >> the Cadence GEM, or the generic form: "cdns,gem". >> Use "cdns,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs. >> Use "cdns,sama5d4-gem" for the Gigabit IP available on Atmel sama5d4 SoCs. >> + Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC. >> - reg: Address and length of the register set for the device >> - interrupts: Should contain macb interrupt >> - phy-mode: See ethernet.txt file in the same directory. >> > > > -- > Nicolas Ferre -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/devicetree/bindings/net/macb.txt b/Documentation/devicetree/bindings/net/macb.txt index ba19d67..8ec5fdf 100644 --- a/Documentation/devicetree/bindings/net/macb.txt +++ b/Documentation/devicetree/bindings/net/macb.txt @@ -9,6 +9,7 @@ Required properties: the Cadence GEM, or the generic form: "cdns,gem". Use "cdns,sama5d3-gem" for the Gigabit IP available on Atmel sama5d3 SoCs. Use "cdns,sama5d4-gem" for the Gigabit IP available on Atmel sama5d4 SoCs. + Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC. - reg: Address and length of the register set for the device - interrupts: Should contain macb interrupt - phy-mode: See ethernet.txt file in the same directory.