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 X-Spam-Level: X-Spam-Status: No, score=-6.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EFAD5C388F9 for ; Sun, 8 Nov 2020 22:11:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7F3E206A5 for ; Sun, 8 Nov 2020 22:11:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=googlemail.com header.i=@googlemail.com header.b="Ose11JQZ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728904AbgKHWLU (ORCPT ); Sun, 8 Nov 2020 17:11:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52542 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727570AbgKHWLU (ORCPT ); Sun, 8 Nov 2020 17:11:20 -0500 Received: from mail-ed1-x541.google.com (mail-ed1-x541.google.com [IPv6:2a00:1450:4864:20::541]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E631C0613CF for ; Sun, 8 Nov 2020 14:11:18 -0800 (PST) Received: by mail-ed1-x541.google.com with SMTP id t9so3357244edq.8 for ; Sun, 08 Nov 2020 14:11:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=eQW9OKeiUXYbQry4sNj3otrATF5lu7Sb8UVFYJSJ04Y=; b=Ose11JQZQKZ44jTrTvreBQxy4dKe9ULvwGFigLaVW6YJKWfeP/lc5w3J+xTeuos7Jg g3dnOtMpDmfNvj+aZ35fMCUZInJpoSwXhAzWjPM7ghKcwUGC3ONa/OLdVKUlh/NC7j9i tLcWnUpliAt8lfDjzdQwIAGiuxrnwbeNOKnzVduabNJ3HrKq8Zf3GqiMp/sQvwteb0M+ 4T1AFjad3THIPfh2TCidVSt+5baTMIUZxEhQ91k26MZvvfYV11QowKumDCS99rqOZA3O p157YXNhqyHGj8546duSm/OY74Ekq3t+MNLb6PC0P0N4KbP1rt9E0NfiQNbkeT81rGQS +sFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eQW9OKeiUXYbQry4sNj3otrATF5lu7Sb8UVFYJSJ04Y=; b=ofLGYJmDYnYla7zu712ipzsg4/f+CkYyLmWu6/bcwRDHqvCIYfFpjhQxymESuaqKtD 6PGQ+ktaqtfknDDIwQKp/cHObm+XLD2XsWeFprPB74hwQN/qqPE6ycJGO8ArRgpro2e2 EPVEMgEnEeOitsOwdaOLG2auD/6mEZ0Uz2KV19CFb2IzFjiL5siSfIChudxgK650YYy/ JvCTA8inuSK8uIxChQQbd/3OfeXPwRt5zkTKmh8ALRksMqpkIom82Hsif+GPXAfusVzV s15jazF6U699r4UPDNLS5GzSDNRIoxj43Y+FH2kicCWF87tri+KkezKgxAJCg7b4sp7k CmXg== X-Gm-Message-State: AOAM532QxgLY2xFxuMQZhBD2qi+Sgbtzd2DahvNOwDqLf4on8+Uy4hfu S7vjmuy/J44rbZ7rAhtDcTvf/I1ncVPpXy+6TO2gQra5QrE= X-Google-Smtp-Source: ABdhPJxn/TUQyzh6+DX45a3IbFyU0IhAwdKmAtLx6F6Atgx8uZkRWU9ry1zkd7IKk/r7RxoEvUq6DLrR41bkR8B6XTw= X-Received: by 2002:a05:6402:3d9:: with SMTP id t25mr12720413edw.338.1604873477430; Sun, 08 Nov 2020 14:11:17 -0800 (PST) MIME-Version: 1.0 References: <1604642930-29019-1-git-send-email-chunfeng.yun@mediatek.com> <1604642930-29019-2-git-send-email-chunfeng.yun@mediatek.com> In-Reply-To: <1604642930-29019-2-git-send-email-chunfeng.yun@mediatek.com> From: Martin Blumenstingl Date: Sun, 8 Nov 2020 23:11:06 +0100 Message-ID: Subject: Re: [PATCH v2 02/17] phy: amlogic: convert to devm_platform_ioremap_resource To: Chunfeng Yun Cc: Kishon Vijay Abraham I , Vinod Koul , Kevin Hilman , Neil Armstrong , Jerome Brunet , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 6, 2020 at 7:09 AM Chunfeng Yun wrote: > > Use devm_platform_ioremap_resource to simplify code > > Signed-off-by: Chunfeng Yun > Reviewed-by: Remi Pommarel Reviewed-by: Martin Blumenstingl 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 X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BEA5C388F9 for ; Sun, 8 Nov 2020 22:11:53 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 2C089206A5 for ; Sun, 8 Nov 2020 22:11:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Qyn90c0r"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=googlemail.com header.i=@googlemail.com header.b="Ose11JQZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2C089206A5 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=googlemail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=t2fOCYIw5trho6Dosm9uqrteZhoKOfIBWwZuqGLuZFM=; b=Qyn90c0rNYQbC7/VJoG9qkvzs o1tIk5KUjZyS8BssQ8+D6Rsd+BpOdO5gLa3sTU7QDtRmt4+/ggEvLFoJo4OWrzu1H7ni+wHXg/8Vo 93sFeqHRKTl9va/jLZULUShbJjqLnfAs2xy/LfPsjFA1G6JUo+KtRJniHG1cw9LQqM1KCgdXXbSxL IbkqjgoVcOV9KIRv/MZqIjDrsG58avqY+38T47adDR0aHD2NNA2Pny6lX/CslNej0tSAk2pq2+Zwp 3xQMv6QnXVlO37vvF6KHgWNf8ITM1TQ7umaLrMjU1pR4hX8w5lG3aAtcS/8V1BWm22L2XNiEN90t6 W9fUq4C3Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kbsuB-0008DG-Mv; Sun, 08 Nov 2020 22:11:23 +0000 Received: from mail-ed1-x543.google.com ([2a00:1450:4864:20::543]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kbsu8-0008Ca-56; Sun, 08 Nov 2020 22:11:20 +0000 Received: by mail-ed1-x543.google.com with SMTP id o20so6746568eds.3; Sun, 08 Nov 2020 14:11:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=eQW9OKeiUXYbQry4sNj3otrATF5lu7Sb8UVFYJSJ04Y=; b=Ose11JQZQKZ44jTrTvreBQxy4dKe9ULvwGFigLaVW6YJKWfeP/lc5w3J+xTeuos7Jg g3dnOtMpDmfNvj+aZ35fMCUZInJpoSwXhAzWjPM7ghKcwUGC3ONa/OLdVKUlh/NC7j9i tLcWnUpliAt8lfDjzdQwIAGiuxrnwbeNOKnzVduabNJ3HrKq8Zf3GqiMp/sQvwteb0M+ 4T1AFjad3THIPfh2TCidVSt+5baTMIUZxEhQ91k26MZvvfYV11QowKumDCS99rqOZA3O p157YXNhqyHGj8546duSm/OY74Ekq3t+MNLb6PC0P0N4KbP1rt9E0NfiQNbkeT81rGQS +sFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eQW9OKeiUXYbQry4sNj3otrATF5lu7Sb8UVFYJSJ04Y=; b=p3RvHhZwnO8CpWA3AVfb77m7FBNDdFhbWXYSaqNBNli6FHST6I3pkdn65LfTmS5yu3 w1Qg9sz1MOYXx2O+St+zk8+L9qDdWeVNNuYoAFAFOg4aDMXKZHTgcC8Ed8EQo+Tkfl78 IfgKJMV9EtocYUFXbj0B+wePJJeJ6qbacOP4UKgJOSItw+BEAcoVX4E148x/H6+xLlC5 byHcFvEysBuvRCno53VvY2oTLaUVXubZokW7fa4xWeIow+gSZqGWxMmJOpcTAayUC+qS PmtDnB1uriL0BkqrOm/vBJXNL6eeQy4hif13B0x8bZWPI58zbiPzEc6fmK7IAUoQxMf6 cOQw== X-Gm-Message-State: AOAM532EU/wSZQo9Z171teN5XzoWCOaUyaRTYr9jPSIf/SoCZRsupTwQ i/roZN1EJolJ11TozwNTGhs6XilZu7m5Pjf2T3U= X-Google-Smtp-Source: ABdhPJxn/TUQyzh6+DX45a3IbFyU0IhAwdKmAtLx6F6Atgx8uZkRWU9ry1zkd7IKk/r7RxoEvUq6DLrR41bkR8B6XTw= X-Received: by 2002:a05:6402:3d9:: with SMTP id t25mr12720413edw.338.1604873477430; Sun, 08 Nov 2020 14:11:17 -0800 (PST) MIME-Version: 1.0 References: <1604642930-29019-1-git-send-email-chunfeng.yun@mediatek.com> <1604642930-29019-2-git-send-email-chunfeng.yun@mediatek.com> In-Reply-To: <1604642930-29019-2-git-send-email-chunfeng.yun@mediatek.com> From: Martin Blumenstingl Date: Sun, 8 Nov 2020 23:11:06 +0100 Message-ID: Subject: Re: [PATCH v2 02/17] phy: amlogic: convert to devm_platform_ioremap_resource To: Chunfeng Yun X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201108_171120_205986_5721FA78 X-CRM114-Status: UNSURE ( 8.27 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Kevin Hilman , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Vinod Koul , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Jerome Brunet Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Nov 6, 2020 at 7:09 AM Chunfeng Yun wrote: > > Use devm_platform_ioremap_resource to simplify code > > Signed-off-by: Chunfeng Yun > Reviewed-by: Remi Pommarel Reviewed-by: Martin Blumenstingl _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 41111C388F9 for ; Sun, 8 Nov 2020 22:11:35 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 93FE6206A5 for ; Sun, 8 Nov 2020 22:11:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tyWRwN5V"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=googlemail.com header.i=@googlemail.com header.b="Ose11JQZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 93FE6206A5 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=googlemail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=lCWyp0PYuaAwB0nB0GmtLfZ6me8k2bSJB1D3sLvncRw=; b=tyWRwN5VUFFs6OSnhU5KxE76p j2b4uXBREQ0xelU1Vcr4RdFOuJhctJ613u0BrPot/DfrxMnbBO8ldaHgbvt7k+KWPfnRG+w5+B+05 tXJYM5gEgpy7uvBHdKA6yp7juKLkbpCJni6OTTdvC2WabGUVVglYtUnK9AFTdmBEqi9TWX8kER02q UQGm/5akoJjFksO7BPCY6MnLSly5AMrERExce8shaDRP1Y+1lWDw5qqIUxCUXJr9RsoR2zEO8slwF Zo0noJaQx7HpF06r+1IEtuv5oLAb2UxyWPt0Ue4/xqxrcca1KU6c19s5P9BVr9DC4dPH59wpcoqNg 7AYK34HLw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kbsuC-0008DY-Vp; Sun, 08 Nov 2020 22:11:25 +0000 Received: from mail-ed1-x543.google.com ([2a00:1450:4864:20::543]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kbsu8-0008Ca-56; Sun, 08 Nov 2020 22:11:20 +0000 Received: by mail-ed1-x543.google.com with SMTP id o20so6746568eds.3; Sun, 08 Nov 2020 14:11:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=eQW9OKeiUXYbQry4sNj3otrATF5lu7Sb8UVFYJSJ04Y=; b=Ose11JQZQKZ44jTrTvreBQxy4dKe9ULvwGFigLaVW6YJKWfeP/lc5w3J+xTeuos7Jg g3dnOtMpDmfNvj+aZ35fMCUZInJpoSwXhAzWjPM7ghKcwUGC3ONa/OLdVKUlh/NC7j9i tLcWnUpliAt8lfDjzdQwIAGiuxrnwbeNOKnzVduabNJ3HrKq8Zf3GqiMp/sQvwteb0M+ 4T1AFjad3THIPfh2TCidVSt+5baTMIUZxEhQ91k26MZvvfYV11QowKumDCS99rqOZA3O p157YXNhqyHGj8546duSm/OY74Ekq3t+MNLb6PC0P0N4KbP1rt9E0NfiQNbkeT81rGQS +sFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eQW9OKeiUXYbQry4sNj3otrATF5lu7Sb8UVFYJSJ04Y=; b=p3RvHhZwnO8CpWA3AVfb77m7FBNDdFhbWXYSaqNBNli6FHST6I3pkdn65LfTmS5yu3 w1Qg9sz1MOYXx2O+St+zk8+L9qDdWeVNNuYoAFAFOg4aDMXKZHTgcC8Ed8EQo+Tkfl78 IfgKJMV9EtocYUFXbj0B+wePJJeJ6qbacOP4UKgJOSItw+BEAcoVX4E148x/H6+xLlC5 byHcFvEysBuvRCno53VvY2oTLaUVXubZokW7fa4xWeIow+gSZqGWxMmJOpcTAayUC+qS PmtDnB1uriL0BkqrOm/vBJXNL6eeQy4hif13B0x8bZWPI58zbiPzEc6fmK7IAUoQxMf6 cOQw== X-Gm-Message-State: AOAM532EU/wSZQo9Z171teN5XzoWCOaUyaRTYr9jPSIf/SoCZRsupTwQ i/roZN1EJolJ11TozwNTGhs6XilZu7m5Pjf2T3U= X-Google-Smtp-Source: ABdhPJxn/TUQyzh6+DX45a3IbFyU0IhAwdKmAtLx6F6Atgx8uZkRWU9ry1zkd7IKk/r7RxoEvUq6DLrR41bkR8B6XTw= X-Received: by 2002:a05:6402:3d9:: with SMTP id t25mr12720413edw.338.1604873477430; Sun, 08 Nov 2020 14:11:17 -0800 (PST) MIME-Version: 1.0 References: <1604642930-29019-1-git-send-email-chunfeng.yun@mediatek.com> <1604642930-29019-2-git-send-email-chunfeng.yun@mediatek.com> In-Reply-To: <1604642930-29019-2-git-send-email-chunfeng.yun@mediatek.com> From: Martin Blumenstingl Date: Sun, 8 Nov 2020 23:11:06 +0100 Message-ID: Subject: Re: [PATCH v2 02/17] phy: amlogic: convert to devm_platform_ioremap_resource To: Chunfeng Yun X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201108_171120_205986_5721FA78 X-CRM114-Status: UNSURE ( 8.27 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong , Kevin Hilman , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Vinod Koul , linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Jerome Brunet Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Fri, Nov 6, 2020 at 7:09 AM Chunfeng Yun wrote: > > Use devm_platform_ioremap_resource to simplify code > > Signed-off-by: Chunfeng Yun > Reviewed-by: Remi Pommarel Reviewed-by: Martin Blumenstingl _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic