Re: [PATCH v2 2/6] OMAP4: ID: add omap_has_feature for max freq supported

2011-08-04 Thread Menon, Nishanth
On Fri, Jul 1, 2011 at 21:30, Rajendra Nayak rna...@ti.com wrote: [...] +static void __init omap4_check_features(void) +{ +       u32 si_type; + +       if (cpu_is_omap443x()) +               omap_features |= OMAP4_HAS_MPU_1GHZ; + + +       if (cpu_is_omap446x()) { +              

Re: [PATCH v2 2/6] OMAP4: ID: add omap_has_feature for max freq supported

2011-07-08 Thread Paul Walmsley
On Sat, 2 Jul 2011, Rajendra Nayak wrote: From: Aneesh V ane...@ti.com Macros for identifying the max frequency supported by various OMAP4 variants - Expanding along the lines of OMAP3's feature handling. [n...@ti.com: minor fixes for checks that should only for 443x|446x]

[PATCH v2 2/6] OMAP4: ID: add omap_has_feature for max freq supported

2011-07-01 Thread Rajendra Nayak
From: Aneesh V ane...@ti.com Macros for identifying the max frequency supported by various OMAP4 variants - Expanding along the lines of OMAP3's feature handling. [n...@ti.com: minor fixes for checks that should only for 443x|446x] Signed-off-by: Nishanth Menon n...@ti.com Signed-off-by: Aneesh