On Saturday 04 February 2012 05:46 PM, Aneesh V wrote:
> add LPDDR2 data from the JEDEC spec JESD209-2. The data
> 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 <ane...@ti.com>
Sorry.. Missed one minor comment.

> ---
>  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.c
> 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.
Fix the year please. Should be 2012
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to