[MTD] LPDDR qinfo probing.
authorAlexey Korolev <akorolev@infradead.org>
Tue, 16 Dec 2008 18:11:51 +0000 (18:11 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 5 Jan 2009 12:55:48 +0000 (13:55 +0100)
commit8dc004395d5ebb028e4915645982e4434d2f4ef3
tree271b5b3be5201145a5076e14c4a702f981172f4c
parent5b0d4d7c8a67c5ba3d35e6ceb0c5530cc6846db7
[MTD] LPDDR qinfo probing.

LPDDR flash chips are based on completely new kind of chips probing.
Device capabilities are available via special request.
We sent field request command which contains Major and Minor numbers - and
recieve corresponend value.
All requests are performed within PFOW window.
Detailed information about qinfo records can be found here:
http://www.numonyx.com/Documents/Datasheets/DS-315768_Velocity-Discrete.pdf

Signed-off-by: Alexey Korolev <akorolev@infradead.org>
Acked-by: Jared Hulbert <jaredeh@gmail.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/lpddr/qinfo_probe.c [new file with mode: 0644]