From patchwork Wed Nov 21 15:51:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 200795 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 83BCF2C009B for ; Thu, 22 Nov 2012 02:53:24 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TbCa1-0006i4-E2; Wed, 21 Nov 2012 15:51:13 +0000 Received: from mail-ee0-f49.google.com ([74.125.83.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TbCZy-0006hN-LT for linux-arm-kernel@lists.infradead.org; Wed, 21 Nov 2012 15:51:11 +0000 Received: by mail-ee0-f49.google.com with SMTP id c4so2418257eek.36 for ; Wed, 21 Nov 2012 07:51:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:x-gm-message-state; bh=k2Qt+qi6ViJDAzlafRI4rbQ2qeQyi9UuDs+KqCfffaU=; b=ZDNGBK2k/heK5Sy5uiWdrLRPX3DDOcNUOPA9XMUfd2Xl/7bMcFuvpRAj6JQpO5VAwp 1hLtBxQ6mMpHQm+lASIiM0+WRQ62fqn4BKh1hxLaUV9kT1lqJk7pSeLErXON0I04Yfky beTqRjCk/deON7mDW4hZQ9XGHvSeSXaptEu9MysOJ01QZJoIdggMkHON0tLT5qPq2GwT f2oPAkc6ZgzGF/iaVpsL1Py1nxZKSeJ0aYSnZxxeg8MqeUX9jR3E6LH4mN6UtY7yjC2R zIIKn67l4dRPBnshNf3jI6XGVQtnssiBHK/wz80mpuU6Me44cG3QaMYYWb4y3qIXw/Ae JG6Q== MIME-Version: 1.0 Received: by 10.14.179.1 with SMTP id g1mr46913987eem.14.1353513067892; Wed, 21 Nov 2012 07:51:07 -0800 (PST) Received: by 10.14.180.71 with HTTP; Wed, 21 Nov 2012 07:51:07 -0800 (PST) Date: Wed, 21 Nov 2012 16:51:07 +0100 X-Google-Sender-Auth: BtnFzB3ZoHjsUne63m6RIH6S21w Message-ID: Subject: [GIT PULL] arm-soc: Xilinx zynq multiplatform changes for v3.8 From: Michal Simek To: Arnd Bergmann , Olof Johansson X-Gm-Message-State: ALoCoQlaIt+uSG4LeggFrqFyRCZa4ypgeyLd0uqqCnMdnx7UMxWAyPfxJwNXoMh4cq+5XnsHrOhD X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121121_105110_874676_98A0BDC5 X-CRM114-Status: GOOD ( 10.84 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.83.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Josh Cartwright , arm@kernel.org, LKML , linux-arm 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 Olof and Arnd, based on my chat with Olof today I have created new branch with 4 patches which move zynq to multiplatform. This branch depends on arm-soc devel/debug_ll_init branch because we needed Rob's "ARM: implement debug_ll_io_init()" (sha1: afaee03511ba8002b26a9c6b1fe7d6baf33eac86) patch. This branch also depends on zynq/dt branch because of previous major zynq changes. zynq/cleanup branch is subset of zynq/dt. That's why I have merged devel/debug_ll_init branch with zynq/dt and add 4 patches on the top of it. Please let me know if there is necessary to clean something. Thanks, Michal P.S.: I had to use different server because git.xilinx.com is down right now. The following changes since commit 84d2e38e935620004245f0e22113cf8389834635: Michal Simek (1): Merge branch 'devel/debug_ll_init' into zynq/multiplatform are available in the git repository at: git://git.monstr.eu/linux-2.6-microblaze.git zynq/multiplatform Josh Cartwright (3): ARM: zynq: remove TTC early mapping ARM: zynq: make use of debug_ll_io_init() ARM: zynq: add support for ARCH_MULTIPLATFORM Michal Simek (1): ARM: zynq: Remove all unused mach headers arch/arm/Kconfig | 14 +----- arch/arm/Kconfig.debug | 1 + .../mach/debug-macro.S => include/debug/zynq.S} | 23 +++++++-- arch/arm/mach-zynq/Kconfig | 13 +++++ arch/arm/mach-zynq/common.c | 38 ++++---------- arch/arm/mach-zynq/include/mach/hardware.h | 18 ------- arch/arm/mach-zynq/include/mach/irqs.h | 21 -------- arch/arm/mach-zynq/include/mach/timex.h | 23 --------- arch/arm/mach-zynq/include/mach/uart.h | 25 --------- arch/arm/mach-zynq/include/mach/uncompress.h | 51 ------------------- arch/arm/mach-zynq/include/mach/zynq_soc.h | 53 -------------------- arch/arm/mach-zynq/timer.c | 1 - 12 files changed, 46 insertions(+), 235 deletions(-) rename arch/arm/{mach-zynq/include/mach/debug-macro.S => include/debug/zynq.S} (61%) create mode 100644 arch/arm/mach-zynq/Kconfig delete mode 100644 arch/arm/mach-zynq/include/mach/hardware.h delete mode 100644 arch/arm/mach-zynq/include/mach/irqs.h delete mode 100644 arch/arm/mach-zynq/include/mach/timex.h delete mode 100644 arch/arm/mach-zynq/include/mach/uart.h delete mode 100644 arch/arm/mach-zynq/include/mach/uncompress.h delete mode 100644 arch/arm/mach-zynq/include/mach/zynq_soc.h