From patchwork Sat Feb 16 20:46:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 221047 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 848CE2C0085 for ; Sun, 17 Feb 2013 11:28:53 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U6s3p-0006UF-1K; Sun, 17 Feb 2013 00:24:53 +0000 Received: from mho-03-ewr.mailhop.org ([204.13.248.66] helo=mho-01-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U6s3m-0006Tu-Ce for linux-arm-kernel@lists.infradead.org; Sun, 17 Feb 2013 00:24:50 +0000 Received: from pool-72-84-113-162.nrflva.fios.verizon.net ([72.84.113.162] helo=titan) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U6s3l-000Mek-4y; Sun, 17 Feb 2013 00:24:49 +0000 Received: from titan.lakedaemon.net (localhost [127.0.0.1]) by titan (Postfix) with ESMTP id CEFFE3F18A6; Sat, 16 Feb 2013 15:46:03 -0500 (EST) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 72.84.113.162 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18tdFw/nlYCFzez/cj/c1zyc5MOMAoS9Xk= Date: Sat, 16 Feb 2013 15:46:03 -0500 From: Jason Cooper To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 4/4] ARM: mvebu: dt changes with deps for v3.9 Message-ID: <20130216204603.GK23237@titan.lakedaemon.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130216_192450_433032_92D16865 X-CRM114-Status: GOOD ( 11.50 ) X-Spam-Score: -0.3 (/) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-0.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.66 listed in list.dnswl.org] 1.6 DATE_IN_PAST_03_06 Date: is 3 to 6 hours before Received: date -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Andrew Lunn , Linux ARM Kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39: Linux 3.8-rc7 (2013-02-09 08:20:39 +1100) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/dt_deps_for_v3.9 for you to fetch changes up to 5082d43000dcedd465059957026bfaef0d7f7cfb: Dove: Thermal: Add DT node and enable in defconfig (2013-02-16 19:07:16 +0000) ---------------------------------------------------------------- mvebu dt with deps for v3.9 This series of patches have external dependencies on driver maintainer trees. If this pull request doesn't merge easily, let me know and I'll resend for v3.10. - mvebu gpio expander for Mirabox - kirkwood cpufreq driver - thermal sensor for kirkwood and dove depends on: - mvebu/dt - gpio/for-next up to 89f5df0 - linux-pm/pm-cpufreq up to 2a4bd9f - thermal/next up to 74ffa64 ---------------------------------------------------------------- Andrew Lunn (3): arm: kirkwood: Instantiate cpufreq driver arm: kirkwood: Enable cpufreq and ondemand on kirkwood_defconfig Dove: Thermal: Add DT node and enable in defconfig Gregory CLEMENT (1): arm: mvebu: enable gpio expander over i2c on Mirabox platform Jason Cooper (4): Merge branch 'mvebu/dt' into mvebu/dt_with_deps Merge up to commit '89f5df0' from gpio/for-next into mvebu/dt_deps Merge up to commit '2a4bd9f' from linux-pm/pm-cpufreq into mvebu/dt_deps Merge up to commit '74ffa64' from thermal/next into mvebu/dt_deps Nobuhiro Iwamatsu (1): ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283 5082d43 Dove: Thermal: Add DT node and enable in defconfig arch/arm/boot/dts/dove.dtsi | 5 +++++ arch/arm/configs/dove_defconfig | 2 ++ 2 files changed, 7 insertions(+) 2f3e409 ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283 arch/arm/boot/dts/kirkwood-6282.dtsi | 6 ++++++ arch/arm/configs/kirkwood_defconfig | 2 ++ 2 files changed, 8 insertions(+) 0be2cc0 arm: kirkwood: Enable cpufreq and ondemand on kirkwood_defconfig arch/arm/configs/kirkwood_defconfig | 3 +++ 1 file changed, 3 insertions(+) e3f202d arm: kirkwood: Instantiate cpufreq driver arch/arm/Kconfig | 1 + arch/arm/boot/dts/kirkwood.dtsi | 13 +++++++++++++ arch/arm/mach-kirkwood/board-dt.c | 2 ++ arch/arm/mach-kirkwood/common.c | 23 +++++++++++++++++++++++ arch/arm/mach-kirkwood/common.h | 2 ++ arch/arm/mach-kirkwood/include/mach/bridge-regs.h | 2 ++ 6 files changed, 43 insertions(+) 9a16f9a arm: mvebu: enable gpio expander over i2c on Mirabox platform arch/arm/boot/dts/armada-370-mirabox.dts | 11 +++++++++++ 1 file changed, 11 insertions(+) The above was built with 'git log --oneline --stat --summary --no-merges --first-parent v3.8-rc7..tags/dt_deps_for_v3.9'. It's not perfect, but it handles the merges better than anything else I've tried. Ideas welcomed. thx, Jason.