[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1403700342-9678-1-git-send-email-pankaj.dubey@samsung.com>
Date: Wed, 25 Jun 2014 18:15:36 +0530
From: Pankaj Dubey <pankaj.dubey@...sung.com>
To: linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: kgene.kim@...sung.com, linux@....linux.org.uk, t.figa@...sung.com,
vikas.sajjan@...sung.com, joshi@...sung.com, naushad@...sung.com,
chow.kim@...sung.com, Pankaj Dubey <pankaj.dubey@...sung.com>
Subject: [PATCH v5 0/6] Cleanup patches for mach-exynos
This series is doing code cleanup under arch/arm/mach-exynos.
These patches have been separated from main exynos pmu v4 patch
posted here [1].
[1]: https://lkml.org/lkml/2014/5/10/29
Changes Since v4:
- Rebased on latest for-next of Kukjin Kim's tree.
- Removing file path comment from mach-exynos/headsmp.S also.
- Removed signed-off-by of Young-Gun Jang <yg1004.jang@...sung.com>,
as this id is no more valid. Taking ownership of all his patches.
- Separated these patches from main exynos pmu v4 patch series as
suggested by Tomasz Figa.
Changes Since v3:
- Addressed build fail issue in exynos.c as reported by Sachin Kamat.
- Rebased on top of Sysram patches by Sachin Kamat.
Changes Since v2:
- Rebased on top of Daniel Lezcano's Exynos cpuidle refactor patches.
- Removed exynos_cpuidle_init and exynos_cpufreq_init code as suggested
by Tomasz Figa.
Changes Since v1:
- Rebased on latest for-next of Kukjin Kim's tree.
- Added patch: "Make exynos machine_ops as static".
For making more cleanup in "mach-exynos/common.h"
as suggested by Tomasz Figa.
- Addressed comments of Tomasz Figa for cleaning "mach-exynos/common.h".
- Updated patch: Remove file path from comment section
As suggested by Michel Simek, instead of updating file path
lets remove them from each file under "mach-exynos".
Even though Kukjin pointed out that there is similar patch pending from
Sachin/Tushar but since I could not find I have included this here. If
I have missed something please point to any existing such patch.
- Added patch: Remove "linux/bug.h" from pmu.c.
- Added patch: Move "mach/map.h" inclusion from regs-pmu.h to platsmp.c
Pankaj Dubey (6):
ARM: EXYNOS: Make exynos machine_ops as static
ARM: EXYNOS: Move cpufreq and cpuidle device registration to
init_machine
ARM: EXYNOS: Move SYSREG definition into sys-reg specific file
ARM: EXYNOS: Remove file path from comment section
ARM: EXYNOS: Remove regs-pmu.h header dependency from pm_domain
ARM: EXYNOS: Remove "linux/bug.h" from pmu.c
arch/arm/mach-exynos/common.h | 8 --------
arch/arm/mach-exynos/exynos.c | 26 ++++++++------------------
arch/arm/mach-exynos/headsmp.S | 1 -
arch/arm/mach-exynos/hotplug.c | 3 +--
arch/arm/mach-exynos/include/mach/map.h | 3 +--
arch/arm/mach-exynos/include/mach/memory.h | 3 +--
arch/arm/mach-exynos/platsmp.c | 3 +--
arch/arm/mach-exynos/pm.c | 1 +
arch/arm/mach-exynos/pm_domains.c | 8 ++++----
arch/arm/mach-exynos/pmu.c | 1 -
arch/arm/mach-exynos/regs-pmu.h | 4 ----
arch/arm/mach-exynos/regs-sys.h | 22 ++++++++++++++++++++++
12 files changed, 39 insertions(+), 44 deletions(-)
create mode 100644 arch/arm/mach-exynos/regs-sys.h
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists