[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <461BCD28.4000104@intel.com>
Date: Tue, 10 Apr 2007 21:45:12 +0400
From: akorolev <alexey.korolev@...el.com>
To: Willy Tarreau <w@....eu>
CC: David Woodhouse <dwmw2@...radead.org>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Linux 2.4.x MTD CFI P30/P33 support
Hello Willy,
What version of linux 2.4.x kernel do you expect P30/P33 support may be
included?
May be something else I should do in addition. What should I do to get
the patch included into linux 2.4.x?
Thanks,
Alexey
> Hi Willy,
>
>
>> OK, it seems trivial enough to me. I have no problem merging this. Your
>> mailer has wrapped lines, but I'll fix this by hand.
>>
> Oh thank you very much. Sorry for wrapped text. I've corrected it.
>
> Signed-off-by: Alexey Korolev <alexey.korolev@...el.com
> ------------------------
> --- a/drivers/mtd/chips/cfi_cmdset_0001.c 2003-06-13
> 18:51:34.000000000 +0400
> +++ b/drivers/mtd/chips/cfi_cmdset_0001.c 2007-02-16
> 21:39:50.000000000 +0300
> @@ -152,7 +152,7 @@
> }
>
> if (extp->MajorVersion != '1' || -
> (extp->MinorVersion < '0' || extp->MinorVersion > '3')) {
> + (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
> printk(KERN_WARNING " Unknown IntelExt Extended Query "
> "version %c.%c.\n", extp->MajorVersion,
> extp->MinorVersion);
> ------------------------
>
> Thanks,
> Alexey
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists