All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: Maxim Sloyko <maxims@google.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	OpenBMC Maillist <openbmc@lists.ozlabs.org>
Subject: Re: [PATCH 12/17] aspeed: Enable I2C in EVB defconfig
Date: Tue, 21 Mar 2017 17:22:35 -0600	[thread overview]
Message-ID: <CAPnjgZ2HVrCPrJYVMuc5SyMxatT_JS4NuEdq_e9B0RLozFeT3w@mail.gmail.com> (raw)
In-Reply-To: <20170316213624.140344-13-maxims@google.com>

On 16 March 2017 at 15:36, Maxim Sloyko <maxims@google.com> wrote:
> Enable I2C driver in ast2500 Eval Board defconfig.
> Also enable i2c command.
>
> Signed-off-by: Maxim Sloyko <maxims@google.com>
> ---
>
>  configs/evb-ast2500_defconfig | 3 +++
>  1 file changed, 3 insertions(+)

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

WARNING: multiple messages have this Message-ID (diff)
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 12/17] aspeed: Enable I2C in EVB defconfig
Date: Tue, 21 Mar 2017 17:22:35 -0600	[thread overview]
Message-ID: <CAPnjgZ2HVrCPrJYVMuc5SyMxatT_JS4NuEdq_e9B0RLozFeT3w@mail.gmail.com> (raw)
In-Reply-To: <20170316213624.140344-13-maxims@google.com>

On 16 March 2017 at 15:36, Maxim Sloyko <maxims@google.com> wrote:
> Enable I2C driver in ast2500 Eval Board defconfig.
> Also enable i2c command.
>
> Signed-off-by: Maxim Sloyko <maxims@google.com>
> ---
>
>  configs/evb-ast2500_defconfig | 3 +++
>  1 file changed, 3 insertions(+)

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

  reply	other threads:[~2017-03-21 23:22 UTC|newest]

Thread overview: 98+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16 21:36 [PATCH 00/17] Expand Aspeed AST2500 Support Maxim Sloyko
2017-03-16 21:36 ` [U-Boot] " Maxim Sloyko
2017-03-16 21:36 ` [PATCH 01/17] aspeed: Update ast2500 Device Tree Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:21   ` Simon Glass
2017-03-21 23:21     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 02/17] dm: Simple Watchdog uclass Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-17  8:41   ` Lukasz Majewski
2017-03-17  8:41     ` Lukasz Majewski
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 03/17] aspeed: Watchdog Timer Driver Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 04/17] aspeed: Make SCU lock/unlock functions part of SCU API Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 05/17] aspeed: Reset Driver Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-24  0:50     ` Maxim Sloyko
2017-03-24  0:50       ` [U-Boot] " Maxim Sloyko
2017-03-16 21:36 ` [PATCH 06/17] aspeed: Device Tree configuration for " Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 07/17] aspeed: Refactor AST2500 RAM Driver and Sysreset Driver Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 08/17] aspeed: AST2500 Pinctrl Driver Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 09/17] aspeed: Enable Pinctrl Driver in AST2500 EVB Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 10/17] aspeed: Add P-Bus clock in ast2500 clock driver Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 11/17] aspeed: Add I2C Driver Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-20  6:35   ` Heiko Schocher
2017-03-20  6:35     ` [U-Boot] " Heiko Schocher
2017-03-22 13:05   ` Simon Glass
2017-03-22 13:05     ` [U-Boot] " Simon Glass
2017-03-27 10:40     ` Benjamin Herrenschmidt
2017-03-27 10:40       ` [U-Boot] " Benjamin Herrenschmidt
2017-03-27 10:41       ` Benjamin Herrenschmidt
2017-03-27 10:41         ` [U-Boot] " Benjamin Herrenschmidt
2017-03-16 21:36 ` [PATCH 12/17] aspeed: Enable I2C in EVB defconfig Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass [this message]
2017-03-21 23:22     ` Simon Glass
2017-03-16 21:36 ` [PATCH 13/17] aspeed: Add support for Clocks needed by MACs Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-19 16:42   ` Tom Rini
2017-03-19 16:42     ` Tom Rini
2017-03-20 17:24     ` Maxim Sloyko
2017-03-20 17:24       ` Maxim Sloyko
2017-03-20 17:30       ` Tom Rini
2017-03-20 17:30         ` Tom Rini
2017-03-20 17:52         ` Maxim Sloyko
2017-03-20 17:52           ` Maxim Sloyko
2017-03-20 19:48           ` Tom Rini
2017-03-20 19:48             ` Tom Rini
2017-03-20 22:36             ` Maxim Sloyko
2017-03-20 22:36               ` Maxim Sloyko
2017-03-20 20:43           ` Rick Altherr
2017-03-20 20:43             ` Rick Altherr
2017-03-21  1:18             ` Joel Stanley
2017-03-21  1:18               ` Joel Stanley
2017-03-16 21:36 ` [PATCH 14/17] aspeed: Refactor SCU to use consistent mask & shift Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass
2017-03-16 21:36 ` [PATCH 15/17] aspeed: Cleanup ast2500-u-boot.dtsi Device Tree Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-16 21:36 ` [PATCH 16/17] aspeed: Add AST2500/AST2400 compatible NIC Driver Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 19:32   ` Joe Hershberger
2017-03-21 19:32     ` Joe Hershberger
2017-03-21 23:44     ` Maxim Sloyko
2017-03-21 23:44       ` Maxim Sloyko
2017-03-22 13:06       ` Simon Glass
2017-03-22 13:06         ` Simon Glass
2017-03-24  0:42         ` Maxim Sloyko
2017-03-24  0:42           ` Maxim Sloyko
2017-03-16 21:36 ` [PATCH 17/17] aspeed: Network Driver configuration for EVB Maxim Sloyko
2017-03-16 21:36   ` [U-Boot] " Maxim Sloyko
2017-03-21 23:22   ` Simon Glass
2017-03-21 23:22     ` [U-Boot] " Simon Glass

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=CAPnjgZ2HVrCPrJYVMuc5SyMxatT_JS4NuEdq_e9B0RLozFeT3w@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=maxims@google.com \
    --cc=openbmc@lists.ozlabs.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.