All of lore.kernel.org
 help / color / mirror / Atom feed
From: Murali Karicheri <m-karicheri2@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/7] Add netcp networking support on K2G ICE EVM
Date: Mon, 25 Feb 2019 11:18:03 -0500	[thread overview]
Message-ID: <90ace489-a377-1572-d8b5-f94a9121c01c@ti.com> (raw)
In-Reply-To: <20190221170207.17808-1-m-karicheri2@ti.com>

Hello Maintainer,

On 02/21/2019 12:02 PM, Murali Karicheri wrote:
> This patch series add networking capability to K2G ICE EVM
> based on netcp driver. Networking function has been tested
> using the latest master branch from u-boot repo. Following
> boot mode has been tested for networking.
> 
> Net boot (tftp images over ethernet interface and boot kernel)
>            log at https://pastebin.ubuntu.com/p/b3nyCXPhWc/
> MMC boot: (load images from boot folder of rootfs and boot kernel)
>            log at https://pastebin.ubuntu.com/p/FWycmKd9KB/
> 
> Used Linux upstream linux kernel version 4.19.9 for the tests.
> 
> Please review and apply if this looks good.
> 
> Thanks
> 
> Revision history:
> 
>   v3: Addressed comment to use KConfig for enable TI PHY driver and also
>       netcp driver comment to use proper function as in cpsw driver.
>       Rebased to latest on master branch.
>   v2: Collected Reviewed-by for patch 1 and 2. Rebased to latest
>       on master
> 
> 
> Murali Karicheri (7):
>    ARM: k2g-ice: Add pinmux support for rgmii interface
>    ARM: k2g-gp-evm: update to rgmii pinmux configuration
>    net: netcp: add support for phy with rgmii ids
>    ARM: k2g: add a workaround to reset the phy
>    ARM: dts: k2g-evm: remove unused phy-mode property from phy node
>    k2g: config enable ti phy dp83867 for k2g
>    ARM: dts: k2g-ice: add dt node for netcp
> 
>   arch/arm/dts/keystone-k2g-evm.dts             |  1 -
>   arch/arm/dts/keystone-k2g-ice.dts             | 35 +++++++++++++
>   .../mach-keystone/include/mach/hardware-k2g.h |  3 ++
>   arch/arm/mach-keystone/include/mach/mux-k2g.h |  5 ++
>   board/ti/ks2_evm/board_k2g.c                  | 15 ++++++
>   board/ti/ks2_evm/mux-k2g.h                    | 51 +++++++++++++------
>   configs/k2g_evm_defconfig                     |  1 +
>   drivers/net/ti/keystone_net.c                 | 22 +++++++-
>   8 files changed, 116 insertions(+), 17 deletions(-)
> 
Could you please merge this to master at the earliest if there are no 
more comments?

Thanks

Murali

      parent reply	other threads:[~2019-02-25 16:18 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-21 17:02 [U-Boot] [PATCH v3 0/7] Add netcp networking support on K2G ICE EVM Murali Karicheri
2019-02-21 17:02 ` [U-Boot] [PATCH v3 1/7] ARM: k2g-ice: Add pinmux support for rgmii interface Murali Karicheri
2019-02-25 18:24   ` Joe Hershberger
2019-02-25 18:29   ` Joe Hershberger
2019-04-12 16:29   ` [U-Boot] [U-Boot, v3, " Tom Rini
2019-02-21 17:02 ` [U-Boot] [PATCH v3 2/7] ARM: k2g-gp-evm: update to rgmii pinmux configuration Murali Karicheri
2019-02-25 18:25   ` Joe Hershberger
2019-04-12 16:29   ` [U-Boot] [U-Boot, v3, " Tom Rini
2019-02-21 17:02 ` [U-Boot] [PATCH v3 3/7] net: netcp: add support for phy with rgmii ids Murali Karicheri
2019-02-25 18:26   ` Joe Hershberger
2019-04-12 16:29   ` [U-Boot] [U-Boot, v3, " Tom Rini
2019-02-21 17:02 ` [U-Boot] [PATCH v3 4/7] ARM: k2g: add a workaround to reset the phy Murali Karicheri
2019-02-25 18:28   ` Joe Hershberger
2019-04-12 16:29   ` [U-Boot] [U-Boot, v3, " Tom Rini
2019-02-21 17:02 ` [U-Boot] [PATCH v3 5/7] ARM: dts: k2g-evm: remove unused phy-mode property from phy node Murali Karicheri
2019-02-25 18:36   ` Joe Hershberger
2019-04-12 16:29   ` [U-Boot] [U-Boot, v3, " Tom Rini
2019-02-21 17:02 ` [U-Boot] [PATCH v3 6/7] k2g: config enable ti phy dp83867 for k2g Murali Karicheri
2019-02-21 23:10   ` Tom Rini
2019-02-25 18:35   ` Joe Hershberger
2019-04-12 16:30   ` [U-Boot] [U-Boot, v3, " Tom Rini
2019-02-21 17:02 ` [U-Boot] [PATCH v3 7/7] ARM: dts: k2g-ice: add dt node for netcp Murali Karicheri
2019-02-25 18:30   ` Joe Hershberger
2019-04-12 16:30   ` [U-Boot] [U-Boot, v3, " Tom Rini
2019-02-25 16:18 ` Murali Karicheri [this message]

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=90ace489-a377-1572-d8b5-f94a9121c01c@ti.com \
    --to=m-karicheri2@ti.com \
    --cc=u-boot@lists.denx.de \
    /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.