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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1DCDC433EF for ; Sun, 24 Oct 2021 21:04:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A81E56103C for ; Sun, 24 Oct 2021 21:04:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231684AbhJXVGe (ORCPT ); Sun, 24 Oct 2021 17:06:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231479AbhJXVGd (ORCPT ); Sun, 24 Oct 2021 17:06:33 -0400 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9AD38C061764 for ; Sun, 24 Oct 2021 14:04:12 -0700 (PDT) Received: by mail-lf1-x12c.google.com with SMTP id g36so7271225lfv.3 for ; Sun, 24 Oct 2021 14:04:12 -0700 (PDT) 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=rXZiinBB1P7wOrPBY5EXOLhRiRUn4EMUQJBC+p4xV6E=; b=wqk0FsTc33l1K46sT2Xr6J8RUxVJh/uxskfmCXujnPnsqk00yE0NSXmAbm/sI7ezoQ Sv9PPACt1sGIa2itP3H0vpq0T/XUB8iU9lbCfkvX672BUxotkQmISbTr5EEOE+eTBLXZ BiZvlrGw0vfunNxOZGTvhRhFjDn6kYhClJd6VX+ZyGvj0gwO6AFgZ/2FeSje7WXeI35r 6b6blrGBXF7oSBFZLFOYFAXZFcEQhUx2kcLW/uvB6v5CEFrnUr/ZknJfuaI9mBuWuKQ2 p5H6rH45jT9U+V9hKA9jjV5V9Pkh/ufWHg4B+PXlCSIpsh3//IYZR+BKE2+QBZDXG1G4 k/MA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rXZiinBB1P7wOrPBY5EXOLhRiRUn4EMUQJBC+p4xV6E=; b=CGoSvn7h5Myt6JsERjx7Fz6gdxm3SyUgydqFtuLaPSuTtg2lMpRWZic+zxWeNYMAGW 7097XPTIN1ePLNkVTtHBvgF3iGMOKgKFvUKHjjSRMZKXXCnxvRiAAbcZrcaPmurAJ9/W zudxAu+4gJuo1ygjoW47WOP8I/KmPHTE/TF2j6kddHOeWoT3siDDUVDs22e3SrMoyzww 0ei88hhJgSay9FRJmyHzl6GF72aKgx5WpzEb+JZN+IfxfQu0+1zhAF4Yd3ulxgAyZ/eZ IPOXcfEh5ve9eIMTXgOEpmVKRVfkj14sx8ryXH1BwMaa+vtQDykWQdV13NWEJsH+TA8r sGfg== X-Gm-Message-State: AOAM532njVZDq/awEvYN1pRTy66ifVOTe9rdAGAt9waPb/ZvIwlymsCS QJO7waxnxcIzbKKYevtw07VsH/W9fqyCkgRQO6VUBg== X-Google-Smtp-Source: ABdhPJxNr92QTY2HNT8gRchRvSIpTrojxUxrxZ0hp9tos7pfpHyh5Hyi1phko/4SIzDFMiFX1QLAQUIl+4FTuACoszg= X-Received: by 2002:ac2:5d4a:: with SMTP id w10mr13034115lfd.584.1635109450097; Sun, 24 Oct 2021 14:04:10 -0700 (PDT) MIME-Version: 1.0 References: <20211018085754.1066056-1-horatiu.vultur@microchip.com> In-Reply-To: <20211018085754.1066056-1-horatiu.vultur@microchip.com> From: Linus Walleij Date: Sun, 24 Oct 2021 23:03:59 +0200 Message-ID: Subject: Re: [PATCH v6 0/2] pinctrl: pinctrl-microchip-sgpio: Extend to call reset driver To: Horatiu Vultur Cc: Rob Herring , Lars Povlsen , Steen Hegelund , Microchip Linux Driver Support , Philipp Zabel , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Oct 18, 2021 at 10:56 AM Horatiu Vultur wrote: > v5->v6: > - fix warnings reported by 'make dtbs_check' > - add back the name of the reset line Patch set v6 applied, thanks for working this out! Yours, Linus Walleij