From: David Brownell <david-b@pacbell.net>
To: Will Newton <will.newton@gmail.com>
Cc: "linux-kernel" <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
David Woodhouse <David.Woodhouse@intel.com>
Subject: Re: [PATCH] mtd_dataflash: Fix probing of AT45DB321C chips.
Date: Wed, 4 Mar 2009 12:53:12 -0800 [thread overview]
Message-ID: <200903041253.13414.david-b@pacbell.net> (raw)
In-Reply-To: <87a5b0800903040241k51f65a65p82a2da8f6de1c832@mail.gmail.com>
On Wednesday 04 March 2009, Will Newton wrote:
> Commit 771999b65f79264acde4b855e5d35696eca5e80c broke support for probing
> AT45DB321C flash chips. These chips do not support the "page size" status
> bit, so if we match the JEDEC id return early.
>
> Signed-off-by: Will Newton <will.newton@gmail.com>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
.... these are the *only* such chips with that issue, first
version of the more capable generations of chips.
Out of curiousity, was this observed with a C-rev chip, or
inferred by noticing it was the only chip that could ever
need such an "else" branch?
> ---
> drivers/mtd/devices/mtd_dataflash.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mtd/devices/mtd_dataflash.c
> b/drivers/mtd/devices/mtd_dataflash.c
> index d44f741..cd4781f 100644
> --- a/drivers/mtd/devices/mtd_dataflash.c
> +++ b/drivers/mtd/devices/mtd_dataflash.c
> @@ -822,6 +822,8 @@ static struct flash_info *__devinit
> jedec_probe(struct spi_device *spi)
> return info;
> }
> }
> + else
> + return info;
> }
> }
>
> --
> 1.5.5.2
>
prev parent reply other threads:[~2009-03-04 20:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-04 10:41 Will Newton
2009-03-04 20:53 ` David Brownell [this message]
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=200903041253.13414.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=David.Woodhouse@intel.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=will.newton@gmail.com \
/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
all inboxes | Powered by JetHome®