From patchwork Sun Mar 15 09:53:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 11438811 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 693CD159A for ; Sun, 15 Mar 2020 09:53:25 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 64B792072A; Sun, 15 Mar 2020 09:53:25 +0000 (UTC) Delivered-To: soc@kernel.org Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E8F01206EB; Sun, 15 Mar 2020 09:53:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E8F01206EB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=gregory.clement@bootlin.com Received: from localhost (87-231-134-186.rev.numericable.fr [87.231.134.186]) (Authenticated sender: gregory.clement@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 3290B200009; Sun, 15 Mar 2020 09:53:06 +0000 (UTC) From: Gregory CLEMENT List-Id: To: Arnd Bergmann , Olof Johansson , , soc@kernel.org Cc: Andrew Lunn , Jason Cooper , Sebastian Hesselbarth , Subject: [GIT PULL] ARM: mvebu: arm for v5.7 (#1) Date: Sun, 15 Mar 2020 10:53:05 +0100 Message-ID: <87eetux7um.fsf@FE-laptop> MIME-Version: 1.0 Hi, Here is the first pull request for arm for mvebu for v5.7. Gregory The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.infradead.org/linux-mvebu.git tags/mvebu-arm-5.7-1 for you to fetch changes up to afb80cf1e6f612d3f2736d74bcd8ade096f2c9bb: arm: mach-dove: Mark dove_io_desc as __maybe_unused (2020-03-13 21:44:50 +0100) ---------------------------------------------------------------- mvebu arm for 5.6 (part 1) Various cleanup: On Orion5x: - Drop unneeded select of PCI_DOMAINS_GENERIC - Remove unneeded variable ret - Replace setup_irq() by request_irq() On Dove: Mark dove_io_desc as __maybe_unused ---------------------------------------------------------------- Geert Uytterhoeven (1): ARM: orion5x: Drop unneeded select of PCI_DOMAINS_GENERIC Vincenzo Frascino (1): arm: mach-dove: Mark dove_io_desc as __maybe_unused Xu Wang (1): ARM: orion5x: ts78xx: Remove unneeded variable ret afzal mohammed (1): ARM: orion: replace setup_irq() by request_irq() arch/arm/mach-dove/common.c | 2 +- arch/arm/mach-orion5x/Kconfig | 2 -- arch/arm/mach-orion5x/ts78xx-setup.c | 3 +-- arch/arm/plat-orion/time.c | 10 +++------- 4 files changed, 5 insertions(+), 12 deletions(-)