From: Joel Stanley <joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>
To: "Cédric Le Goater" <clg-Bxea+6Xhats@public.gmane.org>
Cc: Corey Minyard <minyard-HInyCGIudOg@public.gmane.org>,
openipmi-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
Alistair Popple
<alistair-Y4h6yKqj69EXC2x5gXVKYQ@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>,
Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
Jeremy Kerr <jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH v3 2/3] ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_BMC
Date: Tue, 20 Sep 2016 16:52:03 +0930 [thread overview]
Message-ID: <CACPK8XdtaoMqVc-x3cc6Tp9hfWfXiGFJk2aPYjYMinE=EqFH2Q@mail.gmail.com> (raw)
In-Reply-To: <1474354900-5618-3-git-send-email-clg-Bxea+6Xhats@public.gmane.org>
On Tue, Sep 20, 2016 at 4:31 PM, Cédric Le Goater <clg-Bxea+6Xhats@public.gmane.org> wrote:
> Signed-off-by: Cédric Le Goater <clg-Bxea+6Xhats@public.gmane.org>
Acked-by: Joel Stanley <joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>
I'll this in my tree to send to Arnd.
Cheers,
Joel
> ---
>
> Changes since v1:
>
> - renamed config option
>
> arch/arm/configs/aspeed_g4_defconfig | 1 +
> arch/arm/configs/aspeed_g5_defconfig | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/arch/arm/configs/aspeed_g4_defconfig b/arch/arm/configs/aspeed_g4_defconfig
> index ca39c04fec6b..af3847db00f8 100644
> --- a/arch/arm/configs/aspeed_g4_defconfig
> +++ b/arch/arm/configs/aspeed_g4_defconfig
> @@ -53,6 +53,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=6
> CONFIG_SERIAL_8250_EXTENDED=y
> CONFIG_SERIAL_8250_SHARE_IRQ=y
> CONFIG_SERIAL_OF_PLATFORM=y
> +CONFIG_ASPEED_BT_IPMI_BMC=y
> # CONFIG_HW_RANDOM is not set
> # CONFIG_USB_SUPPORT is not set
> # CONFIG_IOMMU_SUPPORT is not set
> diff --git a/arch/arm/configs/aspeed_g5_defconfig b/arch/arm/configs/aspeed_g5_defconfig
> index 4f366b0370e9..5d46290736fb 100644
> --- a/arch/arm/configs/aspeed_g5_defconfig
> +++ b/arch/arm/configs/aspeed_g5_defconfig
> @@ -54,6 +54,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=6
> CONFIG_SERIAL_8250_EXTENDED=y
> CONFIG_SERIAL_8250_SHARE_IRQ=y
> CONFIG_SERIAL_OF_PLATFORM=y
> +CONFIG_ASPEED_BT_IPMI_BMC=y
> # CONFIG_HW_RANDOM is not set
> # CONFIG_USB_SUPPORT is not set
> # CONFIG_IOMMU_SUPPORT is not set
> --
> 2.7.4
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-09-20 7:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-20 7:01 [PATCH v3 0/3] ARM: aspeed: add support for the BT IPMI interface Cédric Le Goater
[not found] ` <1474354900-5618-1-git-send-email-clg-Bxea+6Xhats@public.gmane.org>
2016-09-20 7:01 ` [PATCH v3 1/3] ipmi: add an Aspeed BT IPMI BMC driver Cédric Le Goater
[not found] ` <1474354900-5618-2-git-send-email-clg-Bxea+6Xhats@public.gmane.org>
2016-09-23 18:34 ` Rob Herring
2016-09-26 6:50 ` Cédric Le Goater
[not found] ` <c3f084ab-9f77-86ab-7875-cbfe654ea18e-Bxea+6Xhats@public.gmane.org>
2016-09-28 13:53 ` Corey Minyard
2016-09-28 14:08 ` Cédric Le Goater
2016-09-20 7:01 ` [PATCH v3 2/3] ARM: aspeed: Add defconfigs for CONFIG_ASPEED_BT_IPMI_BMC Cédric Le Goater
[not found] ` <1474354900-5618-3-git-send-email-clg-Bxea+6Xhats@public.gmane.org>
2016-09-20 7:22 ` Joel Stanley [this message]
2016-09-20 7:01 ` [PATCH v3 3/3] ARM: dts: aspeed: Enable BT IPMI BMC device Cédric Le Goater
[not found] ` <1474354900-5618-4-git-send-email-clg-Bxea+6Xhats@public.gmane.org>
2016-09-20 7:22 ` Joel Stanley
2016-09-20 14:58 ` [PATCH v3 0/3] ARM: aspeed: add support for the BT IPMI interface Corey Minyard
2016-09-20 15:45 ` Cédric Le Goater
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='CACPK8XdtaoMqVc-x3cc6Tp9hfWfXiGFJk2aPYjYMinE=EqFH2Q@mail.gmail.com' \
--to=joel-u3u1mxzcp9khxe+lvdladg@public.gmane.org \
--cc=alistair-Y4h6yKqj69EXC2x5gXVKYQ@public.gmane.org \
--cc=arnd-r2nGTMty4D4@public.gmane.org \
--cc=clg-Bxea+6Xhats@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=jk-mnsaURCQ41sdnm+yROfE0A@public.gmane.org \
--cc=linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=minyard-HInyCGIudOg@public.gmane.org \
--cc=openipmi-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
/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;
as well as URLs for NNTP newsgroup(s).