From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Subject: Re: [RFC PATCH 2/8] misc: ddr: add LPDDR2 data from JESD209-2 Date: Thu, 16 Feb 2012 17:25:26 +0530 Message-ID: <4F3CEEAE.40907@ti.com> References: <1328357771-31644-1-git-send-email-aneesh@ti.com> <1328357771-31644-3-git-send-email-aneesh@ti.com> <4F3CD55C.2020002@ti.com> <4F3CDA2D.2060001@ti.com> <20120216111043.3256189f@pyramind.ukuu.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120216111043.3256189f@pyramind.ukuu.org.uk> Sender: linux-kernel-owner@vger.kernel.org To: Alan Cox Cc: Santosh Shilimkar , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org List-Id: linux-omap@vger.kernel.org On Thursday 16 February 2012 04:40 PM, Alan Cox wrote: > On Thu, 16 Feb 2012 15:57:57 +0530 > Aneesh V wrote: > >> On Thursday 16 February 2012 03:37 PM, Santosh Shilimkar wrote: >>> 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 > > I don't think it belongs in drivers/misc. It's not a driver but a > library. lib/ might be a better place for it perhaps ? Agree. I shall move it to lib/ br, Aneesh