From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 0/8] OMAP2+: hwmod core upgrades for 2.6.38: first set Date: Tue, 07 Dec 2010 13:41:53 -0800 Message-ID: <8739q9l0pq.fsf@deeprootsystems.com> References: <20101116101615.22777.49212.stgit@twilight.localdomain> <87y68lnhsp.fsf@deeprootsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pv0-f174.google.com ([74.125.83.174]:60960 "EHLO mail-pv0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752489Ab0LGVl6 (ORCPT ); Tue, 7 Dec 2010 16:41:58 -0500 Received: by pva4 with SMTP id 4so105423pva.19 for ; Tue, 07 Dec 2010 13:41:58 -0800 (PST) In-Reply-To: (Paul Walmsley's message of "Mon, 22 Nov 2010 17:15:39 -0700 (MST)") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Paul Walmsley writes: > On Mon, 22 Nov 2010, Kevin Hilman wrote: > >> Paul Walmsley writes: >> >> > On Tue, 16 Nov 2010, Paul Walmsley wrote: >> > >> >> This patch series contains upgrades for the OMAP2+ hwmod core >> >> code, intended for 2.6.38. Most of these patches were developed >> >> in response to use-cases discovered while converting device >> >> drivers to use the hwmod code. >> >> >> >> Tested on an OMAP34xx BeagleBoard with omap2plus_defconfig. >> > >> > Just FYI, this branch 'hwmod_a_2.6.38' is available at >> > git://git.pwsan.com/linux-2.6 >> > >> > Warning: it's based on Tony's tree, not the mainline, due to the recent >> > board file changes. >> >> Looks like Tony has collected the board file changes into his >> devel-board branch. Can this rebased there? >> >> That way, I can included it as part of the PM branch testing without >> having to pull in master. > > hwmod_a_2.6.38 is now based on devel-board and wdt_2.6.38 is now rebased > on the updated hwmod_a_2.6.38. Tested-by: Kevin Hilman Tested on 35xx/omap3evm, 34xx/n900 and 35xx/beagle. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@deeprootsystems.com (Kevin Hilman) Date: Tue, 07 Dec 2010 13:41:53 -0800 Subject: [PATCH 0/8] OMAP2+: hwmod core upgrades for 2.6.38: first set In-Reply-To: (Paul Walmsley's message of "Mon, 22 Nov 2010 17:15:39 -0700 (MST)") References: <20101116101615.22777.49212.stgit@twilight.localdomain> <87y68lnhsp.fsf@deeprootsystems.com> Message-ID: <8739q9l0pq.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Paul Walmsley writes: > On Mon, 22 Nov 2010, Kevin Hilman wrote: > >> Paul Walmsley writes: >> >> > On Tue, 16 Nov 2010, Paul Walmsley wrote: >> > >> >> This patch series contains upgrades for the OMAP2+ hwmod core >> >> code, intended for 2.6.38. Most of these patches were developed >> >> in response to use-cases discovered while converting device >> >> drivers to use the hwmod code. >> >> >> >> Tested on an OMAP34xx BeagleBoard with omap2plus_defconfig. >> > >> > Just FYI, this branch 'hwmod_a_2.6.38' is available at >> > git://git.pwsan.com/linux-2.6 >> > >> > Warning: it's based on Tony's tree, not the mainline, due to the recent >> > board file changes. >> >> Looks like Tony has collected the board file changes into his >> devel-board branch. Can this rebased there? >> >> That way, I can included it as part of the PM branch testing without >> having to pull in master. > > hwmod_a_2.6.38 is now based on devel-board and wdt_2.6.38 is now rebased > on the updated hwmod_a_2.6.38. Tested-by: Kevin Hilman Tested on 35xx/omap3evm, 34xx/n900 and 35xx/beagle. Kevin