From patchwork Tue Jan 22 09:19:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 214479 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 DC3912C0079 for ; Tue, 22 Jan 2013 20:22:34 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Txa0n-0004eC-Ol; Tue, 22 Jan 2013 09:19:21 +0000 Received: from mail-ia0-x234.google.com ([2607:f8b0:4001:c02::234]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Txa0k-0004dL-2d for linux-arm-kernel@lists.infradead.org; Tue, 22 Jan 2013 09:19:18 +0000 Received: by mail-ia0-f180.google.com with SMTP id f27so3085230iae.25 for ; Tue, 22 Jan 2013 01:19:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type:x-gm-message-state; bh=j0Qpna+YoGw+jToODA8DC1PIJdwz5xJwtKg3UoAQnOA=; b=BAc4gio1k0uuvkZEw3qSkErO31b+DFdXbv+E9Brc2kqYtYII4HBUjBJ8U1b8Bbzhej A0sBTJnApIwdLF+WWm45xq527Tf4kpBS+tgcSC3f9nmdtWKsodANPMwZ8K3Yo8bW0Keh JD/xb/+rJw2UmOL2U+GrxXU2RMua8GfpoVIfV1TtWFg6rXbySWTIeE2lT1sP0/kxd2yr fnBU4AdWiOqn7n7M00dZNRitINCPvitT0dS7WXaRBpUk0GPO7scUzXcEtuYgoyg3lH4r Ugb88/onXVuwu+UkQuN9lvVdhSP1RD0E80ltBdGNCaviPv5tQVvLdsEipKl6zbvX6t/Y ZFdg== MIME-Version: 1.0 X-Received: by 10.50.158.170 with SMTP id wv10mr11509687igb.75.1358846356929; Tue, 22 Jan 2013 01:19:16 -0800 (PST) Received: by 10.43.81.130 with HTTP; Tue, 22 Jan 2013 01:19:16 -0800 (PST) Date: Tue, 22 Jan 2013 10:19:16 +0100 Message-ID: Subject: [GIT PULL] Nomadik devicetree and cleanups From: Linus Walleij To: arm@kernel.org X-Gm-Message-State: ALoCoQmFUGw29Ig8zRcvS82yzZ0nZB5xGjxehqimaKIweCsub4/TpqeGHLvuXF/5uK4h7S7oawDi X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130122_041918_167954_E7D21450 X-CRM114-Status: GOOD ( 14.35 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: David Woodhouse , linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Artem Bityutskiy 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 Hi ARM SoC guys, This patch series converts the Nomadik to use Device Tree. Changes outside of the subsystem are constrained to pinctrl (my subsystem and thus OK:ed) and a oneline in drivers/mtd/nand/fsmc_nand.c adding a new compatible value. The MTD maintainers have had time enough to ACK that oneliner and it shouldn't be a big issue, so: Please pull this into your tree. Yours, Linus Walleij The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20: Linux 3.8-rc3 (2013-01-09 18:59:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/nomadik-devicetree for you to fetch changes up to bf82c67edcc8751903bdd7e45626c47cd2cc7834: ARM: nomadik: get rid of (2013-01-22 08:45:36 +0100) ---------------------------------------------------------------- This patch set converts the Nomadik (mach-nomadik) to Device Tree and delete the old board files, paving the road for single zImage. ---------------------------------------------------------------- Linus Walleij (11): ARM: nomadik: move last custom calls to pinctrl ARM: nomadik: initial devicetree support ARM: nomadik: move pin maps to cpu file ARM: nomadik: move remaining PrimeCells to device tree ARM: nomadik: add FSMC NAND ARM: nomadik: move GPIO and pinctrl to device tree ARM: nomadik: convert SMSC91x ethernet to device tree ARM: nomadik: migrate MMC/SD card support to device tree ARM: nomadik: add I2C devices to the device tree ARM: nomadik: delete old board files ARM: nomadik: get rid of .../devicetree/bindings/arm/ste-nomadik.txt | 27 ++ .../devicetree/bindings/mtd/fsmc-nand.txt | 2 +- arch/arm/Kconfig | 2 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/ste-nomadik-s8815.dts | 30 ++ arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 256 ++++++++++++++ arch/arm/mach-nomadik/Kconfig | 10 +- arch/arm/mach-nomadik/Makefile | 6 - arch/arm/mach-nomadik/board-nhk8815.c | 359 -------------------- arch/arm/mach-nomadik/cpu-8815.c | 370 +++++++++++++++------ arch/arm/mach-nomadik/cpu-8815.h | 4 - arch/arm/mach-nomadik/i2c-8815nhk.c | 88 ----- arch/arm/mach-nomadik/include/mach/hardware.h | 90 ----- arch/arm/mach-nomadik/include/mach/irqs.h | 2 - arch/arm/mach-nomadik/include/mach/uncompress.h | 1 - drivers/mtd/nand/fsmc_nand.c | 1 + drivers/pinctrl/pinctrl-nomadik.c | 4 + 17 files changed, 601 insertions(+), 652 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/ste-nomadik.txt create mode 100644 arch/arm/boot/dts/ste-nomadik-s8815.dts create mode 100644 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi delete mode 100644 arch/arm/mach-nomadik/board-nhk8815.c delete mode 100644 arch/arm/mach-nomadik/cpu-8815.h delete mode 100644 arch/arm/mach-nomadik/i2c-8815nhk.c delete mode 100644 arch/arm/mach-nomadik/include/mach/hardware.h