From: Vladimir Oltean <olteanv@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/4] Sandbox driver for DSA uclass
Date: Wed, 17 Feb 2021 00:48:00 +0200 [thread overview]
Message-ID: <20210216224804.3355044-1-olteanv@gmail.com> (raw)
From: Vladimir Oltean <vladimir.oltean@nxp.com>
This is a spin-off of the larger patch series for DSA in U-Boot:
https://patchwork.ozlabs.org/project/uboot/cover/20210125122357.414742-1-olteanv at gmail.com/
There is currently an issue which prevents DSA from working properly
with the sandbox: the sandbox uses CONFIG_OF_LIVE, and DSA has a
dependency in CONFIG_FIXED_PHY which is broken with CONFIG_OF_LIVE.
At Tom Rini's request, the DSA patches were merged without support for
sandbox, and here we are now, submitting them separately.
Claudiu Manoil (1):
sandbox: add a DSA sandbox driver and unit test
Vladimir Oltean (3):
net: phy: fixed: be compatible with live OF tree
net: phy: drop #ifdef CONFIG_DM_ETH around phy_connect_fixed
net: mdio: teach dm_eth_phy_connect to connect to fixed PHY
arch/Kconfig | 2 +
arch/sandbox/dts/test.dts | 48 ++++++++++
drivers/net/Kconfig | 9 ++
drivers/net/Makefile | 1 +
drivers/net/dsa_sandbox.c | 179 ++++++++++++++++++++++++++++++++++++++
drivers/net/phy/fixed.c | 30 +++++--
drivers/net/phy/phy.c | 36 ++++----
drivers/net/tsec.c | 6 +-
include/configs/sandbox.h | 2 +
net/mdio-uclass.c | 12 ++-
test/dm/Makefile | 1 +
test/dm/dsa.c | 82 +++++++++++++++++
test/dm/eth.c | 10 +--
13 files changed, 377 insertions(+), 41 deletions(-)
create mode 100644 drivers/net/dsa_sandbox.c
create mode 100644 test/dm/dsa.c
--
2.25.1
next reply other threads:[~2021-02-16 22:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-16 22:48 Vladimir Oltean [this message]
2021-02-16 22:48 ` [PATCH 1/4] net: phy: fixed: be compatible with live OF tree Vladimir Oltean
2021-03-12 6:34 ` Bin Meng
2021-03-12 7:53 ` Bin Meng
2021-02-16 22:48 ` [PATCH 2/4] net: phy: drop #ifdef CONFIG_DM_ETH around phy_connect_fixed Vladimir Oltean
2021-03-11 9:37 ` Bin Meng
2021-02-16 22:48 ` [PATCH 3/4] net: mdio: teach dm_eth_phy_connect to connect to fixed PHY Vladimir Oltean
2021-03-12 3:29 ` Bin Meng
2021-02-16 22:48 ` [PATCH 4/4] sandbox: add a DSA sandbox driver and unit test Vladimir Oltean
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=20210216224804.3355044-1-olteanv@gmail.com \
--to=olteanv@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox