From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Thu, 06 Jan 2011 10:28:09 -0800 Subject: [PATCH v2 1/5] omap2plus: clockdomain: Trivial fix for build break because of clktrctrl_mask In-Reply-To: (Paul Walmsley's message of "Thu, 6 Jan 2011 11:02:02 -0700 (MST)") References: <1294225024-21857-1-git-send-email-santosh.shilimkar@ti.com> <87fwt7z1p3.fsf@ti.com> Message-ID: <87ipy1vqdi.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Paul Walmsley writes: > On Wed, 5 Jan 2011, Kevin Hilman wrote: > >> Santosh Shilimkar writes: >> >> > struct clockdomain member clktrctrl_mask is available for only for OMAP2 >> > and OMAP3 architectures. Technially it is also used only for these archs >> > but this breaks the build with custom OMAP4 configuration. >> >> I'll queue patches 3-5 for the 2.6.38-rc fixes cycle. >> >> With Paul's ack, I can queue the others too, or Paul can decide to take >> them via his tree. Paul can decide. > > I've acked one and requested minor changes on the other, after which it > can be acked by me. You're welcome to take them at that point. Just a > request, maybe you can post a branch with just these patches in them; that > way Rajendra and/or I can rebase his new clockdomain changes on it until > -rc1 comes out. Sure, will do. I currently have a 'fixes-for-tony' branch in my tree which has all the fixes I've collected for the -rc cycle. If you prefer something separate with only the prm and clockdomain patches from this series, I can do that as well. Kevin