All of lore.kernel.org
 help / color / mirror / Atom feed
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] ARM: rockchip: add initial support for rk3288
Date: Thu, 17 Jul 2014 11:18:41 +0100	[thread overview]
Message-ID: <20140717101841.GF21153@arm.com> (raw)
In-Reply-To: <1471578.ILeMmG2DL6@diego>

On Tue, Jul 15, 2014 at 11:58:00PM +0100, Heiko St?bner wrote:
> This series adds the initial support for Rockchip rk3288 socs including
> debug uart and devicetree files for the rk3288 evaluation board and
> enables these boards to boot into an initramfs.
> 
> The series depends on an updated bootloader, which must start the timer
> supplying the architected timer, which we will hopefully get in the next
> days. It also depends on the patch
>     "irqchip: gic: Add binding probe for ARM GIC400"
> which will hopefully make it into the irqchip tree shortly.
> 
> 
> Heiko Stuebner (6):
>   dt-bindings: arm: add arm,cortex-a12 cpu compatible property
>   ARM: rockchip: add debug uart used by rk3288
>   ARM: Kconfig: set default gpio number for rockchip SoCs
>   ARM: rockchip: enable support for RK3288 SoCs
>   ARM: dts: rockchip: add core rk3288 dtsi
>   ARM: dts: add rk3288 evaluation board

For the series:

  Tested-by: Will Deacon <will.deacon@arm.com>

Cheers Heiko!

Will

WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
To: "Heiko Stübner" <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>
Cc: "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org"
	<olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
	"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"eddie.cai-TNX95d0MmH7DzftRWevZcw@public.gmane.org"
	<eddie.cai-TNX95d0MmH7DzftRWevZcw@public.gmane.org>,
	"dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org"
	<dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Subject: Re: [PATCH 0/6] ARM: rockchip: add initial support for rk3288
Date: Thu, 17 Jul 2014 11:18:41 +0100	[thread overview]
Message-ID: <20140717101841.GF21153@arm.com> (raw)
In-Reply-To: <1471578.ILeMmG2DL6@diego>

On Tue, Jul 15, 2014 at 11:58:00PM +0100, Heiko Stübner wrote:
> This series adds the initial support for Rockchip rk3288 socs including
> debug uart and devicetree files for the rk3288 evaluation board and
> enables these boards to boot into an initramfs.
> 
> The series depends on an updated bootloader, which must start the timer
> supplying the architected timer, which we will hopefully get in the next
> days. It also depends on the patch
>     "irqchip: gic: Add binding probe for ARM GIC400"
> which will hopefully make it into the irqchip tree shortly.
> 
> 
> Heiko Stuebner (6):
>   dt-bindings: arm: add arm,cortex-a12 cpu compatible property
>   ARM: rockchip: add debug uart used by rk3288
>   ARM: Kconfig: set default gpio number for rockchip SoCs
>   ARM: rockchip: enable support for RK3288 SoCs
>   ARM: dts: rockchip: add core rk3288 dtsi
>   ARM: dts: add rk3288 evaluation board

For the series:

  Tested-by: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>

Cheers Heiko!

Will
--
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

  parent reply	other threads:[~2014-07-17 10:18 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-15 22:58 [PATCH 0/6] ARM: rockchip: add initial support for rk3288 Heiko Stübner
2014-07-15 22:58 ` Heiko Stübner
2014-07-15 22:59 ` [PATCH 1/6] dt-bindings: arm: add arm, cortex-a12 cpu compatible property Heiko Stübner
2014-07-15 22:59   ` [PATCH 1/6] dt-bindings: arm: add arm,cortex-a12 " Heiko Stübner
2014-07-16  0:56   ` Olof Johansson
2014-07-16  0:56     ` Olof Johansson
2014-07-16  9:03     ` Mark Rutland
2014-07-16  9:03       ` Mark Rutland
2014-07-15 23:00 ` [PATCH 2/6] ARM: rockchip: add debug uart used by rk3288 Heiko Stübner
2014-07-15 23:00   ` Heiko Stübner
2014-07-16  4:13   ` Doug Anderson
2014-07-16  4:13     ` Doug Anderson
2014-07-16  9:11     ` Heiko Stübner
2014-07-16  9:11       ` Heiko Stübner
2014-07-16 15:09       ` Doug Anderson
2014-07-16 15:09         ` Doug Anderson
2014-07-15 23:01 ` [PATCH 3/6] ARM: Kconfig: set default gpio number for rockchip SoCs Heiko Stübner
2014-07-15 23:01   ` Heiko Stübner
2014-07-16  4:41   ` Doug Anderson
2014-07-16  4:41     ` Doug Anderson
2014-07-15 23:01 ` [PATCH 4/6] ARM: rockchip: enable support for RK3288 SoCs Heiko Stübner
2014-07-15 23:01   ` Heiko Stübner
2014-07-16 19:57   ` Doug Anderson
2014-07-16 19:57     ` Doug Anderson
2014-07-16 20:22     ` Heiko Stübner
2014-07-16 20:22       ` Heiko Stübner
2014-07-17 10:20     ` Will Deacon
2014-07-17 10:20       ` Will Deacon
2014-07-15 23:02 ` [PATCH 5/6] ARM: dts: rockchip: add core rk3288 dtsi Heiko Stübner
2014-07-15 23:02   ` Heiko Stübner
2014-07-16  0:02   ` Doug Anderson
2014-07-16  0:02     ` Doug Anderson
2014-07-16  0:55   ` Olof Johansson
2014-07-16  0:55     ` Olof Johansson
2014-07-16 20:04   ` Doug Anderson
2014-07-16 20:04     ` Doug Anderson
2014-07-15 23:02 ` [PATCH 6/6] ARM: dts: add rk3288 evaluation board Heiko Stübner
2014-07-15 23:02   ` Heiko Stübner
2014-07-16  1:00   ` Olof Johansson
2014-07-16  1:00     ` Olof Johansson
2014-07-16 20:02   ` Doug Anderson
2014-07-16 20:02     ` Doug Anderson
2014-07-16 21:22     ` Heiko Stübner
2014-07-16 21:22       ` Heiko Stübner
2014-07-17 10:18 ` Will Deacon [this message]
2014-07-17 10:18   ` [PATCH 0/6] ARM: rockchip: add initial support for rk3288 Will Deacon

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=20140717101841.GF21153@arm.com \
    --to=will.deacon@arm.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.