From mboxrd@z Thu Jan 1 00:00:00 1970 From: santosh.shilimkar@ti.com (Santosh Shilimkar) Date: Fri, 1 Mar 2013 18:39:20 +0530 Subject: [PATCH 15/15] ARM: OMAP5: PM: handle device instance for for coldreset In-Reply-To: <20130301130430.GA19894@kahuna> References: <1362139864-9233-1-git-send-email-santosh.shilimkar@ti.com> <1362139864-9233-16-git-send-email-santosh.shilimkar@ti.com> <20130301130430.GA19894@kahuna> Message-ID: <5130A880.5080703@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 01 March 2013 06:34 PM, Nishanth Menon wrote: > $subject - warm reset > ok > On 17:41-20130301, Santosh Shilimkar wrote: >> From: Nishanth Menon >> >> OMAP5 and OMAP4 have different device instance offsets. >> >> So to handle them properly, use a runtime detected instance offset >> Other bit offsets and register offsets remained constant. >> >> Creating a new function is not really worthwhile here as the logic >> will be replicated without much benefit. >> >> Signed-off-by: Nishanth Menon >> santosh.shilimkar at ti.com: Refreshed patch against 3.8 > [santosh.shilimkar at ti.com: Refreshed patch against 3.8] > ? #include "soc.h" :)