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=-5.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 0E5EAC433DB for ; Tue, 2 Mar 2021 21:21:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BEEDB64F2A for ; Tue, 2 Mar 2021 21:21:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1383758AbhCBVR5 (ORCPT ); Tue, 2 Mar 2021 16:17:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239070AbhCBIve (ORCPT ); Tue, 2 Mar 2021 03:51:34 -0500 Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 89314C0617A7 for ; Tue, 2 Mar 2021 00:42:36 -0800 (PST) Received: by mail-ej1-x633.google.com with SMTP id bm21so14823856ejb.4 for ; Tue, 02 Mar 2021 00:42:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cqj83OHH0uy6jXnn/6KBeppUvOHSpH1VsMfJDu/RtSk=; b=vFLsMKKiZvzx63grS8/bVXFdMNv4fOLL4c6hkZiljW/H7KUmXzXu0TblXaRgN7HH0X sRs278w+B9Rb9CUADc+tXJmc99YoEPc0ZR9rfxIxgMyQNt4y3G7x2aD67k/sNXjEZfhW SGFg3mWcj6hrBADdf8mpl54LZxCOv3zNiWvHoXdhJh1EMjvyFGpE8PaOby5gGpPuOYgE mZSyst99gu5zwfj7CGCF8sYoSrc6pocYzwx6R9208KKecfp4+/5tacG3ZkRyrpqFiHJa U2pRkeernB6y465khfgeXxt6r4PwcofdmInvJF4RE5YbGQXDsWNqbO0oSzM+SD+6Pa3p Se8w== 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=cqj83OHH0uy6jXnn/6KBeppUvOHSpH1VsMfJDu/RtSk=; b=kSBunUJypG8964YVuoW6HZeiUIy+siBZ2IalXrP9MiMaNxsr7QphjpS+sGsOm+rzKG y6t6in1WyPmovwBWx1a1TK9tX0InAB/jvGXeZCoR4r8j40B6q4QuiLd9ftc3WAHZ8wPy OOQwP37vlJmtR5bxCQo2Ef8GxB4cZ/y5HAWWYUssrGPSi3wV6JYL7YNSEAKKiN0Dy4Hp t+bcbwhN0GlLP5N8fOmDncwqPql8xY2mkTJXf9amB2KoW/crdQCkwJihZGs/K0S/I3p2 5ywfgXonu11RMTvm7cN9yU9dbWdHfvbns6KQuWcZ5aAEvk/tXQnwgviQY/OIBrkzQlgu YAKw== X-Gm-Message-State: AOAM532hf6qWi73BZS9gb4KVvtRgrL3a9hB3wLaRwJDgVnhKdqq/Vm7q 8ZBAGQpzC+Hmbv2ddwCFXMIl9icvzdz7A+t0SCmTJQ== X-Google-Smtp-Source: ABdhPJzGPey4/zJAweoL7NIyiBWG5j+JHefetxzo+d4UB+dkYOkVHlCSa1ueXoWOLvYaTHqorLcuIeAd2yR+S+Tvt6o= X-Received: by 2002:a17:906:ac6:: with SMTP id z6mr19121663ejf.505.1614674555172; Tue, 02 Mar 2021 00:42:35 -0800 (PST) MIME-Version: 1.0 References: <20210216113118.17484-1-kostap@marvell.com> In-Reply-To: <20210216113118.17484-1-kostap@marvell.com> From: Linus Walleij Date: Tue, 2 Mar 2021 09:42:24 +0100 Message-ID: Subject: Re: [PATCH 0/2] Fix Marvell CP110 pin control finction names To: Kostya Porotchkin Cc: "open list:GPIO SUBSYSTEM" , Linux ARM , "linux-kernel@vger.kernel.org" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Daniel Lezcano , "(Exiting) Amit Kucheria" , Viresh Kumar , Sebastian Hesselbarth , Gregory Clement , Andrew Lunn , Rob Herring , Marcin Wojtas , Grzegorz Jaszczyk , Nadav Haklai , Stefan Chulski , bpeled@marvell.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Feb 16, 2021 at 12:31 PM wrote: > From: Konstantin Porotchkin > > These patches are fixing the CP110 pin control driver and the related > documentation. > Current CP110 pin control driver uses two different MPP functions named > the same (sdio) in MPP54 and MPP55 definitions. > Since these names are used for the MPP functionality selection, all > function names within single MPP group should be unique. > This patches series fixes function names in MPP54 and MPP55 pin > definitions. Excellent fix, patches applied! Yours, Linus Walleij 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=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 070AEC433E0 for ; Tue, 2 Mar 2021 08:43:59 +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 9088160249 for ; Tue, 2 Mar 2021 08:43:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9088160249 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org 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=UnQnFhemGWtCTrCHZGQ+oYvGlzP+lu2QYzMxxajt4CM=; b=w8BDzeJdLGCh+G0xB3RqQfgyw vyKJv4xbAjgyP/CCMfzUoWdfG1Bp5u+d+vS/biTFOdvLrvxmdzunuDyNBbupndq8VB9QP2pxa3SwI BGlal+luGUcUFEiXEH63Bl6cW1COOeppsd+6mgFXRlWDd8xVycwFAgGt4bFwyY9G1WoEKU4h8E4kA Ka8s2QNcmgz5ydMf5kd5BD3K3bRBj92eJr04cs2HzMnmrBcNmoQvhez2tfIMbtZryxL1QwJw7CNUJ W+189l6gyJ+wvYcVNy2Ku6F9AWgLkQIIVv2C8TdjnMFB0mlrKq3y4N5vgPVUXBqkt4CCdYm+F9jkq zxfklsIEg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lH0c5-0003iI-6b; Tue, 02 Mar 2021 08:42:41 +0000 Received: from mail-ej1-x62a.google.com ([2a00:1450:4864:20::62a]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lH0c2-0003h4-MJ for linux-arm-kernel@lists.infradead.org; Tue, 02 Mar 2021 08:42:40 +0000 Received: by mail-ej1-x62a.google.com with SMTP id gt32so22123408ejc.6 for ; Tue, 02 Mar 2021 00:42:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=cqj83OHH0uy6jXnn/6KBeppUvOHSpH1VsMfJDu/RtSk=; b=vFLsMKKiZvzx63grS8/bVXFdMNv4fOLL4c6hkZiljW/H7KUmXzXu0TblXaRgN7HH0X sRs278w+B9Rb9CUADc+tXJmc99YoEPc0ZR9rfxIxgMyQNt4y3G7x2aD67k/sNXjEZfhW SGFg3mWcj6hrBADdf8mpl54LZxCOv3zNiWvHoXdhJh1EMjvyFGpE8PaOby5gGpPuOYgE mZSyst99gu5zwfj7CGCF8sYoSrc6pocYzwx6R9208KKecfp4+/5tacG3ZkRyrpqFiHJa U2pRkeernB6y465khfgeXxt6r4PwcofdmInvJF4RE5YbGQXDsWNqbO0oSzM+SD+6Pa3p Se8w== 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=cqj83OHH0uy6jXnn/6KBeppUvOHSpH1VsMfJDu/RtSk=; b=UtzzqQWJXOFdVlUAcIHNfNMqxALJuMtpJqEsliYi26nGk2FH8t1sSUWvzST1hDHVJn cjfwmDMLUkXak6gZru3SNfHrPE0jCLWrCE29tUSGYhUqyUjbPf0buf6/KyewYTfVgkez LpqEIEq1AN1Ge4IJKvHrponA+Mhi8JOTio+5v68VZPMX3cFzU8sYk86pGrmJI2AMQN24 rO6tFQYZcI9u6KiqW80cSSg7JmyYacZnWe0OQGZzykrcr6whHzZ3Qan40bMP4wsi6mVR n1vjAD73hYWOY3HilWsq4v9idDWJOvek7v1pxKERflPETwVUSDeELGKQwk0WZmCyNonK FJNw== X-Gm-Message-State: AOAM533xjR9Cb5LVxQLvu5OwLSc8oUEVwcHRKB3rBvPPYt5g3oGI2a8K mw4Sa1PF2nqL9vFdAkJrxx2n/oOaifsz33Exa28aVw== X-Google-Smtp-Source: ABdhPJzGPey4/zJAweoL7NIyiBWG5j+JHefetxzo+d4UB+dkYOkVHlCSa1ueXoWOLvYaTHqorLcuIeAd2yR+S+Tvt6o= X-Received: by 2002:a17:906:ac6:: with SMTP id z6mr19121663ejf.505.1614674555172; Tue, 02 Mar 2021 00:42:35 -0800 (PST) MIME-Version: 1.0 References: <20210216113118.17484-1-kostap@marvell.com> In-Reply-To: <20210216113118.17484-1-kostap@marvell.com> From: Linus Walleij Date: Tue, 2 Mar 2021 09:42:24 +0100 Message-ID: Subject: Re: [PATCH 0/2] Fix Marvell CP110 pin control finction names To: Kostya Porotchkin X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210302_034239_030057_39EFFF83 X-CRM114-Status: GOOD ( 10.86 ) 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: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Andrew Lunn , Viresh Kumar , Gregory Clement , Daniel Lezcano , "linux-kernel@vger.kernel.org" , "\(Exiting\) Amit Kucheria" , Nadav Haklai , "open list:GPIO SUBSYSTEM" , Rob Herring , Grzegorz Jaszczyk , Stefan Chulski , Marcin Wojtas , bpeled@marvell.com, Linux ARM , Sebastian Hesselbarth 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 Tue, Feb 16, 2021 at 12:31 PM wrote: > From: Konstantin Porotchkin > > These patches are fixing the CP110 pin control driver and the related > documentation. > Current CP110 pin control driver uses two different MPP functions named > the same (sdio) in MPP54 and MPP55 definitions. > Since these names are used for the MPP functionality selection, all > function names within single MPP group should be unique. > This patches series fixes function names in MPP54 and MPP55 pin > definitions. Excellent fix, patches applied! Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel