Re: [PATCH 0/4] arm: make use of common scu_a9_get_base() interface

2013-11-06 Thread Jisheng Zhang
On Wed, 6 Nov 2013 19:08:33 -0800 Jisheng Zhang wrote: > Commit e9d6b3358ac35901ccc6a4a5a317670fa469db25 adds common APIs to > get scu base address from CP15. This patch series connverts some platforms > to use that interface. OOPS, sorry, I made an mistake when generating patches. Please ignore

[PATCH 0/4] arm: make use of common scu_a9_get_base() interface

2013-11-06 Thread Jisheng Zhang
Commit e9d6b3358ac35901ccc6a4a5a317670fa469db25 adds common APIs to get scu base address from CP15. This patch series connverts some platforms to use that interface. Jisheng Zhang (4): arm: highbank: make use of common scu_a9_get_base() interface arm: imx: make use of common scu_a9_get_base()