Re: [PATCH 2/2] ARM: OMAP: AM35xx: convert 3517 detection/flags to AM35xx

2012-05-08 Thread Tony Lindgren
* Kevin Hilman [120430 16:40]: > Currently cpu_is_omap3517() actually detects any device in the AM35x > family (3517 and no-SGX version 3505.) To make it more clear what is > being detected, convert the names from 3517 to AM35xx. > > This adds a new cpu_is_am35xx() which duplicates the cpu_is_om

[PATCH 2/2] ARM: OMAP: AM35xx: convert 3517 detection/flags to AM35xx

2012-04-30 Thread Kevin Hilman
Currently cpu_is_omap3517() actually detects any device in the AM35x family (3517 and no-SGX version 3505.) To make it more clear what is being detected, convert the names from 3517 to AM35xx. This adds a new cpu_is_am35xx() which duplicates the cpu_is_omap3517(). In order to avoid cross-tree dep