linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs
@ 2018-05-11 19:29 Murali Karicheri
  2018-05-11 19:29 ` [linux-next PATCH 1/4] ARM: dts: k2g: add dt bindings to support network driver Murali Karicheri
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Murali Karicheri @ 2018-05-11 19:29 UTC (permalink / raw)
  To: ssantosh, robh+dt, mark.rutland, linux, linux-arm-kernel,
	devicetree, linux-kernel

Now that NetCP driver patches for K2G SoC is merged to linux-next master
this series add patches to enable network driver on K2G ICE and GP EVMs.

Thanks

Applied the patches on top of latest linux-next master, built kernel and
booted up on both EVMs. The logs are below

K2G GP EVM: https://pastebin.ubuntu.com/p/ycZDnZXYPx/
K2G ICE EVM: https://pastebin.ubuntu.com/p/bdCpzgdrXr/

Murali Karicheri (4):
  ARM: dts: k2g: add dt bindings to support network driver
  ARM: dts: keystone-k2g-evm: Enable netcp network driver
  ARM: dts: keystone-k2g-ice: Enable netcp network driver
  ARM: keystone: k2g: enable micrel and dp83867 phys

 arch/arm/boot/dts/keystone-k2g-evm.dts    |  53 +++++++++++
 arch/arm/boot/dts/keystone-k2g-ice.dts    |  59 ++++++++++++
 arch/arm/boot/dts/keystone-k2g-netcp.dtsi | 147 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/keystone-k2g.dtsi       |  13 +++
 arch/arm/configs/keystone_defconfig       |   2 +
 5 files changed, 274 insertions(+)
 create mode 100644 arch/arm/boot/dts/keystone-k2g-netcp.dtsi

-- 
1.9.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [linux-next PATCH 1/4] ARM: dts: k2g: add dt bindings to support network driver
  2018-05-11 19:29 [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs Murali Karicheri
@ 2018-05-11 19:29 ` Murali Karicheri
  2018-05-11 19:29 ` [linux-next PATCH 2/4] ARM: dts: keystone-k2g-evm: Enable netcp " Murali Karicheri
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Murali Karicheri @ 2018-05-11 19:29 UTC (permalink / raw)
  To: ssantosh, robh+dt, mark.rutland, linux, linux-arm-kernel,
	devicetree, linux-kernel

This patch add dt bindings to support network driver based on
Network Sub System (NSS) found on k2g SoC. This consists of
bindings for netcp node, nss qmss , pktdma, cpsw 2u version
of ethss and mdio.

In order to support transitioning between non-promiscuous
and promiscuous modes in K2G's ethernet switch, netcp ALE
needs to be enabled. Therefore this patch enables K2G's
netcp ALE for that purpose.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: WingMan Kwok <w-kwok2@ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 arch/arm/boot/dts/keystone-k2g-netcp.dtsi | 147 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/keystone-k2g.dtsi       |  13 +++
 2 files changed, 160 insertions(+)
 create mode 100644 arch/arm/boot/dts/keystone-k2g-netcp.dtsi

diff --git a/arch/arm/boot/dts/keystone-k2g-netcp.dtsi b/arch/arm/boot/dts/keystone-k2g-netcp.dtsi
new file mode 100644
index 0000000..d0e6a9a
--- /dev/null
+++ b/arch/arm/boot/dts/keystone-k2g-netcp.dtsi
@@ -0,0 +1,147 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Device Tree Source for K2G Netcp driver
+ *
+ * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
+ */
+
+qmss: qmss@4020000 {
+	compatible = "ti,66ak2g-navss-qm";
+	dma-coherent;
+	#address-cells = <1>;
+	#size-cells = <1>;
+	power-domains = <&k2g_pds 0x0018>;
+	clocks = <&k2g_clks 0x0018 0>;
+	clock-names = "nss_vclk";
+	ranges;
+	queue-range = <0 0x80>;
+	linkram0 = <0x4020000 0x7ff>;
+	status = "disabled";
+
+	qmgrs {
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+		qmgr0 {
+			managed-queues = <0 0x80>;
+			reg = <0x4100000 0x800>,
+			      <0x4040000 0x100>,
+			      <0x4080000 0x800>,
+			      <0x40c0000 0x800>;
+			reg-names = "peek", "config",
+				    "region", "push";
+		};
+
+	};
+	queue-pools {
+		qpend {
+			qpend-0 {
+				qrange = <77 8>;
+				interrupts =<0 308 0xf04 0 309 0xf04 0 310 0xf04
+					     0 311 0xf04 0 312 0xf04 0 313 0xf04
+					     0 314 0xf04 0 315 0xf04>;
+				qalloc-by-id;
+			};
+		};
+		general-purpose {
+			gp-0 {
+				qrange = <112 8>;
+			};
+			netcp-tx {
+				qrange = <5 8>;
+				qalloc-by-id;
+			};
+		};
+	};
+
+	descriptor-regions {
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+		region-12 {
+			id = <12>;
+			region-spec = <1023 128>; /* num_desc desc_size */
+			link-index = <0x400>;
+		};
+	};
+}; /* qmss */
+
+knav_dmas: knav_dmas@0 {
+	compatible = "ti,keystone-navigator-dma";
+	#address-cells = <1>;
+	#size-cells = <1>;
+	status = "disabled";
+	power-domains = <&k2g_pds 0x0018>;
+	clocks = <&k2g_clks 0x0018 0>;
+	clock-names = "nss_vclk";
+	ranges;
+	ti,navigator-cloud-address = <0x40c0000 0x40c0000 0x40c0000 0x40c0000>;
+
+	dma_gbe: dma_gbe@0 {
+		reg = <0x4010000 0x100>,
+		      <0x4011000 0x2a0>, /* 21 Tx channels */
+		      <0x4012000 0x400>, /* 32 Rx channels */
+		      <0x4010100 0x80>,
+		      <0x4013000 0x400>; /* 32 Rx flows */
+		reg-names = "global", "txchan", "rxchan",
+			    "txsched", "rxflow";
+	};
+
+};
+
+netcp: netcp@4000000 {
+	reg = <0x2620110 0x8>;
+	reg-names = "efuse";
+	compatible = "ti,netcp-1.0";
+	#address-cells = <1>;
+	#size-cells = <1>;
+	status = "disabled";
+	power-domains = <&k2g_pds 0x0018>;
+	clocks = <&k2g_clks 0x0018 3>, <&k2g_clks 0x0018 8>;
+	clock-names = "ethss_clk", "cpts";
+
+	/* NetCP address range */
+	ranges = <0 0x4000000 0x1000000>;
+
+	dma-coherent;
+
+	ti,navigator-dmas = <&dma_gbe 0>, <&dma_gbe 5>;
+	ti,navigator-dma-names = "netrx0", "nettx";
+
+	netcp-devices {
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+		gbe: gbe@200000 {
+			label = "netcp-gbe";
+			compatible = "ti,netcp-gbe-2";
+			reg = <0x200000 0x20>, <0x220000 0x20000>;
+			enable-ale;
+			tx-queue = <5>;
+			tx-channel = "nettx";
+			cpts-rftclk-sel = <0>;
+			cpts-ext-ts-inputs = <8>;
+
+			interfaces {
+				gbe0: interface-0 {
+					slave-port = <0>;
+					link-interface	= <5>;
+				};
+			};
+		};
+	};
+
+	netcp-interfaces {
+		interface-0 {
+			rx-channel = "netrx0";
+			rx-pool = <512 12>;
+			tx-pool = <511 12>;
+			rx-queue-depth = <128 128 0 0>;
+			rx-buffer-size = <1518 4096 0 0>;
+			rx-queue = <77>;
+			tx-completion-queue = <78>;
+			efuse-mac = <1>;
+			netcp-gbe = <&gbe0>;
+		};
+	};
+};
diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
index da78c00..a8324a7 100644
--- a/arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/keystone-k2g.dtsi
@@ -609,5 +609,18 @@
 			reg = <0x21010000 0x200>;
 			interrupts = <GIC_SPI 123 IRQ_TYPE_EDGE_RISING>;
 		};
+
+		mdio: mdio@4200f00 {
+			compatible = "ti,keystone_mdio", "ti,davinci_mdio";
+			reg = <0x04200f00 0x100>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			clocks = <&k2g_clks 0x0018 3>;
+			clock-names = "fck";
+			power-domains = <&k2g_pds 0x0018>;
+			status = "disabled";
+			bus_freq = <2500000>;
+		};
+		#include "keystone-k2g-netcp.dtsi"
 	};
 };
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [linux-next PATCH 2/4] ARM: dts: keystone-k2g-evm: Enable netcp network driver
  2018-05-11 19:29 [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs Murali Karicheri
  2018-05-11 19:29 ` [linux-next PATCH 1/4] ARM: dts: k2g: add dt bindings to support network driver Murali Karicheri
@ 2018-05-11 19:29 ` Murali Karicheri
  2018-05-11 19:29 ` [linux-next PATCH 3/4] ARM: dts: keystone-k2g-ice: " Murali Karicheri
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Murali Karicheri @ 2018-05-11 19:29 UTC (permalink / raw)
  To: ssantosh, robh+dt, mark.rutland, linux, linux-arm-kernel,
	devicetree, linux-kernel

Add dt bindings to enable netcp network driver on K2G GP EVM. This
consists of enabling bindings for nss qmss, pktdma, 2u ethss,
mdio, pinmux and netcp devices.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
---
 arch/arm/boot/dts/keystone-k2g-evm.dts | 53 ++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts
index 154fdd7..f028a00 100644
--- a/arch/arm/boot/dts/keystone-k2g-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2g-evm.dts
@@ -128,6 +128,30 @@
 			K2G_CORE_IOPAD(0x1228) (BUFFER_CLASS_B | PIN_PULLDOWN  | MUX_MODE1)	/* qspicsn3.dcan1rx */
 		>;
 	};
+
+	emac_pins: pinmux_emac_pins {
+		pinctrl-single,pins = <
+			K2G_CORE_IOPAD(0x113C) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXD1.RGMII_RXD1 */
+			K2G_CORE_IOPAD(0x1138) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXD2.RGMII_RXD2 */
+			K2G_CORE_IOPAD(0x1134) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXD3.RGMII_RXD3 */
+			K2G_CORE_IOPAD(0x1140) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXD0.RGMII_RXD0 */
+			K2G_CORE_IOPAD(0x1178) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXD0.RGMII_TXD0 */
+			K2G_CORE_IOPAD(0x1174) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXD1.RGMII_TXD1 */
+			K2G_CORE_IOPAD(0x1170) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXD2.RGMII_TXD2 */
+			K2G_CORE_IOPAD(0x116C) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXD3.RGMII_TXD3 */
+			K2G_CORE_IOPAD(0x1154) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXCLK.RGMII_TXC */
+			K2G_CORE_IOPAD(0x117C) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXEN.RGMII_TXCTL */
+			K2G_CORE_IOPAD(0x1120) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXCLK.RGMII_RXC */
+			K2G_CORE_IOPAD(0x1144) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXDV.RGMII_RXCTL */
+		>;
+	};
+
+	mdio_pins: pinmux_mdio_pins {
+		pinctrl-single,pins = <
+			K2G_CORE_IOPAD(0x118C) (BUFFER_CLASS_B | PULL_DISABLE | MUX_MODE0)	/* MDIO_CLK.MDIO_CLK */
+			K2G_CORE_IOPAD(0x1188) (BUFFER_CLASS_B | PULL_DISABLE | MUX_MODE0)	/* MDIO_DATA.MDIO_DATA */
+		>;
+	};
 };
 
 &uart0 {
@@ -294,3 +318,32 @@
 	pinctrl-0 = <&dcan1_pins>;
 	status = "okay";
 };
+
+&qmss {
+	status = "okay";
+};
+
+&knav_dmas {
+	status = "okay";
+};
+
+&mdio {
+	pinctrl-names = "default";
+	pinctrl-0 = <&mdio_pins>;
+	status = "okay";
+	ethphy0: ethernet-phy@0 {
+		reg = <0>;
+	};
+};
+
+&gbe0 {
+	phy-handle = <&ethphy0>;
+	phy-mode = "rgmii-id";
+	status = "okay";
+};
+
+&netcp {
+	pinctrl-names = "default";
+	pinctrl-0 = <&emac_pins>;
+	status = "okay";
+};
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [linux-next PATCH 3/4] ARM: dts: keystone-k2g-ice: Enable netcp network driver
  2018-05-11 19:29 [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs Murali Karicheri
  2018-05-11 19:29 ` [linux-next PATCH 1/4] ARM: dts: k2g: add dt bindings to support network driver Murali Karicheri
  2018-05-11 19:29 ` [linux-next PATCH 2/4] ARM: dts: keystone-k2g-evm: Enable netcp " Murali Karicheri
@ 2018-05-11 19:29 ` Murali Karicheri
  2018-05-11 19:29 ` [linux-next PATCH 4/4] ARM: keystone: k2g: enable micrel and dp83867 phys Murali Karicheri
  2018-05-21  3:17 ` [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs santosh.shilimkar
  4 siblings, 0 replies; 8+ messages in thread
From: Murali Karicheri @ 2018-05-11 19:29 UTC (permalink / raw)
  To: ssantosh, robh+dt, mark.rutland, linux, linux-arm-kernel,
	devicetree, linux-kernel

This patch adds dt bindings to enable netcp network driver on K2G
ICE boards. This consists of enabling bindings for NSS qmss, pktdma,
2u ethss, mdio, pinmux and netcp devices as well as DP83867 phy.

EVM hardware spec recommends to add 0.25 nsec delay in the tx direction
and 2.25 nsec delay in the rx direction for internal delay in the clock
path to be on the safer side.

The board straps RX_DV/RX_CTRL pin of on board DP83867 phy in mode 1.
The phy data manual disallows this. Add ti,dp83867-rxctrl-strap-quirk
in the phy node to allow software to enable the workaround suggested for
this incorrect strap setting. This ensures proper operation of this PHY.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
---
 arch/arm/boot/dts/keystone-k2g-ice.dts | 59 ++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/arch/arm/boot/dts/keystone-k2g-ice.dts b/arch/arm/boot/dts/keystone-k2g-ice.dts
index d820ed2..2a2d38c 100644
--- a/arch/arm/boot/dts/keystone-k2g-ice.dts
+++ b/arch/arm/boot/dts/keystone-k2g-ice.dts
@@ -7,6 +7,7 @@
 /dts-v1/;
 
 #include "keystone-k2g.dtsi"
+#include <dt-bindings/net/ti-dp83867.h>
 
 / {
 	compatible = "ti,k2g-ice", "ti,k2g", "ti,keystone";
@@ -281,6 +282,30 @@
 			K2G_CORE_IOPAD(0x11bc) (BUFFER_CLASS_B | PIN_PULLUP | MUX_MODE3)	/* spi2_scsn1.gpio0_102 */
 		>;
 	};
+
+	emac_pins: pinmux_emac_pins {
+		pinctrl-single,pins = <
+			K2G_CORE_IOPAD(0x113C) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXD1.RGMII_RXD1 */
+			K2G_CORE_IOPAD(0x1138) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXD2.RGMII_RXD2 */
+			K2G_CORE_IOPAD(0x1134) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXD3.RGMII_RXD3 */
+			K2G_CORE_IOPAD(0x1140) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXD0.RGMII_RXD0 */
+			K2G_CORE_IOPAD(0x1178) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXD0.RGMII_TXD0 */
+			K2G_CORE_IOPAD(0x1174) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXD1.RGMII_TXD1 */
+			K2G_CORE_IOPAD(0x1170) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXD2.RGMII_TXD2 */
+			K2G_CORE_IOPAD(0x116C) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXD3.RGMII_TXD3 */
+			K2G_CORE_IOPAD(0x1154) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXCLK.RGMII_TXC */
+			K2G_CORE_IOPAD(0x117C) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_TXEN.RGMII_TXCTL */
+			K2G_CORE_IOPAD(0x1120) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXCLK.RGMII_RXC */
+			K2G_CORE_IOPAD(0x1144) (BUFFER_CLASS_D | PULL_DISABLE | MUX_MODE1)	/* MII_RXDV.RGMII_RXCTL */
+		>;
+	};
+
+	mdio_pins: pinmux_mdio_pins {
+		pinctrl-single,pins = <
+			K2G_CORE_IOPAD(0x118C) (BUFFER_CLASS_B | PULL_DISABLE | MUX_MODE0)	/* MDIO_CLK.MDIO_CLK */
+			K2G_CORE_IOPAD(0x1188) (BUFFER_CLASS_B | PULL_DISABLE | MUX_MODE0)	/* MDIO_DATA.MDIO_DATA */
+		>;
+	};
 };
 
 &uart0 {
@@ -386,3 +411,37 @@
 		vcc-supply = <&vdd_3v3>;
 	};
 };
+
+&qmss {
+	status = "okay";
+};
+
+&knav_dmas {
+	status = "okay";
+};
+
+&netcp {
+	pinctrl-names = "default";
+	pinctrl-0 = <&emac_pins>;
+	status = "okay";
+};
+
+&mdio {
+	pinctrl-names = "default";
+	pinctrl-0 = <&mdio_pins>;
+	status = "okay";
+	ethphy0: ethernet-phy@0 {
+		reg = <0>;
+		ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
+		ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>;
+		ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
+		ti,min-output-impedance;
+		ti,dp83867-rxctrl-strap-quirk;
+	};
+};
+
+&gbe0 {
+	phy-handle = <&ethphy0>;
+	phy-mode = "rgmii-id";
+	status = "okay";
+};
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [linux-next PATCH 4/4] ARM: keystone: k2g: enable micrel and dp83867 phys
  2018-05-11 19:29 [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs Murali Karicheri
                   ` (2 preceding siblings ...)
  2018-05-11 19:29 ` [linux-next PATCH 3/4] ARM: dts: keystone-k2g-ice: " Murali Karicheri
@ 2018-05-11 19:29 ` Murali Karicheri
  2018-05-21  3:17 ` [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs santosh.shilimkar
  4 siblings, 0 replies; 8+ messages in thread
From: Murali Karicheri @ 2018-05-11 19:29 UTC (permalink / raw)
  To: ssantosh, robh+dt, mark.rutland, linux, linux-arm-kernel,
	devicetree, linux-kernel

Enable micrel and dp83867 phys for K2G Boards in keystone_defconfig
to support Network driver on these boards (K2G ICE and GP EVM).

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
---
 arch/arm/configs/keystone_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig
index 2536c23..85cf2fc 100644
--- a/arch/arm/configs/keystone_defconfig
+++ b/arch/arm/configs/keystone_defconfig
@@ -235,3 +235,5 @@ CONFIG_INPUT_GPIO_DECODER=m
 CONFIG_GPIO_PCA953X=m
 CONFIG_LEDS_TRIGGER_ACTIVITY=y
 CONFIG_LEDS_TRIGGER_CPU=y
+CONFIG_MICREL_PHY=y
+CONFIG_DP83867_PHY=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs
  2018-05-11 19:29 [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs Murali Karicheri
                   ` (3 preceding siblings ...)
  2018-05-11 19:29 ` [linux-next PATCH 4/4] ARM: keystone: k2g: enable micrel and dp83867 phys Murali Karicheri
@ 2018-05-21  3:17 ` santosh.shilimkar
  2018-05-22 21:28   ` Murali Karicheri
  2018-06-26 21:17   ` Santosh Shilimkar
  4 siblings, 2 replies; 8+ messages in thread
From: santosh.shilimkar @ 2018-05-21  3:17 UTC (permalink / raw)
  To: Murali Karicheri, ssantosh, robh+dt, mark.rutland, linux,
	linux-arm-kernel, devicetree, linux-kernel

On 5/11/18 12:29 PM, Murali Karicheri wrote:
> Now that NetCP driver patches for K2G SoC is merged to linux-next master
> this series add patches to enable network driver on K2G ICE and GP EVMs.
> 
> Thanks
> 
> Applied the patches on top of latest linux-next master, built kernel and
> booted up on both EVMs. The logs are below
> 
> K2G GP EVM: https://pastebin.ubuntu.com/p/ycZDnZXYPx/
> K2G ICE EVM: https://pastebin.ubuntu.com/p/bdCpzgdrXr/
> 
> Murali Karicheri (4):
>    ARM: dts: k2g: add dt bindings to support network driver
>    ARM: dts: keystone-k2g-evm: Enable netcp network driver
>    ARM: dts: keystone-k2g-ice: Enable netcp network driver
>    ARM: keystone: k2g: enable micrel and dp83867 phys
> 
>   arch/arm/boot/dts/keystone-k2g-evm.dts    |  53 +++++++++++
>   arch/arm/boot/dts/keystone-k2g-ice.dts    |  59 ++++++++++++
>   arch/arm/boot/dts/keystone-k2g-netcp.dtsi | 147 ++++++++++++++++++++++++++++++
>   arch/arm/boot/dts/keystone-k2g.dtsi       |  13 +++
>   arch/arm/configs/keystone_defconfig       |   2 +
>   5 files changed, 274 insertions(+)
>   create mode 100644 arch/arm/boot/dts/keystone-k2g-netcp.dtsi
> 
Looks good. Will add this to the queue for 4.19. Thanks !!

Regards,
Santosh

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs
  2018-05-21  3:17 ` [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs santosh.shilimkar
@ 2018-05-22 21:28   ` Murali Karicheri
  2018-06-26 21:17   ` Santosh Shilimkar
  1 sibling, 0 replies; 8+ messages in thread
From: Murali Karicheri @ 2018-05-22 21:28 UTC (permalink / raw)
  To: santosh.shilimkar, ssantosh, robh+dt, mark.rutland, linux,
	linux-arm-kernel, devicetree, linux-kernel

On 05/20/2018 11:17 PM, santosh.shilimkar@oracle.com wrote:
> On 5/11/18 12:29 PM, Murali Karicheri wrote:
>> Now that NetCP driver patches for K2G SoC is merged to linux-next master
>> this series add patches to enable network driver on K2G ICE and GP EVMs.
>>
>> Thanks
>>
>> Applied the patches on top of latest linux-next master, built kernel and
>> booted up on both EVMs. The logs are below
>>
>> K2G GP EVM: https://pastebin.ubuntu.com/p/ycZDnZXYPx/
>> K2G ICE EVM: https://pastebin.ubuntu.com/p/bdCpzgdrXr/
>>
>> Murali Karicheri (4):
>>    ARM: dts: k2g: add dt bindings to support network driver
>>    ARM: dts: keystone-k2g-evm: Enable netcp network driver
>>    ARM: dts: keystone-k2g-ice: Enable netcp network driver
>>    ARM: keystone: k2g: enable micrel and dp83867 phys
>>
>>   arch/arm/boot/dts/keystone-k2g-evm.dts    |  53 +++++++++++
>>   arch/arm/boot/dts/keystone-k2g-ice.dts    |  59 ++++++++++++
>>   arch/arm/boot/dts/keystone-k2g-netcp.dtsi | 147 ++++++++++++++++++++++++++++++
>>   arch/arm/boot/dts/keystone-k2g.dtsi       |  13 +++
>>   arch/arm/configs/keystone_defconfig       |   2 +
>>   5 files changed, 274 insertions(+)
>>   create mode 100644 arch/arm/boot/dts/keystone-k2g-netcp.dtsi
>>
> Looks good. Will add this to the queue for 4.19. Thanks !!
> 
> Regards,
> Santosh
> 
Thanks Santosh!

-- 
Murali Karicheri
Linux Kernel, Keystone

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs
  2018-05-21  3:17 ` [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs santosh.shilimkar
  2018-05-22 21:28   ` Murali Karicheri
@ 2018-06-26 21:17   ` Santosh Shilimkar
  1 sibling, 0 replies; 8+ messages in thread
From: Santosh Shilimkar @ 2018-06-26 21:17 UTC (permalink / raw)
  To: Murali Karicheri, ssantosh, robh+dt, mark.rutland, linux,
	linux-arm-kernel, devicetree, linux-kernel


On 5/20/2018 8:17 PM, santosh.shilimkar@oracle.com wrote:
> On 5/11/18 12:29 PM, Murali Karicheri wrote:
>> Now that NetCP driver patches for K2G SoC is merged to linux-next master
>> this series add patches to enable network driver on K2G ICE and GP EVMs.
>>
>> Thanks
>>
>> Applied the patches on top of latest linux-next master, built kernel and
>> booted up on both EVMs. The logs are below
>>
>> K2G GP EVM: https://pastebin.ubuntu.com/p/ycZDnZXYPx/
>> K2G ICE EVM: https://pastebin.ubuntu.com/p/bdCpzgdrXr/
>>
>> Murali Karicheri (4):
>>    ARM: dts: k2g: add dt bindings to support network driver
>>    ARM: dts: keystone-k2g-evm: Enable netcp network driver
>>    ARM: dts: keystone-k2g-ice: Enable netcp network driver
>>    ARM: keystone: k2g: enable micrel and dp83867 phys
>>
[...]

>>
> Looks good. Will add this to the queue for 4.19. Thanks !!
> 
Applied. You should see it in linux-next as well.

Regards,
Santosh

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-06-26 21:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 19:29 [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs Murali Karicheri
2018-05-11 19:29 ` [linux-next PATCH 1/4] ARM: dts: k2g: add dt bindings to support network driver Murali Karicheri
2018-05-11 19:29 ` [linux-next PATCH 2/4] ARM: dts: keystone-k2g-evm: Enable netcp " Murali Karicheri
2018-05-11 19:29 ` [linux-next PATCH 3/4] ARM: dts: keystone-k2g-ice: " Murali Karicheri
2018-05-11 19:29 ` [linux-next PATCH 4/4] ARM: keystone: k2g: enable micrel and dp83867 phys Murali Karicheri
2018-05-21  3:17 ` [linux-next PATCH 0/4] Enable network driver on K2G ICE and GP EVMs santosh.shilimkar
2018-05-22 21:28   ` Murali Karicheri
2018-06-26 21:17   ` Santosh Shilimkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).