All of lore.kernel.org
 help / color / mirror / Atom feed
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 10/10] arm64: add defconfig options for Allwinner SoCs
Date: Thu, 25 Feb 2016 10:52:02 -0800	[thread overview]
Message-ID: <20160225185202.GJ4736@lukather> (raw)
In-Reply-To: <1456165255-31013-11-git-send-email-andre.przywara@arm.com>

On Mon, Feb 22, 2016 at 06:20:55PM +0000, Andre Przywara wrote:
> With the Allwinner platform now supported, enable it in the defconfig
> and add some options to give some decent out-of-the-box experience on
> those SoCs.
> 
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>

Applied, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160225/d891d8bc/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Andre Przywara <andre.przywara@arm.com>
Cc: Chen-Yu Tsai <wens@csie.org>,
	linux-sunxi@googlegroups.com, Arnd Bergmann <arnd@arndb.de>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>
Subject: Re: [PATCH v3 10/10] arm64: add defconfig options for Allwinner SoCs
Date: Thu, 25 Feb 2016 10:52:02 -0800	[thread overview]
Message-ID: <20160225185202.GJ4736@lukather> (raw)
In-Reply-To: <1456165255-31013-11-git-send-email-andre.przywara@arm.com>

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

On Mon, Feb 22, 2016 at 06:20:55PM +0000, Andre Przywara wrote:
> With the Allwinner platform now supported, enable it in the defconfig
> and add some options to give some decent out-of-the-box experience on
> those SoCs.
> 
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>

Applied, thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-02-25 18:52 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-22 18:20 [PATCH v3 00/10] arm64: Introduce Allwinner A64 and Pine64 support Andre Przywara
2016-02-22 18:20 ` Andre Przywara
2016-02-22 18:20 ` Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20 ` [PATCH v3 02/10] ARM: dts: sunxi: make PLL8 in the H3 a proper clock Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20 ` [PATCH v3 03/10] arm64: Introduce Allwinner SoC config option Andre Przywara
2016-02-22 18:20   ` Andre Przywara
     [not found] ` <1456165255-31013-1-git-send-email-andre.przywara-5wv7dgnIgG8@public.gmane.org>
2016-02-22 18:20   ` [PATCH v3 04/10] drivers: pinctrl: add driver for Allwinner A64 SoC Andre Przywara
2016-02-22 18:20     ` Andre Przywara
2016-02-22 18:20     ` Andre Przywara
     [not found]     ` <1456165255-31013-5-git-send-email-andre.przywara-5wv7dgnIgG8@public.gmane.org>
2016-02-25 18:49       ` Maxime Ripard
2016-02-25 18:49         ` Maxime Ripard
2016-02-25 18:49         ` Maxime Ripard
2016-03-07  3:33       ` Linus Walleij
2016-03-07  3:33         ` Linus Walleij
2016-03-07  3:33         ` Linus Walleij
2016-02-22 18:20 ` [PATCH v3 05/10] DT: clk: sunxi: add binding doc for the multi-bus-gates clock Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20 ` [PATCH v3 06/10] clk: sunxi: add generic multi-parent bus clock gates driver Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20 ` [PATCH v3 07/10] arm64: dts: add Allwinner A64 SoC .dtsi Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20 ` [PATCH v3 08/10] of: add vendor prefix for Pine64 Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20 ` [PATCH v3 09/10] arm64: dts: add Pine64 support Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-22 18:20 ` [PATCH v3 10/10] arm64: add defconfig options for Allwinner SoCs Andre Przywara
2016-02-22 18:20   ` Andre Przywara
2016-02-25 18:52   ` Maxime Ripard [this message]
2016-02-25 18:52     ` Maxime Ripard
2016-02-25 10:04 ` [PATCH v3 00/10] arm64: Introduce Allwinner A64 and Pine64 support Andre Przywara
2016-02-25 10:04   ` Andre Przywara
2016-02-25 19:25   ` Maxime Ripard
2016-02-25 19:25     ` Maxime Ripard

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=20160225185202.GJ4736@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.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 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.