From: kgene@kernel.org
To: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org
Subject: [PATCH 00/11] ARM: EXYNOS: cleanup <mach/regs-xxx.h>
Date: Tue, 17 Dec 2013 20:58:57 +0900 [thread overview]
Message-ID: <116a01cefb1f$5d841be0$188c53a0$@kernel.org> (raw)
This is cleanup for <mach/regs-xxx.h>.
My e-mail client is used for submitting them instead of git send-email
because of firewall :-( so looks strange format...sorry about that but it
should be fine when I take them :-)
Kukjin Kim (11):
ARM: EXYNOS: cleanup <mach/regs-pmu.h>
ARM: EXYNOS: remove inclusion <mach/regs-pmu.h> into another headers
ARM: EXYNOS: local regs-pmu.h header file
ARM: EXYNOS: cleanup <mach/regs-irq.h>
ARM: EXYNOS: cleanup <mach/regs-clock.h>
PM / devfreq: move definitions for exynos4_bus into drivers/devfreq
ARM: EXYNOS: local definitions for pm.c into mach-exynos dir
cpufreq: exynos: move definitions for exynos-cpufreq into
drivers/cpufreq/
ARM: EXYNOS: local definitions for cpuidle.c into mach-exynos dir
ARM: EXYNOS: remove <mach/regs-clock.h> for exynos
PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h>
arch/arm/mach-exynos/common.c | 5 +-
arch/arm/mach-exynos/cpuidle.c | 25 +++++-
arch/arm/mach-exynos/hotplug.c | 2 +-
arch/arm/mach-exynos/include/mach/pm-core.h | 5 +-
arch/arm/mach-exynos/include/mach/regs-clock.h | 372
----------------------------------------------------------------------------
-
arch/arm/mach-exynos/include/mach/regs-irq.h | 19 ----
arch/arm/mach-exynos/mach-exynos5-dt.c | 2 +-
arch/arm/mach-exynos/platsmp.c | 3 +-
arch/arm/mach-exynos/pm.c | 29 +++++-
arch/arm/mach-exynos/pm_domains.c | 3 +-
arch/arm/mach-exynos/pmu.c | 3 +-
arch/arm/mach-exynos/{include/mach => }/regs-pmu.h | 53 -----------
arch/arm/plat-samsung/pm.c | 2 +
arch/arm/plat-samsung/s5p-irq-pm.c | 3 +
drivers/cpufreq/exynos-cpufreq.h | 22 +++++
drivers/cpufreq/exynos4210-cpufreq.c | 2 -
drivers/cpufreq/exynos4x12-cpufreq.c | 2 -
drivers/cpufreq/exynos5250-cpufreq.c | 1 -
drivers/devfreq/exynos/exynos4_bus.c | 4 +-
drivers/devfreq/exynos/exynos4_bus.h | 110
+++++++++++++++++++++++
20 files changed, 201 insertions(+), 466 deletions(-)
delete mode 100644 arch/arm/mach-exynos/include/mach/regs-clock.h
delete mode 100644 arch/arm/mach-exynos/include/mach/regs-irq.h
rename arch/arm/mach-exynos/{include/mach => }/regs-pmu.h (88%)
create mode 100644 drivers/devfreq/exynos/exynos4_bus.h
Thanks.
K-Gene.
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (kgene at kernel.org)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/11] ARM: EXYNOS: cleanup <mach/regs-xxx.h>
Date: Tue, 17 Dec 2013 20:58:57 +0900 [thread overview]
Message-ID: <116a01cefb1f$5d841be0$188c53a0$@kernel.org> (raw)
This is cleanup for <mach/regs-xxx.h>.
My e-mail client is used for submitting them instead of git send-email
because of firewall :-( so looks strange format...sorry about that but it
should be fine when I take them :-)
Kukjin Kim (11):
ARM: EXYNOS: cleanup <mach/regs-pmu.h>
ARM: EXYNOS: remove inclusion <mach/regs-pmu.h> into another headers
ARM: EXYNOS: local regs-pmu.h header file
ARM: EXYNOS: cleanup <mach/regs-irq.h>
ARM: EXYNOS: cleanup <mach/regs-clock.h>
PM / devfreq: move definitions for exynos4_bus into drivers/devfreq
ARM: EXYNOS: local definitions for pm.c into mach-exynos dir
cpufreq: exynos: move definitions for exynos-cpufreq into
drivers/cpufreq/
ARM: EXYNOS: local definitions for cpuidle.c into mach-exynos dir
ARM: EXYNOS: remove <mach/regs-clock.h> for exynos
PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h>
arch/arm/mach-exynos/common.c | 5 +-
arch/arm/mach-exynos/cpuidle.c | 25 +++++-
arch/arm/mach-exynos/hotplug.c | 2 +-
arch/arm/mach-exynos/include/mach/pm-core.h | 5 +-
arch/arm/mach-exynos/include/mach/regs-clock.h | 372
----------------------------------------------------------------------------
-
arch/arm/mach-exynos/include/mach/regs-irq.h | 19 ----
arch/arm/mach-exynos/mach-exynos5-dt.c | 2 +-
arch/arm/mach-exynos/platsmp.c | 3 +-
arch/arm/mach-exynos/pm.c | 29 +++++-
arch/arm/mach-exynos/pm_domains.c | 3 +-
arch/arm/mach-exynos/pmu.c | 3 +-
arch/arm/mach-exynos/{include/mach => }/regs-pmu.h | 53 -----------
arch/arm/plat-samsung/pm.c | 2 +
arch/arm/plat-samsung/s5p-irq-pm.c | 3 +
drivers/cpufreq/exynos-cpufreq.h | 22 +++++
drivers/cpufreq/exynos4210-cpufreq.c | 2 -
drivers/cpufreq/exynos4x12-cpufreq.c | 2 -
drivers/cpufreq/exynos5250-cpufreq.c | 1 -
drivers/devfreq/exynos/exynos4_bus.c | 4 +-
drivers/devfreq/exynos/exynos4_bus.h | 110
+++++++++++++++++++++++
20 files changed, 201 insertions(+), 466 deletions(-)
delete mode 100644 arch/arm/mach-exynos/include/mach/regs-clock.h
delete mode 100644 arch/arm/mach-exynos/include/mach/regs-irq.h
rename arch/arm/mach-exynos/{include/mach => }/regs-pmu.h (88%)
create mode 100644 drivers/devfreq/exynos/exynos4_bus.h
Thanks.
K-Gene.
next reply other threads:[~2013-12-17 11:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-17 11:58 kgene [this message]
2013-12-17 11:58 ` [PATCH 00/11] ARM: EXYNOS: cleanup <mach/regs-xxx.h> kgene at kernel.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='116a01cefb1f$5d841be0$188c53a0$@kernel.org' \
--to=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.