From mboxrd@z Thu Jan 1 00:00:00 1970
From: Philipp Zabel
Subject: Re: [PATCH v2 0/9] Add device tree support for on-chip SRAM
Date: Mon, 03 Sep 2012 17:42:34 +0200
Message-ID: <1346686954.2391.13.camel@pizza.hi.pengutronix.de>
References: <1346405224-20399-1-git-send-email-p.zabel@pengutronix.de>
<20120903015343.GB2362@S2101-09.ap.freescale.net>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Return-path:
In-Reply-To: <20120903015343.GB2362@S2101-09.ap.freescale.net>
Sender: linux-kernel-owner@vger.kernel.org
To: Shawn Guo
Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Grant Likely , Rob Herring , Paul Gortmaker , Richard Zhao , Huang Shijie , Dong Aisheng , kernel@pengutronix.de, devicetree-discuss@lists.ozlabs.org
List-Id: devicetree@vger.kernel.org
Hi Shawn,
Am Montag, den 03.09.2012, 09:53 +0800 schrieb Shawn Guo:
> I do not understand the point of introducing those imx patches, 1 ~ 4
> and 7, 8. They are all unnecessary churns to me. IMO, 4 patches are
> enough.
>
> * genalloc: add a global pool list, allow to find pools by phys address
> * misc: Generic on-chip SRAM allocation driver
> * ARM i.MX: remove IRAM_ALLOC facility
> * ARM: dts: add sram for imx53 and imx6q
>
> Regards,
> Shawn
Thanks, I thought that first making the iram_alloc API work would
decouple this a bit from the coda vpu patches that depend on sram
support on imx53/6q. I'll work in your comments and reduce the patch
count as you propose.
regards
Philipp