All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 2/4] net: add MSCC Ocelot switch support
Date: Fri, 18 Jan 2019 16:00:58 +0100	[thread overview]
Message-ID: <243f4885-0340-1b46-6a53-9d6096090b61@gmail.com> (raw)
In-Reply-To: <20190117160715.2985-3-gregory.clement@bootlin.com>



Am 17.01.19 um 17:07 schrieb Gregory CLEMENT:
> This patch adds support for the Microsemi Ethernet switch present on
> Ocelot SoCs.
> 
> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
> ---
>  MAINTAINERS                 |   1 +
>  drivers/net/Kconfig         |   7 +
>  drivers/net/Makefile        |   1 +
>  drivers/net/ocelot_switch.c | 765 ++++++++++++++++++++++++++++++++++++
>  4 files changed, 774 insertions(+)
>  create mode 100644 drivers/net/ocelot_switch.c
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

-- 
- Daniel

  reply	other threads:[~2019-01-18 15:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-17 16:07 [U-Boot] [PATCH v3 0/4] Add network support for Ocelots SoCs Gregory CLEMENT
2019-01-17 16:07 ` [U-Boot] [PATCH v3 1/4] MIPS: mscc: ocelot: Add ethernet nodes for Ocelot Gregory CLEMENT
2019-01-17 16:07 ` [U-Boot] [PATCH v3 2/4] net: add MSCC Ocelot switch support Gregory CLEMENT
2019-01-18 15:00   ` Daniel Schwierzeck [this message]
2019-01-17 16:07 ` [U-Boot] [PATCH v3 3/4] MIPS: mscc: ocelot: add switch reset support Gregory CLEMENT
2019-01-17 16:07 ` [U-Boot] [PATCH v3 4/4] configs: mscc_ocelot: add network support Gregory CLEMENT
2019-01-23 20:11 ` [U-Boot] [PATCH v3 0/4] Add network support for Ocelots SoCs Daniel Schwierzeck

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=243f4885-0340-1b46-6a53-9d6096090b61@gmail.com \
    --to=daniel.schwierzeck@gmail.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.