From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 20 Dec 2010 18:23:30 -0800 Subject: [PATCH v6 00/10] OMAP: Adding Smartreflex and Voltage driver support In-Reply-To: <877hf45414.fsf@deeprootsystems.com> References: <1292864357-13939-1-git-send-email-thara@ti.com> <877hf45414.fsf@deeprootsystems.com> Message-ID: <20101221022329.GC5829@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Kevin Hilman [101220 17:05]: > Thara Gopinath writes: > > > This patch series introduces smartreflex and voltage driver support > > for OMAP3430 and OMAP3630. SmartReflex modules do adaptive voltage > > control for real-time voltage adjustments. > > Thanks Thara, these are looking good for 2.6.38. > > Tony, unless there are major objections, I'll be queuing these two SR > series for 2.6.38. They have dependencies on Paul's integration branch Well looking at patch 3/6 I think it should live under drivers somewhere and mostly be compiled as a module. Probably the only change needed for that is to not call cpu_is_omapxxxx but instead use some flags passed in the platform_data. Otherwise the whole series looks OK to me. Regards, Tony