[PATCH] [MTD] MXC NAND driver fixes (v4)

Vladimir Barinov vova.barinov at gmail.com
Thu Apr 23 07:31:59 EDT 2009


Hello Artem,

Artem Bityutskiy wrote:
> On Wed, 2009-04-22 at 19:31 +0400, Vladimir Barinov wrote:
>   
>> The following patch fixes:
>>  - re-initialization of host->col_addr which is used as byte index
>>    between the successive READID flash commands.
>>  - compile error when CONFIG_PM is enabled
>>  - pass on the error code from clk_get()
>>  - return -ENOMEM in case of failed ioremap()
>>  - pass on the return value of platform_driver_probe() directly
>>  - remove excessive printk
>>  - let command line partition table parsing with mxc_nand name.
>>    The cmd_line parsing is done via <mtd-id> name that differs
>>    from mxc_nand by default and looks like "NAND 256MiB 1,8V 8-bit"
>>
>> Signed-off-by: Vladimir Barinov <vbarinov at embeddedalley.com>
>> Signed-off-by: Lothar Wassmann <LW at KARO-electronics.de>
>> Acked-by: Sascha Hauer <s.hauer at pengutronix.de>
>> ---
>>  drivers/mtd/nand/mxc_nand.c |   43 +++++++++++++++++++++++--------------------
>>  1 files changed, 23 insertions(+), 20 deletions(-)
>>     
>
> Your patch does not apply to the latest mtd-2.6.git
>   
Sorry, my fault, I didn't verified the patch after the latest merge.
Will remake to apply cleanly in V5.

Vladimir




More information about the linux-mtd mailing list