All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH 2/8] test: Add tests for SOC uclass
Date: Thu, 2 Jul 2020 21:50:16 -0600	[thread overview]
Message-ID: <CAPnjgZ07BLbfFATTkyAq=aMwikBSiY3sA=CCQ9chf4RD3Y1EEw@mail.gmail.com> (raw)
In-Reply-To: <20200630043853.13276-3-d-gerlach@ti.com>

On Mon, 29 Jun 2020 at 22:38, Dave Gerlach <d-gerlach@ti.com> wrote:
>
> Add a sandbox SOC driver, and some tests for the SOC uclass.
>
> Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
> ---
>  arch/sandbox/dts/test.dts          |   4 +
>  configs/sandbox64_defconfig        |   1 +
>  configs/sandbox_defconfig          |   1 +
>  configs/sandbox_flattree_defconfig |   1 +
>  configs/sandbox_spl_defconfig      |   1 +
>  drivers/soc/Makefile               |   1 +
>  drivers/soc/soc_sandbox.c          |  56 ++++++++++++++
>  test/dm/Makefile                   |   1 +
>  test/dm/soc.c                      | 120 +++++++++++++++++++++++++++++
>  9 files changed, 186 insertions(+)
>  create mode 100644 drivers/soc/soc_sandbox.c
>  create mode 100644 test/dm/soc.c
>

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2020-07-03  3:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30  4:38 [PATCH 0/8] Introduce UCLASS_SOC Dave Gerlach
2020-06-30  4:38 ` [PATCH 1/8] dm: soc: Introduce UCLASS_SOC for SOC ID and attribute matching Dave Gerlach
2020-06-30 12:43   ` Tom Rini
2020-07-08 21:28     ` Dave Gerlach
2020-07-03  3:50   ` Simon Glass
2020-07-08 23:16     ` Dave Gerlach
2020-06-30  4:38 ` [PATCH 2/8] test: Add tests for SOC uclass Dave Gerlach
2020-07-03  3:50   ` Simon Glass [this message]
2020-06-30  4:38 ` [PATCH 3/8] dm: soc: Introduce soc_ti_k3 driver for TI K3 SoCs Dave Gerlach
2020-06-30  4:38 ` [PATCH 4/8] arm: dts: k3-am65-wakeup: Introduce chipid node Dave Gerlach
2020-06-30  4:38 ` [PATCH 5/8] arm: dts: k3-j721e-mcu-wakeup: " Dave Gerlach
2020-06-30  4:38 ` [PATCH 6/8] configs: am65x_evm: Enable CONFIG_SOC_DEVICE and CONFIG_SOC_DEVICE_TI_K3 Dave Gerlach
2020-06-30  4:38 ` [PATCH 7/8] configs: j721e_evm: " Dave Gerlach
2020-06-30  4:38 ` [PATCH 8/8] arm: mach-k3: Use SOC driver for device identification Dave Gerlach
2020-07-08  8:14 ` [PATCH 0/8] Introduce UCLASS_SOC Lokesh Vutla

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='CAPnjgZ07BLbfFATTkyAq=aMwikBSiY3sA=CCQ9chf4RD3Y1EEw@mail.gmail.com' \
    --to=sjg@chromium.org \
    --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.