This patchset created mainly to add software reset support, but includes some other things.
1. fix formatting of the exynos4210_pmu_regs structure 2. fix PRINT_DEBUG macro set to be able to enable extend and non-extend output independently of each other 3. introduce new function to get register's index 4. add software reset First three patches are standalone, but the fourth depends on the third. Changelog: v1->v2: Deleted the irrelevant comment Maksim Kozlov (4): ARM: exynos4210_pmu: just formatting changes ARM: exynos4210_pmu: changes in PRINT_DEBUG macro set. ARM: exynos4210_pmu: Introduced exynos4210_pmu_get_register_index ARM: exynos4210_pmu: Add software reset support hw/exynos4210_pmu.c | 439 +++++++++++++++++++++++++++++---------------------- 1 files changed, 248 insertions(+), 191 deletions(-) -- 1.7.5.4