From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 15 Aug 2011 18:17:23 +0300 Subject: [PATCH 2/3] TI814X: Add cpu type macros and detection support In-Reply-To: <1312479894-22824-1-git-send-email-hemantp@ti.com> References: <1312479894-22824-1-git-send-email-hemantp@ti.com> Message-ID: <20110815151723.GU12348@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Hemant Pedanekar [110804 20:39]: > This patch adds cpu type, macros for identification of TI814X device. > > Note that following updates to common OMAP data structures are made: > 1) struct omap_chip_id member 'oc' is updated to u32 from u16 as omap chip > bitfield has exhausted 16 bits for CHIP_IS_XXX. > 2) cpu_mask and RATE_IN_XXX flags have crossed 8 bit hence struct > clksel_rate.flags, struct prcm_config.flags and cpu_mask are changed to u16 from > u8. We'll be getting rid of CHIP_IS usage and replace them with SoC specific lists. So we need to wait few days and then this patch will need to get updated a bit. Regards, Tony