login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
June
»
22
Re: [PATCH 1/2] mtd: m25p80: Fix false-positive probing
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Mike Frysinger
Subject:
Re: [PATCH 1/2] mtd: m25p80: Fix false-positive probing
Date: Tuesday, June 22, 2010 - 10:56 am
On Tue, Jun 22, 2010 at 12:57, Anton Vorontsov wrote:
quoted text
> Since commit 18c6182bae0acca220ed6611f741034d563cd19f ("Rework > probing/JEDEC code"), m25p80 driver successfully registers chips > even if JEDEC probing fails. > > This was needed to support non-JEDEC flashes. Though, it appears > that some platforms (e.g. blackfin bf533 stamp[1]) used the old > behavior to detect if there's any flash connected, so the driver > have to fail on JEDEC probing errors. > > This patch restores the old behavior for JEDEC flashes, and adds > "-nonjedec" SPI device IDs for M25Pxx flashes, so that the kernel > still supports non-JEDEC flashes.
Acked-by: Mike Frysinger <vapier@gentoo.org>
quoted text
> [1]
http://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemEdit&tr...
http://blackfin.uclinux.org/gf/tracker/5975
quoted text
> Reported-by: Mingquan Pan
<Grace.Pan@analog.com> -mike --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH v2 0/6] Device table matching for SPI subsystem
, Anton Vorontsov
, (Thu Jul 30, 5:39 pm)
[PATCH 1/6] spi: Add support for device table matching
, Anton Vorontsov
, (Thu Jul 30, 5:40 pm)
[PATCH 2/6] mtd: m25p80: Convert to device table matching
, Anton Vorontsov
, (Thu Jul 30, 5:41 pm)
[PATCH 3/6] of: Remove "stm,m25p40" alias
, Anton Vorontsov
, (Thu Jul 30, 5:41 pm)
[PATCH 4/6] hwmon: adxx: Convert to device table matching
, Anton Vorontsov
, (Thu Jul 30, 5:41 pm)
[PATCH 5/6] hwmon: lm70: Convert to device table matching
, Anton Vorontsov
, (Thu Jul 30, 5:41 pm)
[PATCH 6/6] spi: Prefix modalias with "spi:"
, Anton Vorontsov
, (Thu Jul 30, 5:41 pm)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, David Brownell
, (Mon Aug 3, 7:54 pm)
Re: [PATCH v2 0/6] Device table matching for SPI subsystem
, Artem Bityutskiy
, (Mon Aug 10, 12:35 am)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, Michael Barkowski
, (Wed Aug 12, 1:45 pm)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, Anton Vorontsov
, (Wed Aug 12, 1:58 pm)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, Michael Barkowski
, (Wed Aug 12, 1:58 pm)
Re: [PATCH v2 0/6] Device table matching for SPI subsystem
, Anton Vorontsov
, (Tue Aug 18, 2:44 pm)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, Anton Vorontsov
, (Tue Aug 18, 2:44 pm)
[PATCH 1/2] mtd: m25p80: Rework probing/JEDEC code
, Anton Vorontsov
, (Tue Aug 18, 2:46 pm)
[PATCH 2/2] mtd: m25p80: Add support for CAT25xxx serial E ...
, Anton Vorontsov
, (Tue Aug 18, 2:46 pm)
Re: [PATCH v2 0/6] Device table matching for SPI subsystem
, Artem Bityutskiy
, (Tue Aug 25, 7:14 am)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, Andrew Morton
, (Tue Sep 22, 2:17 pm)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, Anton Vorontsov
, (Tue Sep 22, 4:01 pm)
Re: [PATCH 2/2] mtd: m25p80: Add support for CAT25xxx seri ...
, Andrew Morton
, (Tue Sep 22, 4:25 pm)
Re: [PATCH 2/2] mtd: m25p80: Add support for CAT25xxx seri ...
, Anton Vorontsov
, (Tue Sep 22, 4:40 pm)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, David Woodhouse
, (Tue Sep 22, 4:43 pm)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, Andrew Morton
, (Tue Sep 22, 4:52 pm)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, Anton Vorontsov
, (Tue Sep 22, 4:55 pm)
Re: [PATCH 2/6] mtd: m25p80: Convert to device table matching
, Andrew Morton
, (Tue Sep 22, 5:02 pm)
Re: [PATCH 1/2] mtd: m25p80: Rework probing/JEDEC code
, Barry Song
, (Fri Jun 11, 11:27 pm)
Re: [PATCH 1/2] mtd: m25p80: Rework probing/JEDEC code
, Anton Vorontsov
, (Fri Jun 18, 6:32 am)
RE: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Song, Barry
, (Sun Jun 20, 7:42 pm)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Barry Song
, (Sun Jun 20, 8:27 pm)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Anton Vorontsov
, (Mon Jun 21, 12:15 am)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Barry Song
, (Mon Jun 21, 12:22 am)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Anton Vorontsov
, (Mon Jun 21, 12:39 am)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Barry Song
, (Mon Jun 21, 3:31 am)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Anton Vorontsov
, (Mon Jun 21, 4:20 am)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Mike Frysinger
, (Mon Jun 21, 9:34 am)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Anton Vorontsov
, (Mon Jun 21, 9:47 am)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Mike Frysinger
, (Mon Jun 21, 9:54 am)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Barry Song
, (Mon Jun 21, 11:37 pm)
Re: [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkpr ...
, Anton Vorontsov
, (Tue Jun 22, 9:55 am)
[PATCH 1/2] mtd: m25p80: Fix false-positive probing
, Anton Vorontsov
, (Tue Jun 22, 9:57 am)
[PATCH 2/2] mtd: m25p80: Make jedec_probe() return proper ...
, Anton Vorontsov
, (Tue Jun 22, 9:57 am)
Re: [PATCH 1/2] mtd: m25p80: Fix false-positive probing
, Mike Frysinger
, (Tue Jun 22, 10:56 am)
Re: [PATCH 1/2] mtd: m25p80: Fix false-positive probing
, Artem Bityutskiy
, (Wed Jul 7, 10:57 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Rusty Russell
Re: 2.6.22-rc3-mm1
Gautham R Shenoy
[PATCH 1/8] Enhance process freezer interface for usage beyond software suspend
Jeffrey V. Merkey
Re: Versioning file system
James Bottomley
Re: [PATCH -mm 1/2] scsi: remove dma_is_consistent usage in 53c700
David Miller
Re: NO_HZ: timer interrupt stuck
git
:
Oliver Kullmann
Re: how to move with history?
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Miles Bader
Re: way to automatically add untracked files?
Harvey Harrison
Re: [SoC RFC] libsvn-fs-git: A git backend for the subversion filesystem
Alex Riesen
Re: git exclude patterns for directory
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
netfilter: nf_conntrack_sip: add T.38 FAX support
Linux Kernel Mailing List
drivers/acpi: use kasprintf
linux-netdev
:
Timo Teräs
ip xfrm policy semantics
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Patrick McHardy
Re: [rfc 02/13] [RFC 02/13] netfilter: nf_conntrack_sip: Add callid parser
webmaster Maintenance
&#32852;&#31995;&#31995;&#32479;&#31649;&#29702;&#21592;
Krzysztof Oledzki
Re: Error: an inet prefix is expected rather than "0/0".
openbsd-misc
:
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
frantisek holop
Re: mount ffs as msdos, system hangs
Colocation donated by:
Syndicate