All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Enric Balletbo Serra <eballetbo@gmail.com>
Cc: "Dmitry Lifshitz" <lifshitz@compulab.co.il>,
	"Pau Pajuel" <ppajuel@gmail.com>,
	"Dr. H. Nikolaus Schaller" <hns@goldelico.com>,
	"Agustí Fontquerni i Gorchs" <afontquerni@iseebcn.com>,
	egavin@iseebcn.com, "Grazvydas Ignotas" <notasas@gmail.com>,
	"Benoit Cousson" <bcousson@baylibre.com>,
	"Javier Martinez Canillas" <javier@dowhile0.org>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"Robert Nelson" <robertcnelson@gmail.com>,
	"Marek Belisko" <marek@goldelico.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 3/3] ARM: dts: Add basic support for isee igepv5
Date: Fri, 16 Oct 2015 07:57:07 -0700	[thread overview]
Message-ID: <20151016145707.GU10113@atomide.com> (raw)
In-Reply-To: <CAFqH_52T8rPJp-8+Bb7Tjv-kcACU8FJGtqFWOhj02DzQ2yc7nw@mail.gmail.com>

* Enric Balletbo Serra <eballetbo@gmail.com> [151016 01:26]:
> Hi Tony,
> 
> Many thanks for the patch
> 
> 2015-10-13 19:18 GMT+02:00 Tony Lindgren <tony@atomide.com>:
> > With omap5-board-common.dtsi, we can now easily add support for various omap5
> > board variants. Let's add minimal support for isee igepv5.
> >
> > So far I've tested that basic things work, such as serial, USB Ethernet, HDMI
> > and WLAN.
> >
> > Note that like omap5-uevm, these boards seem to need to reserve 16MB for a
> > trap section as in commit 03178c66d289 ("ARM: dts: omap5-evm: Update
> > available memory to 2032 MB") and also noted in a u-boot commit at
> > http://marc.info/?l=u-boot&m=134376852603255 and also at
> > http://patchwork.ozlabs.org/patch/159881/.
> >
> > Not sure why this is not needed for omap5-cm-t54.dts, maybe because of
> > different u-boot configuration.
> >
> > Signed-off-by: Tony Lindgren <tony@atomide.com>
> > ---
> >
> > Enric, can you please check if there are some critical pieces compared
> > to omap5-uevm that should be updated for this patch?
> >
> 
> Unfortunately I don't have the schematic and any IGEPv5 to verify your
> patches. From a quick view I can say that it's ok but let me cc
> Agustí, Eduard and Pau that will have access to the hardware and the
> schematics.

OK thanks. The thing to do is check against the omap5-board-common.dtsi in
this patch series so there's nothing unsuitable in omap5-board-common.dtsi
that needs an override in omap5-igep0050.dts.

Regards,

Tony

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: dts: Add basic support for isee igepv5
Date: Fri, 16 Oct 2015 07:57:07 -0700	[thread overview]
Message-ID: <20151016145707.GU10113@atomide.com> (raw)
In-Reply-To: <CAFqH_52T8rPJp-8+Bb7Tjv-kcACU8FJGtqFWOhj02DzQ2yc7nw@mail.gmail.com>

* Enric Balletbo Serra <eballetbo@gmail.com> [151016 01:26]:
> Hi Tony,
> 
> Many thanks for the patch
> 
> 2015-10-13 19:18 GMT+02:00 Tony Lindgren <tony@atomide.com>:
> > With omap5-board-common.dtsi, we can now easily add support for various omap5
> > board variants. Let's add minimal support for isee igepv5.
> >
> > So far I've tested that basic things work, such as serial, USB Ethernet, HDMI
> > and WLAN.
> >
> > Note that like omap5-uevm, these boards seem to need to reserve 16MB for a
> > trap section as in commit 03178c66d289 ("ARM: dts: omap5-evm: Update
> > available memory to 2032 MB") and also noted in a u-boot commit at
> > http://marc.info/?l=u-boot&m=134376852603255 and also at
> > http://patchwork.ozlabs.org/patch/159881/.
> >
> > Not sure why this is not needed for omap5-cm-t54.dts, maybe because of
> > different u-boot configuration.
> >
> > Signed-off-by: Tony Lindgren <tony@atomide.com>
> > ---
> >
> > Enric, can you please check if there are some critical pieces compared
> > to omap5-uevm that should be updated for this patch?
> >
> 
> Unfortunately I don't have the schematic and any IGEPv5 to verify your
> patches. From a quick view I can say that it's ok but let me cc
> Agust?, Eduard and Pau that will have access to the hardware and the
> schematics.

OK thanks. The thing to do is check against the omap5-board-common.dtsi in
this patch series so there's nothing unsuitable in omap5-board-common.dtsi
that needs an override in omap5-igep0050.dts.

Regards,

Tony

  reply	other threads:[~2015-10-16 14:57 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-13 17:18 [PATCH 1/3] ARM: dts: Fix WLAN regression on omap5-uevm Tony Lindgren
2015-10-13 17:18 ` Tony Lindgren
2015-10-13 17:18 ` [PATCH 2/3] ARM: dts: Move most of omap5-uevm.dts to omap5-board-common.dtsi Tony Lindgren
2015-10-13 17:18   ` Tony Lindgren
2015-10-13 17:18 ` [PATCH 3/3] ARM: dts: Add basic support for isee igepv5 Tony Lindgren
2015-10-13 17:18   ` Tony Lindgren
2015-10-16  8:22   ` Enric Balletbo Serra
2015-10-16  8:22     ` Enric Balletbo Serra
2015-10-16 14:57     ` Tony Lindgren [this message]
2015-10-16 14:57       ` Tony Lindgren
     [not found]       ` <CAMVEqEkoXoE1wgT8p5BNW7TAjz5Xtcvx7gXvk7rbdQXg8bXpzg@mail.gmail.com>
2015-10-19 14:50         ` Tony Lindgren
2015-10-19 14:50           ` Tony Lindgren
2015-10-20 10:34           ` Pau Pajuel
2015-10-20 10:34             ` Pau Pajuel
2015-10-20 16:01             ` Tony Lindgren
2015-10-20 16:01               ` Tony Lindgren

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=20151016145707.GU10113@atomide.com \
    --to=tony@atomide.com \
    --cc=afontquerni@iseebcn.com \
    --cc=bcousson@baylibre.com \
    --cc=eballetbo@gmail.com \
    --cc=egavin@iseebcn.com \
    --cc=hns@goldelico.com \
    --cc=javier@dowhile0.org \
    --cc=lifshitz@compulab.co.il \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=marek@goldelico.com \
    --cc=notasas@gmail.com \
    --cc=ppajuel@gmail.com \
    --cc=robertcnelson@gmail.com \
    /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.