From: David Brown <davidb@codeaurora.org>
To: arm@kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
Nicolas Pitre <nicolas.pitre@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Russell King <rmk@arm.linux.org.uk>,
linux-arm-msm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Stephen Boyd <sboyd@codeaurora.org>,
Rohit Vaswani <rvaswani@codeaurora.org>,
Kumar Gala <galak@codeaurora.org>
Subject: [GIT PULL] msm cleanups for v3.13
Date: Wed, 16 Oct 2013 13:16:57 -0700 [thread overview]
Message-ID: <1381954617-2431-1-git-send-email-davidb@codeaurora.org> (raw)
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-cleanup-for-3.13
for you to fetch changes up to 81cf1e061d001fab44dbaa85fc4fbfb6da6713a1:
ARM: msm: Rename msm devicetrees to have standard 'qcom' prefix (2013-09-25 13:02:56 -0700)
----------------------------------------------------------------
General cleanups for MSM for 3.13
Some small cleanups for MSM. Removes extraneous irq definitions that
aren't used on DT targets, moves the single existing board file to
board-dt.c in antipication of additional targets, and renames the
existing DT files to have a common 'qcom' prefix.
----------------------------------------------------------------
Kumar Gala (1):
ARM: msm: Rename msm devicetrees to have standard 'qcom' prefix
Rohit Vaswani (1):
ARM: msm: Create a common board-dt and config ARCH_MSM_DT
Stephen Boyd (1):
ARM: msm: Remove irqs-*.h files for DT based targets
arch/arm/boot/dts/Makefile | 4 +-
.../{msm8660-surf.dts => qcom-msm8660-surf.dts} | 0
.../dts/{msm8960-cdp.dts => qcom-msm8960-cdp.dts} | 0
arch/arm/mach-msm/Kconfig | 13 +-
arch/arm/mach-msm/Makefile | 3 +-
arch/arm/mach-msm/board-dt-8660.c | 48 ----
arch/arm/mach-msm/{board-dt-8960.c => board-dt.c} | 17 +-
arch/arm/mach-msm/include/mach/irqs-8960.h | 277 ---------------------
arch/arm/mach-msm/include/mach/irqs-8x60.h | 258 -------------------
arch/arm/mach-msm/include/mach/irqs.h | 5 -
10 files changed, 20 insertions(+), 605 deletions(-)
rename arch/arm/boot/dts/{msm8660-surf.dts => qcom-msm8660-surf.dts} (100%)
rename arch/arm/boot/dts/{msm8960-cdp.dts => qcom-msm8960-cdp.dts} (100%)
delete mode 100644 arch/arm/mach-msm/board-dt-8660.c
rename arch/arm/mach-msm/{board-dt-8960.c => board-dt.c} (64%)
delete mode 100644 arch/arm/mach-msm/include/mach/irqs-8960.h
delete mode 100644 arch/arm/mach-msm/include/mach/irqs-8x60.h
WARNING: multiple messages have this Message-ID (diff)
From: davidb@codeaurora.org (David Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] msm cleanups for v3.13
Date: Wed, 16 Oct 2013 13:16:57 -0700 [thread overview]
Message-ID: <1381954617-2431-1-git-send-email-davidb@codeaurora.org> (raw)
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git tags/msm-cleanup-for-3.13
for you to fetch changes up to 81cf1e061d001fab44dbaa85fc4fbfb6da6713a1:
ARM: msm: Rename msm devicetrees to have standard 'qcom' prefix (2013-09-25 13:02:56 -0700)
----------------------------------------------------------------
General cleanups for MSM for 3.13
Some small cleanups for MSM. Removes extraneous irq definitions that
aren't used on DT targets, moves the single existing board file to
board-dt.c in antipication of additional targets, and renames the
existing DT files to have a common 'qcom' prefix.
----------------------------------------------------------------
Kumar Gala (1):
ARM: msm: Rename msm devicetrees to have standard 'qcom' prefix
Rohit Vaswani (1):
ARM: msm: Create a common board-dt and config ARCH_MSM_DT
Stephen Boyd (1):
ARM: msm: Remove irqs-*.h files for DT based targets
arch/arm/boot/dts/Makefile | 4 +-
.../{msm8660-surf.dts => qcom-msm8660-surf.dts} | 0
.../dts/{msm8960-cdp.dts => qcom-msm8960-cdp.dts} | 0
arch/arm/mach-msm/Kconfig | 13 +-
arch/arm/mach-msm/Makefile | 3 +-
arch/arm/mach-msm/board-dt-8660.c | 48 ----
arch/arm/mach-msm/{board-dt-8960.c => board-dt.c} | 17 +-
arch/arm/mach-msm/include/mach/irqs-8960.h | 277 ---------------------
arch/arm/mach-msm/include/mach/irqs-8x60.h | 258 -------------------
arch/arm/mach-msm/include/mach/irqs.h | 5 -
10 files changed, 20 insertions(+), 605 deletions(-)
rename arch/arm/boot/dts/{msm8660-surf.dts => qcom-msm8660-surf.dts} (100%)
rename arch/arm/boot/dts/{msm8960-cdp.dts => qcom-msm8960-cdp.dts} (100%)
delete mode 100644 arch/arm/mach-msm/board-dt-8660.c
rename arch/arm/mach-msm/{board-dt-8960.c => board-dt.c} (64%)
delete mode 100644 arch/arm/mach-msm/include/mach/irqs-8960.h
delete mode 100644 arch/arm/mach-msm/include/mach/irqs-8x60.h
next reply other threads:[~2013-10-16 20:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-16 20:16 David Brown [this message]
2013-10-16 20:16 ` [GIT PULL] msm cleanups for v3.13 David Brown
2013-10-17 21:51 ` Kevin Hilman
2013-10-17 21:51 ` Kevin Hilman
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=1381954617-2431-1-git-send-email-davidb@codeaurora.org \
--to=davidb@codeaurora.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=galak@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.pitre@linaro.org \
--cc=olof@lixom.net \
--cc=rmk@arm.linux.org.uk \
--cc=rvaswani@codeaurora.org \
--cc=sboyd@codeaurora.org \
--cc=tglx@linutronix.de \
/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.