Re: [PATCH v2 3/4] ARM: EXYNOS: add Exynos Dual Cluster Support

2013-10-25 Thread Aliaksei Katovich
hi Vyacheslav; > From: Tarek Dakhran > > Add EDCS(Exynos Dual Cluster Support) for Samsung Exynos5410 SoC. > This enables all 8 cores, 4 x A7 and 4 x A15 run at the same time. > > Signed-off-by: Tarek Dakhran > Signed-off-by: Vyacheslav Tyrtov > --- > arch/arm/mach-exynos/Makefile | 2 + >

Re: [PATCH v2 0/4] Exynos 5410 Dual cluster support

2013-10-17 Thread Aliaksei Katovich
hi Tarek; > > However there seem to be some issues with virq allocations, like this: > > > > > > Starting kernel ... > > > > [0.00] [] (unwind_backtrace+0x0/0xf8) from [] > > (show_stack+0x10/0x14) > > [0.00] [] (show_stack+0x10/0x14) from [] > > (dump

Re: [PATCH v2 0/4] Exynos 5410 Dual cluster support

2013-10-17 Thread Aliaksei Katovich
hi Kevin; > Vyacheslav Tyrtov writes: > > > The series of patches represent support of Exynos 5410 SoC > > > > The Exynos 5410 is the first Samsung SoC based on bigLITTLE architecture. > > Patches allow all 8 CPU cores (4 x A7 and 4 x A15) to run at the same time > > > > Patches add ne