From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Thu, 12 May 2016 16:39:35 -0700 Subject: [PATCHv2 00/28] ARM: OMAP2+: hwmod module clock type support In-Reply-To: <1460632097-25727-1-git-send-email-t-kristo@ti.com> References: <1460632097-25727-1-git-send-email-t-kristo@ti.com> Message-ID: <20160512233935.GN3492@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/14, Tero Kristo wrote: > Hi, > > v2 contains following changes in comparison to v1: > > - Patch ordering changed a bit, clk/ti, mach-omap2, dts patches are now > mostly grouped together, with the exception of the introduction of > clock helper API, which is needed by everything else. Please note > that the ordering must be preserved between mach-omap2/clk-driver/dts > to avoid boot problems. > - Dropped hwmod data removal patches for now, this allows booting with > either new or old DTS data. > - Fixed a typo in the hwmod clock driver timeout handling, the comparison > for timeout against ktime_us_delta was wrong causing too short > timeouts, this was apparent with cpuidle enabled on OMAP4 > - Added patch #6 to fetch hwmod main clock based on the hwmod name itself, > if found, ignore main_clk / clkctrl setup for the hwmod > - Added patch #7 to fix issue in omap2 timer caused by patch #6, with > dynamic parsing of main clock, the hwmod must be setup before attempting > to access main_clk. What's the general design goal of this series? This cover letter is more like a change and test log instead of an overall argument for why the series should be merged so I'm left to piecing together the commit text from the 28 different patches. I suspect it's to get rid of DT_CLK macros and do something with hwmod in a more generic way, but that's all I got. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project