From mboxrd@z Thu Jan 1 00:00:00 1970 From: r.sricharan@ti.com (Sricharan R) Date: Thu, 10 May 2012 23:14:49 +0530 Subject: [PATCH 2/4] ARM: OMAP2+: Move the stubbed prm and cm functions to prcm.c file and make them __weak. In-Reply-To: References: <1336669615-16454-1-git-send-email-r.sricharan@ti.com> <1336669615-16454-3-git-send-email-r.sricharan@ti.com> Message-ID: <342784e3cecaf14d95b4e1c648726da1@mail.gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Paul, > > On Thu, 10 May 2012, R Sricharan wrote: > > > Some prm and cm registers read/write and status functions > > are built only for some custom OMAP2+ builds and are stubbed > > in header files for other builds under ifdef statements. > > But this results in adding new CONFIG_ARCH_OMAPXXX > > checks when SOCs are added in the future. So move them > > to a common place for OMAP2+ and make them 'weak' implementations. > > Thanks for the patch. These stubs aren't needed any longer, so we can > just get rid of them; no need to mark them __weak. I've got a patch to > just drop them here to be posted soon as part of a larger PRCM cleanup. > Thanks. I will pick up your series. Thanks, Sricharan