[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1381954617-2431-1-git-send-email-davidb@codeaurora.org>
Date: Wed, 16 Oct 2013 13:16:57 -0700
From: David Brown <davidb@...eaurora.org>
To: arm@...nel.org
Cc: Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
Nicolas Pitre <nicolas.pitre@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Russell King <rmk@....linux.org.uk>,
linux-arm-msm@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Stephen Boyd <sboyd@...eaurora.org>,
Rohit Vaswani <rvaswani@...eaurora.org>,
Kumar Gala <galak@...eaurora.org>
Subject: [GIT PULL] msm cleanups for v3.13
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
--
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