From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul@pwsan.com (Paul Walmsley) Date: Mon, 14 Dec 2009 22:43:16 -0700 (MST) Subject: [PATCH 0/5] OMAP4 Power Domain Framework Support In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Abhijit, On Tue, 15 Dec 2009, Pagare, Abhijit wrote: > There is one Fix patch for OMAP3 on top of which these patches > should go in cleanly. I will post the fix patch and the rebased and > tested patch-set soon. thanks. One other thing that I noticed: in the first powerdomain patch, in arch/arm/plat-omap/include/plat/cpu.h, in struct omap_chip_id, the 'oc' field needs to be a u16, rather than a u8. - Paul