From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758805Ab3BGOf4 (ORCPT ); Thu, 7 Feb 2013 09:35:56 -0500 Received: from us01smtp2.synopsys.com ([198.182.44.80]:56491 "EHLO kiruna.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758629Ab3BGOfx (ORCPT ); Thu, 7 Feb 2013 09:35:53 -0500 Message-ID: <5113BBBF.6000909@synopsys.com> Date: Thu, 7 Feb 2013 18:35:43 +0400 From: Alexey Brodkin User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Michal Simek CC: Benjamin Herrenschmidt , Grant Likely , Arnd Bergmann , Vineet Gupta , Linux Kernel Mailing List , Alan Cox , "Geert Uytterhoeven" , , Subject: Re: [PATCH] drivers/block/xsysace - replace in(out)_8/in(out)_be16/in(out)_le16 with generic iowrite(read)8/16(be) References: <1359475380-31512-1-git-send-email-abrodkin@synopsys.com> <1781360.cmQWHCW5SC@wuerfel> <201302041724.47331.arnd@arndb.de> <1360031367.14701.47.camel@pasglop> <1360066756.4529.6.camel@pasglop> <51111133.7000105@synopsys.com> <1360098004.4529.13.camel@pasglop> <511178AC.7080304@synopsys.com> <1360105635.2707.7.camel@pasglop> <1360186550.2650.4.camel@pasglop> <51139974.2040601@synopsys.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.121.8.160] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/07/2013 06:31 PM, Michal Simek wrote: > The origin patch (after some microblaze ioread/iowrite fixes) works ok, > These additional changes is breaking sysace on microblaze big endian > ml505 16bit mode. > 8bit mode just works > > Also I have looked at our tree and I see that the mainline kernel misses > one patch which was sent by Graeme Smecher and it was also Acked-by Grant. > It is called "Fix device name assignment for SystemACE (from "xs`" to "xsa")." > Let me resend it too. > > Alexey: Can you please confirm that on your arc platform you see broken CF > partitions name? > > Thanks, > Michal > Indeed I had it and fixed myself) I didn't know about this fix so I've just sent another fix for it - https://patchwork.kernel.org/patch/2110811/ Anyways good to know now it is fixed. Thanks, Alexey