From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751190Ab2BPKi2 (ORCPT ); Thu, 16 Feb 2012 05:38:28 -0500 Received: from na3sys009aog118.obsmtp.com ([74.125.149.244]:55621 "EHLO na3sys009aog118.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750762Ab2BPKiY (ORCPT ); Thu, 16 Feb 2012 05:38:24 -0500 Message-ID: <4F3CDC9A.2000303@ti.com> Date: Thu, 16 Feb 2012 16:08:18 +0530 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 MIME-Version: 1.0 To: Aneesh V CC: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@linux-foundation.org Subject: Re: [RFC PATCH 5/8] misc: emif: handle frequency and voltage change events References: <1328357771-31644-1-git-send-email-aneesh@ti.com> <1328357771-31644-6-git-send-email-aneesh@ti.com> In-Reply-To: <1328357771-31644-6-git-send-email-aneesh@ti.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 04 February 2012 05:46 PM, Aneesh V wrote: > Change SDRAM timings and other settings as necessary > on voltage and frequency changes. We calculate these > register settings based on data from the device data > sheet and inputs such a frequency, voltage state(stable > or ramping), temperature level etc. > May be you want add TBD or FIXME for notifiers when they are available. Do that in commit log as well as in the code so that we don't forget about it. > Signed-off-by: Aneesh V > --- Rest of the patch looks fine.