linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: liu.h.jason@gmail.com (Jason Liu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/7] add GPMI support for imx28
Date: Thu, 24 Mar 2011 16:26:37 +0800	[thread overview]
Message-ID: <AANLkTinjqAcCmQRdAxL+SS0LPVrRUpVBkEJmw0ZDccnq@mail.gmail.com> (raw)
In-Reply-To: <19850.62451.678409.328798@ipc1.ka-ro>

2011/3/24 Lothar Wa?mann <LW@karo-electronics.de>:
> Hi,
[...]
>> Most of the time, the timing is really based on a safe timing setting.
>> But in the original GPMI driver in the FREESCALE BSP, there exits some
>> nands need to be set with their own timing setting.
>>
>> So I do not use the safe timing for _ALL_ the nand, and i'd better get
>> it from the
>> database.
>>
> It should be sufficient to provide timing info from platform_data in
> special cases instead of bloating the nand id database with that
> stuff. Platforms might need to adjust the timing because of
> peculiarities in the HW. Thus the timing info should be provided from
> there, not from the chip database.

No, we can't. since some boards only provide one NAND socket, customer
can place any NAND flash chip they want. And with the NAND tech evolution, some
NAND flash will end-of-line and customer need change another new NAND.
As we all know that RAW NAND flash vendor does not follow the same
rule to encode
ID related information such as page size/oob size/block size etc. Even
with same vendor,
take Sumsung as example, there is not one generic rule to encode the
id information.
If you do NAND support with many customers, you will find that
currenly linux NAND driver
(nand_base.c/nand_ids.c) provide very poor support for that.

Jason

>
>
> Lothar Wa?mann
> --
> ___________________________________________________________
>
> Ka-Ro electronics GmbH | Pascalstra?e 22 | D - 52076 Aachen
> Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
> Gesch?ftsf?hrer: Matthias Kaussen
> Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
>
> www.karo-electronics.de | info at karo-electronics.de
> ___________________________________________________________
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>

  reply	other threads:[~2011-03-24  8:26 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-16  1:42 [PATCH 0/7] add the GPMI controller driver for IMX23/IMX28 Huang Shijie
2011-03-16  1:42 ` [PATCH 1/7] ARM: add GPMI support for imx23/imx28 Huang Shijie
2011-03-16 10:13   ` Lothar Waßmann
     [not found]     ` <4D809453.4090603@freescale.com>
     [not found]       ` <19840.43943.592336.854865@ipc1.ka-ro>
2011-03-17  2:19         ` Huang Shijie
2011-03-17 10:36           ` Lothar Waßmann
2011-03-18  2:06             ` Huang Shijie
2011-03-16  1:42 ` [PATCH 2/7] add the common code for GPMI driver Huang Shijie
2011-03-22 12:36   ` =?utf-8?Q?Lothar_Wa=C3=9Fmann?=
2011-03-23  3:41     ` Huang Shijie
2011-03-16  1:42 ` [PATCH 3/7] add the database for the NANDs Huang Shijie
2011-03-16  1:42 ` [PATCH 4/7] add GPMI support for imx23 Huang Shijie
2011-03-16  1:42 ` [PATCH 5/7] add GPMI support for imx28 Huang Shijie
2011-03-22 12:46   ` Lothar Waßmann
2011-03-23  3:11     ` Huang Shijie
2011-03-23 14:56       ` Lothar Waßmann
2011-03-23 15:16         ` Florian Fainelli
2011-03-24  3:07           ` Huang Shijie
2011-03-24  3:03         ` Huang Shijie
2011-03-24  7:34           ` Lothar Waßmann
2011-03-24  8:26             ` Jason Liu [this message]
2011-03-24  8:32               ` Wolfram Sang
2011-03-24  8:33               ` Lothar Waßmann
2011-03-24  8:51             ` Huang Shijie
2011-03-24 13:54               ` Florian Fainelli
2011-03-25  2:50                 ` Huang Shijie
2011-03-16  1:42 ` [PATCH 6/7] dmaengine: change the flags of request_irq() Huang Shijie
2011-03-16 10:13   ` Lothar Waßmann
2011-03-16 12:31     ` 答复: " Huang Shijie-B32955
2011-03-18  6:12     ` Huang Shijie
2011-03-16  1:42 ` [PATCH 7/7] MTD : add GPMI driver in the config and Makefile Huang Shijie
  -- strict thread matches above, loose matches on Subject: below --
2011-03-16  1:55 [PATCH 0/7] add the GPMI controller driver for IMX23/IMX28 Huang Shijie
2011-03-16  1:55 ` [PATCH 5/7] add GPMI support for imx28 Huang Shijie
2011-03-31  9:47   ` Artem Bityutskiy
2011-03-31 10:09     ` Huang Shijie
2011-03-31  9:49   ` Artem Bityutskiy
2011-03-31  9:49   ` Artem Bityutskiy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTinjqAcCmQRdAxL+SS0LPVrRUpVBkEJmw0ZDccnq@mail.gmail.com \
    --to=liu.h.jason@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).