From patchwork Mon Jan 22 14:24:32 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13525562 X-Patchwork-Delegate: geert@linux-m68k.org Received: from cantor.telenet-ops.be (cantor.telenet-ops.be [195.130.132.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4F2C93D54A for ; Mon, 22 Jan 2024 14:33:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.132.48 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705933988; cv=none; b=ao+CGVACJ/MzMaHwE1YQ+tA/PyPmTPuUdQM+8g5vPhVYr8iwkP7PTUE5dm+Jg+YBO/7YypdrMmvs0cP2/4JkloAFEP7J55gAhpLTDNAnBuqhbWNOV22Kw1bjMnNHNHsWSOXvY912lMElGFhpSUPByHDp+Kkhzy+nXJwDO97miRY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705933988; c=relaxed/simple; bh=iTv19rICNpl1lnVCWMxVhw3rYmY8g6Kbzqytd3+JnzI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=TB9jeU+lNYLKHwRP+IPM4fL+Xft05ncawIw9J/8c8V26WNUlL5ULE8KH5RcCcax06dXSEO2K1PrhF5ZJnQooZFFH8lkheCCb8zTNTPiT0J9uFB6XgzKP7hL/meVEhtOZfj0BzK03H1kdfJA1O4qy7DGTqSJRgLBNeRTQdkETcCo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.132.48 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by cantor.telenet-ops.be (Postfix) with ESMTPS id 4TJXY625SQz4wwyj for ; Mon, 22 Jan 2024 15:24:42 +0100 (CET) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:955e:bba5:7ff4:cfb6]) by michel.telenet-ops.be with bizsmtp id dqQb2B0010ZxL6o06qQbSv; Mon, 22 Jan 2024 15:24:35 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rRvDF-00GGww-Rw; Mon, 22 Jan 2024 15:24:34 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rRvE2-00CFAf-Sl; Mon, 22 Jan 2024 15:24:34 +0100 From: Geert Uytterhoeven To: Greg Kroah-Hartman , Magnus Damm Cc: linux-staging@lists.linux.dev, linux-usb@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 3/4] staging: board: Remove Armadillo-800-EVA board staging code Date: Mon, 22 Jan 2024 15:24:32 +0100 Message-Id: <6d51e06a8586997b31eecead55a369f01c5696a7.1705932585.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Since commits 1399ebacbf590dfb ("drm: renesas: shmobile: Add DT support"), 138588e9fa237f97 ("ARM: dts: renesas: r8a7740: Add LCDC nodes"), and c9a0ed13382660c9 ("ARM: dts: renesas: armadillo800eva: Add LCD panel"), there is no longer any use for the Atmark Techno Armadillo-800-EVA board staging code. Signed-off-by: Geert Uytterhoeven Acked-by: Wolfram Sang --- v2: - New. --- drivers/staging/board/Makefile | 1 - drivers/staging/board/armadillo800eva.c | 88 ------------------------- 2 files changed, 89 deletions(-) delete mode 100644 drivers/staging/board/armadillo800eva.c diff --git a/drivers/staging/board/Makefile b/drivers/staging/board/Makefile index 5db091b5ca01596a..b6a00c93c2cc10dd 100644 --- a/drivers/staging/board/Makefile +++ b/drivers/staging/board/Makefile @@ -1,3 +1,2 @@ # SPDX-License-Identifier: GPL-2.0 obj-y := board.o -obj-$(CONFIG_ARCH_R8A7740) += armadillo800eva.o diff --git a/drivers/staging/board/armadillo800eva.c b/drivers/staging/board/armadillo800eva.c deleted file mode 100644 index 0225234dd7aa6b1c..0000000000000000 --- a/drivers/staging/board/armadillo800eva.c +++ /dev/null @@ -1,88 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * Staging board support for Armadillo 800 eva. - * Enable not-yet-DT-capable devices here. - * - * Based on board-armadillo800eva.c - * - * Copyright (C) 2012 Renesas Solutions Corp. - * Copyright (C) 2012 Kuninori Morimoto - */ - -#include -#include -#include -#include -#include - -#include