[PATCH v3 2/3] ARM: OMAP: TI814X: Add cpu type macros and detection support
From: paul@pwsan.com (Paul Walmsley)
Date: 2011-09-29 20:46:50
Also in:
linux-omap
From: paul@pwsan.com (Paul Walmsley)
Date: 2011-09-29 20:46:50
Also in:
linux-omap
Hello Hemant, a few comments: On Thu, 29 Sep 2011, Hemant Pedanekar wrote:
This patch adds cpu type, macros for identification of TI814X device. Note that following update to common OMAP data structures is made: 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. Signed-off-by: Hemant Pedanekar <redacted>
Also, the opp2xxx.h change looks spurious, is that really needed? Could you please split the clock-related changes into a separate patch? Then this patch would just be the id.c and cpu.h changes. Other than that, the patch looks okay to me. - Paul