On Saturday 04 February 2012 05:46 PM, Aneesh V wrote:add LPDDR2 data from the JEDEC spec JESD209-2. The dataSorry.. Missed one minor comment.
includes:
1. Addressing information for LPDDR2 memories of different
densities and types(S2/S4)
2. AC timing data.
This data will useful for memory controller device drivers
Signed-off-by: Aneesh V<aneesh@xxxxxx>
---
drivers/misc/Kconfig | 8 ++
drivers/misc/Makefile | 1 +
drivers/misc/jedec_ddr_data.c | 141 +++++++++++++++++++++++++++++++++
include/linux/jedec_ddr.h | 174 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 324 insertions(+), 0 deletions(-)
create mode 100644 drivers/misc/jedec_ddr_data.c
create mode 100644 include/linux/jedec_ddr.h
[...]
diff --git a/drivers/misc/jedec_ddr_data.c b/drivers/misc/jedec_ddr_data.cFix the year please. Should be 2012
new file mode 100644
index 0000000..299c056
--- /dev/null
+++ b/drivers/misc/jedec_ddr_data.c
@@ -0,0 +1,141 @@
+/*
+ * DDR addressing details and AC timing parameters from JEDEC specs
+ *
+ * Copyright (C) 2010 Texas Instruments, Inc.