From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CD69FC433F5 for ; Tue, 18 Jan 2022 09:33:54 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 52C24837E1; Tue, 18 Jan 2022 10:33:42 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="Ns8N460M"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A7213811AC; Tue, 18 Jan 2022 10:33:36 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id ABD00837E1 for ; Tue, 18 Jan 2022 10:33:33 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E671DB8122A; Tue, 18 Jan 2022 09:33:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A9A7C00446; Tue, 18 Jan 2022 09:33:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1642498411; bh=DsRSdOcr0DQ1/1083emH1FDBGoRsFLBqK3Mtc53aVu0=; h=From:To:Cc:Subject:Date:From; b=Ns8N460M6jse/O/2GHcDf2ruEuXbLSsddOD2JJdhXnBfJ10YZJiflBgBMCpecvm1Z 5daprd+De8kQ+AIlwGa7ScopV7CoT1BAscTrfGE4JOFqjBWz6Hp3MaXepazM2GBgtn GE95rqtsi02YTnz13JpJMNq7mVY5K7fc/mPzRHcPYpg45MuuIi4KJ/+R82EF1lXqKR XsZLaXtKk8whFG5CMRG7wVGYOmdtz2ykvHOt1YwddYCxfjKgcN0ptC9XEHQG20Z3/C EhRG7SAycrooa5WHI7dGlLmPssNqQAEC23ORKSdtFWCGomzGla2wiIQsmA3u8kEVEZ M/Coi6QGAegTA== Received: by pali.im (Postfix) id A6E4885A; Tue, 18 Jan 2022 10:33:28 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese , =?UTF-8?q?Marek=20Beh=C3=BAn?= Cc: u-boot@lists.denx.de Subject: [PATCH 0/2] arm: mvebu: Remove comphy_update_map() Date: Tue, 18 Jan 2022 10:33:18 +0100 Message-Id: <20220118093320.1150-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean Convert Turris MOX's comphy_update_map() to board_fix_fdt() and then remove it. Pali Rohár (2): arm: mvebu: turris_mox: Convert comphy_update_map() to board_fix_fdt() phy: marvell: Remove unused function comphy_update_map() board/CZ.NIC/turris_mox/turris_mox.c | 48 +++++++++------------------- drivers/phy/marvell/comphy_core.c | 9 ------ drivers/phy/marvell/comphy_core.h | 9 ++++++ include/mvebu/comphy.h | 11 ------- 4 files changed, 24 insertions(+), 53 deletions(-) -- 2.20.1