From patchwork Wed Oct 29 07:47:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 5184931 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C4178C11AC for ; Wed, 29 Oct 2014 07:44:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C261C201FA for ; Wed, 29 Oct 2014 07:44:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A9BEB20211 for ; Wed, 29 Oct 2014 07:44:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932078AbaJ2Hov (ORCPT ); Wed, 29 Oct 2014 03:44:51 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:42800 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932077AbaJ2Hor (ORCPT ); Wed, 29 Oct 2014 03:44:47 -0400 Received: by mail-pa0-f45.google.com with SMTP id lf10so2619087pab.18 for ; Wed, 29 Oct 2014 00:44:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=VL7nOpkqoiYA8TkzsXsxSIybXltYJdef7JPYXkfjy5A=; b=m+VQYIWmk1bmPVwDd4ERdja7YWRP6MkwmsTnki2jZ9ooCInNwvH12dm50/lgRQ05M+ uzc0V5tNLdDZalZD43SE0bz803umwYjd7VFLL/tV9njYHiHU4oY8BPfBZX8QDIfs/lkC pwtPj2XFu70uNGX6g8UTqLoI5N2oFQx7OZXVZIiF++L7eRs1MMmHOpEZ2wmSoT/4YCC2 4fu4a++4ApbuGPLTzfWaa7Nym5V5V4XmWE3gMTwZ/7RlpdSv9II0MSbN9sSroG+2EBP0 +NLmvXLXMX5CAK5/ezZqJeo0v7NE6aw7n28rjIyXy5PzR+hEy0ClmaiQRTnhsSPfE2Vg KJsw== X-Received: by 10.70.3.196 with SMTP id e4mr8861541pde.35.1414568687213; Wed, 29 Oct 2014 00:44:47 -0700 (PDT) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id z4sm3540531pda.23.2014.10.29.00.44.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 00:44:45 -0700 (PDT) From: Magnus Damm To: Magnus Damm , linux-sh@vger.kernel.org Cc: Magnus Damm , horms@verge.net.au Date: Wed, 29 Oct 2014 16:47:17 +0900 Message-Id: <20141029074717.405.8623.sendpatchset@w520> In-Reply-To: <20141029074647.405.25250.sendpatchset@w520> References: <20141029074647.405.25250.sendpatchset@w520> Subject: [PATCH 03/03] ARM: shmobile: mackerel: Remove legacy board support Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Magnus Damm Remove old sh7372 Mackerel board support. The sh7372 SoC never went to mass production anyway and the few Mackerel boards that still exist do not support DT due to lack of DT bindings for the interrupt controller. Anyone wanting to play with old hardware can focus on EMEV2, sh73a0 or r8a7740 instead. Signed-off-by: Magnus Damm --- arch/arm/mach-shmobile/Kconfig | 9 arch/arm/mach-shmobile/Makefile | 1 arch/arm/mach-shmobile/Makefile.boot | 1 arch/arm/mach-shmobile/board-mackerel.c | 1522 ----------------- arch/arm/mach-shmobile/include/mach/head-mackerel.txt | 93 - arch/arm/mach-shmobile/include/mach/mmc-mackerel.h | 38 arch/arm/mach-shmobile/include/mach/mmc.h | 5 arch/arm/mach-shmobile/include/mach/zboot.h | 5 8 files changed, 1 insertion(+), 1673 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 0004/arch/arm/mach-shmobile/Kconfig +++ work/arch/arm/mach-shmobile/Kconfig 2014-10-29 16:16:04.000000000 +0900 @@ -155,15 +155,6 @@ config MACH_APE6EVM_REFERENCE This is intended to aid developers -config MACH_MACKEREL - bool "mackerel board" - depends on ARCH_SH7372 - select ARCH_REQUIRE_GPIOLIB - select REGULATOR_FIXED_VOLTAGE if REGULATOR - select SMSC_PHY if SMSC911X - select SND_SOC_AK4642 if SND_SIMPLE_CARD - select USE_OF - config MACH_ARMADILLO800EVA bool "Armadillo-800 EVA board" depends on ARCH_R8A7740 --- 0004/arch/arm/mach-shmobile/Makefile +++ work/arch/arm/mach-shmobile/Makefile 2014-10-29 16:15:46.000000000 +0900 @@ -60,7 +60,6 @@ obj-$(CONFIG_MACH_MARZEN) += board-marze else obj-$(CONFIG_MACH_APE6EVM) += board-ape6evm.o obj-$(CONFIG_MACH_APE6EVM_REFERENCE) += board-ape6evm-reference.o -obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o obj-$(CONFIG_MACH_BOCKW) += board-bockw.o obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o obj-$(CONFIG_MACH_MARZEN) += board-marzen.o --- 0004/arch/arm/mach-shmobile/Makefile.boot +++ work/arch/arm/mach-shmobile/Makefile.boot 2014-10-29 16:16:14.000000000 +0900 @@ -7,7 +7,6 @@ loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008 loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000 loadaddr-$(CONFIG_MACH_KZM9G) += 0x41008000 loadaddr-$(CONFIG_MACH_KZM9G_REFERENCE) += 0x41008000 -loadaddr-$(CONFIG_MACH_MACKEREL) += 0x40008000 loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000 __ZRELADDR := $(sort $(loadaddr-y)) --- 0001/arch/arm/mach-shmobile/board-mackerel.c +++ /dev/null 2013-06-03 21:41:10.638032047 +0900 @@ -1,1522 +0,0 @@ -/* - * mackerel board support - * - * Copyright (C) 2010 Renesas Solutions Corp. - * Kuninori Morimoto - * - * based on ap4evb - * Copyright (C) 2010 Magnus Damm - * Copyright (C) 2008 Yoshihiro Shimoda - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include