All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Campbell <Ian.Campbell@citrix.com>
To: Oleksandr Tyshchenko <oleksandr.tyshchenko@globallogic.com>
Cc: "xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	Julien Grall <julien.grall@linaro.org>, Tim Deegan <tim@xen.org>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [PATCH v3 3/3] xen/arm: Introduce support for Renesas R-Car Gen2 platform
Date: Wed, 28 Jan 2015 14:16:36 +0000	[thread overview]
Message-ID: <1422454596.5187.7.camel@citrix.com> (raw)
In-Reply-To: <CAJEb2DHpw33EnXsviv+w3Pij6XKLRESrAc-WKM2OadNxLF3+2Q@mail.gmail.com>

On Wed, 2015-01-28 at 15:48 +0200, Oleksandr Tyshchenko wrote:
> Hi Ian
> 
> On Wed, Jan 28, 2015 at 3:26 PM, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> > On Fri, 2015-01-23 at 17:33 +0200, Oleksandr Tyshchenko wrote:
> >> From: Iurii Konovalenko <iurii.konovalenko@globallogic.com>
> >>
> >> Signed-off-by: Iurii Konovalenko <iurii.konovalenko@globallogic.com>
> >> Reviewed-by: Julien Grall <julien.grall@linaro.org>
> >> ---
> >>  xen/arch/arm/platforms/Makefile   |  1 +
> >>  xen/arch/arm/platforms/shmobile.c | 71 +++++++++++++++++++++++++++++++++++++++
> >>  2 files changed, 72 insertions(+)
> >>  create mode 100644 xen/arch/arm/platforms/shmobile.c
> >>
> >> diff --git a/xen/arch/arm/platforms/Makefile b/xen/arch/arm/platforms/Makefile
> >> index 8f47c16..29e931a 100644
> >> --- a/xen/arch/arm/platforms/Makefile
> >> +++ b/xen/arch/arm/platforms/Makefile
> >> @@ -4,5 +4,6 @@ obj-$(CONFIG_ARM_32) += exynos5.o
> >>  obj-$(CONFIG_ARM_32) += midway.o
> >>  obj-$(CONFIG_ARM_32) += omap5.o
> >>  obj-$(CONFIG_ARM_32) += sunxi.o
> >> +obj-$(CONFIG_ARM_32) += shmobile.o
> >
> > Everything else calls the platform rcar. How does shmobile relate to
> > that?
> Unfortunately, the author of this patch in vacation now.
> 
> Perhaps Iurii took this name from kernel part (Linux/arch/arm/mach-shmobile/...)
> where the arch specific things for this platform is located,
> especially the SMP and timer support.
> 
> I would rename shmobile to rcar2.

I'd prefer us to be consistent one way or another.

Is RCAR2 a subset of shmobile or the other way around?

http://am.renesas.com/applications/automotive/cis/cis_highend/rcar_h2/index.jsp doesn't mention shmobile at all.

Having determined which is the "parent"/superset my next question would
be how similar are the various "children" -- similar enough to be a
single platform in Xen, or different enough that we will need multiple
platforms, since that would have an impact on which name I think we
should pick.

(To some extent we can fidge this since we can always git mv stuff, but
we should at least give it our best guess up front)


Ian.

  reply	other threads:[~2015-01-28 14:16 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-23 15:33 [PATCH v3 0/3] arm: introduce basic Renesas R-Car Gen2 platform support Oleksandr Tyshchenko
2015-01-23 15:33 ` [PATCH v3 1/3] xen/arm: Add R-Car Gen2 support for early printk Oleksandr Tyshchenko
2015-01-23 15:33 ` [PATCH v3 2/3] xen/arm: Add new driver for R-Car Gen2 UART Oleksandr Tyshchenko
2015-01-23 22:40   ` Julien Grall
2015-01-23 15:33 ` [PATCH v3 3/3] xen/arm: Introduce support for Renesas R-Car Gen2 platform Oleksandr Tyshchenko
2015-01-28 13:26   ` Ian Campbell
2015-01-28 13:48     ` Oleksandr Tyshchenko
2015-01-28 14:16       ` Ian Campbell [this message]
2015-01-28 16:16         ` Andrii Anisov
2015-01-30 15:38           ` Oleksandr Tyshchenko
2015-01-30 15:52             ` Julien Grall
2015-01-30 16:44               ` Oleksandr Tyshchenko
2015-01-30 16:52                 ` Julien Grall
2015-02-02 17:10                   ` Ian Campbell
2015-02-02 17:19                     ` Oleksandr Tyshchenko
2015-02-02 17:46                       ` Ian Campbell
2015-01-23 22:36 ` [PATCH v3 0/3] arm: introduce basic Renesas R-Car Gen2 platform support Julien Grall
2015-01-23 23:08   ` Oleksandr Tyshchenko

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=1422454596.5187.7.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=julien.grall@linaro.org \
    --cc=oleksandr.tyshchenko@globallogic.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.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.