aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/lpddr
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth1-3/+0
Additionally, some excessive newlines removed. Signed-off-by: Michael Roth <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
2009-01-11[MTD] [LPDDR] qinfo_probe depends on lpddrAlexey Korolev1-0/+1
Signed-off-by: Alexey Korolev <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
2009-01-05[MTD] LPDDR Makefile and KConfigAlexey Korolev2-0/+28
We have two components to manage LPDDR flash memories in Linux. 1. It is a driver for chip probing and reading its capabilities 2. It is a device operations driver. Signed-off-by: Alexey Korolev <[email protected]> Acked-by: Jared Hulbert <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
2009-01-05[MTD] LPDDR Command set driverAlexey Korolev1-0/+796
Driver which handles device command operation. Details on device operations are available here: http://www.numonyx.com/Documents/Datasheets/DS-315768_Velocity-Discrete.pdf Signed-off-by: Alexey Korolev <[email protected]> Acked-by: Jared Hulbert <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
2009-01-05[MTD] LPDDR qinfo probing.Alexey Korolev1-0/+255
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 <[email protected]> Acked-by: Jared Hulbert <[email protected]> Signed-off-by: David Woodhouse <[email protected]>