From: Felipe Balbi <balbi@ti.com>
To: Constantine Shulyupin <const@MakeLinux.com>
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
linux@arm.linux.org.uk, tim.bird@am.sony.com,
pandaboard@googlegroups.com,
Tony Lindgren OMAP <tony@atomide.com>,
Santosh Shilimkar OMAP <santosh.shilimkar@ti.com>,
nsekhar@ti.com, balbi@ti.com
Subject: Re: [PATCH] Add FDT support to Pandaboard initialization
Date: Mon, 29 Oct 2012 08:14:27 +0200 [thread overview]
Message-ID: <20121029061427.GP17570@arwen.pp.htv.fi> (raw)
In-Reply-To: <1351363800-28744-1-git-send-email-const@MakeLinux.com>
[-- Attachment #1: Type: text/plain, Size: 661 bytes --]
On Sat, Oct 27, 2012 at 08:50:00PM +0200, Constantine Shulyupin wrote:
> From: Constantine Shulyupin <const@MakeLinux.com>
>
> Problem:
> - FDT is supported only by generic OMAP board initialization in arch/arm/mach-omap2/board-generic.c and lacks some configurations, which are not yet configured in FDT (USB for example).
> Solution:
> - arch/arm/mach-omap2/board-omap4panda.c supports initialization with FDT and without it.
>
> Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
NAK, the whole idea of DT is to drop board-*.c. It would be best to see
the "missing initialization" being added to board-generic/dts files.
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: balbi@ti.com (Felipe Balbi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Add FDT support to Pandaboard initialization
Date: Mon, 29 Oct 2012 08:14:27 +0200 [thread overview]
Message-ID: <20121029061427.GP17570@arwen.pp.htv.fi> (raw)
In-Reply-To: <1351363800-28744-1-git-send-email-const@MakeLinux.com>
On Sat, Oct 27, 2012 at 08:50:00PM +0200, Constantine Shulyupin wrote:
> From: Constantine Shulyupin <const@MakeLinux.com>
>
> Problem:
> - FDT is supported only by generic OMAP board initialization in arch/arm/mach-omap2/board-generic.c and lacks some configurations, which are not yet configured in FDT (USB for example).
> Solution:
> - arch/arm/mach-omap2/board-omap4panda.c supports initialization with FDT and without it.
>
> Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
NAK, the whole idea of DT is to drop board-*.c. It would be best to see
the "missing initialization" being added to board-generic/dts files.
--
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121029/c0b25a4f/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Felipe Balbi <balbi@ti.com>
To: Constantine Shulyupin <const@MakeLinux.com>
Cc: <linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-omap@vger.kernel.org>, <linux@arm.linux.org.uk>,
<tim.bird@am.sony.com>, <pandaboard@googlegroups.com>,
Tony Lindgren OMAP <tony@atomide.com>,
Santosh Shilimkar OMAP <santosh.shilimkar@ti.com>,
<nsekhar@ti.com>, <balbi@ti.com>
Subject: Re: [PATCH] Add FDT support to Pandaboard initialization
Date: Mon, 29 Oct 2012 08:14:27 +0200 [thread overview]
Message-ID: <20121029061427.GP17570@arwen.pp.htv.fi> (raw)
In-Reply-To: <1351363800-28744-1-git-send-email-const@MakeLinux.com>
[-- Attachment #1: Type: text/plain, Size: 661 bytes --]
On Sat, Oct 27, 2012 at 08:50:00PM +0200, Constantine Shulyupin wrote:
> From: Constantine Shulyupin <const@MakeLinux.com>
>
> Problem:
> - FDT is supported only by generic OMAP board initialization in arch/arm/mach-omap2/board-generic.c and lacks some configurations, which are not yet configured in FDT (USB for example).
> Solution:
> - arch/arm/mach-omap2/board-omap4panda.c supports initialization with FDT and without it.
>
> Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
NAK, the whole idea of DT is to drop board-*.c. It would be best to see
the "missing initialization" being added to board-generic/dts files.
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2012-10-29 6:14 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-27 18:50 [PATCH] Add FDT support to Pandaboard initialization Constantine Shulyupin
2012-10-27 18:50 ` Constantine Shulyupin
2012-10-27 18:50 ` Constantine Shulyupin
2012-10-29 6:14 ` Felipe Balbi [this message]
2012-10-29 6:14 ` Felipe Balbi
2012-10-29 6:14 ` Felipe Balbi
2012-10-29 16:01 ` Tony Lindgren
2012-10-29 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=20121029061427.GP17570@arwen.pp.htv.fi \
--to=balbi@ti.com \
--cc=const@MakeLinux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=nsekhar@ti.com \
--cc=pandaboard@googlegroups.com \
--cc=santosh.shilimkar@ti.com \
--cc=tim.bird@am.sony.com \
--cc=tony@atomide.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.