]> Git Repo - u-boot.git/commit
sunxi: Group cpu core related controls together
authorChen-Yu Tsai <[email protected]>
Tue, 7 Jun 2016 02:54:31 +0000 (10:54 +0800)
committerHans de Goede <[email protected]>
Mon, 20 Jun 2016 20:44:00 +0000 (22:44 +0200)
commit20e3d05370b75bc71b74765adc80de35ad2d2ec7
tree11e047482599f85f27b2bbac2cd733168721ba38
parent57c2a255725a033407835cc596158a153c255bc1
sunxi: Group cpu core related controls together

Instead of listing individual registers for controls to each processor
core, list them as an array of registers. This makes accessing controls
by core index easier.

Also rename "cpucfg_sun6i.h" (which was unused anyway) to the more generic
"cpucfg.h", and add packed attribute to struct sunxi_cpucfg.

Signed-off-by: Chen-Yu Tsai <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
arch/arm/include/asm/arch-sunxi/cpucfg.h [new file with mode: 0644]
arch/arm/include/asm/arch-sunxi/cpucfg_sun6i.h [deleted file]
arch/arm/include/asm/arch-sunxi/prcm.h
This page took 0.034835 seconds and 4 git commands to generate.