[PATCH v4 5/5] mtd: m25p80: add support to parse the partitions by OF node

Grant Likely grant.likely at secretlab.ca
Sun Oct 17 12:05:33 EST 2010


On Sat, Oct 16, 2010 at 1:17 PM, Artem Bityutskiy <dedekind1 at gmail.com> wrote:
> On Tue, 2010-10-12 at 18:18 +0800, Mingkai Hu wrote:
>> Signed-off-by: Mingkai Hu <Mingkai.hu at freescale.com>
>> Acked-by: Grant Likely <grant.likely at secretlab.ca>
>> ---
>> v4:
>>  - Updated to latest kernel base(Linux 2.6.36-rc7).
>>  - Made changes according to Grant's comments.
>
> Looks good to me, pushed to l2-mtd-2.6.git, thanks.

Wait!  It will break whenever CONFIG_OF is not set.  I broke
linux-next with this patch.  It can be solved by wrapping the block
with #ifdef CONFIG_OF, but I'd like to find a better solution.

g.


More information about the Linuxppc-dev mailing list