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=-8.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 21DE3C47094 for ; Mon, 7 Jun 2021 14:01:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 018E161107 for ; Mon, 7 Jun 2021 14:01:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230265AbhFGOCv (ORCPT ); Mon, 7 Jun 2021 10:02:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230197AbhFGOCv (ORCPT ); Mon, 7 Jun 2021 10:02:51 -0400 Received: from mail-yb1-xb36.google.com (mail-yb1-xb36.google.com [IPv6:2607:f8b0:4864:20::b36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D960FC061766 for ; Mon, 7 Jun 2021 07:00:59 -0700 (PDT) Received: by mail-yb1-xb36.google.com with SMTP id b13so25089579ybk.4 for ; Mon, 07 Jun 2021 07:00:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=p9E8O5w/zkKI+sZ2afykxRWuriykTpkma4WIu7fNyIo=; b=FIt3KmJd++bHSzROQDE1qiyb4qF2bS66n6OFSnPYsreDNZpn5ikyqiNPMudRhHQE/o Q9yErBnO6nU8cItuUZqnITfjxBd6n8imCs4RajexvQvy1laeZScfSPWJJG2NuHdc8nhT TkRgHnqlXr7ukioUCXvlW5BWu4Fa0cWbzAR5Ju8MWFy0fZsazoqacWF+k+oGqsSMIl28 XWDlL+VYSO3fhmx1rVxccM8s/kYFztMVjGXwc4pq84h7AWtySpUMsV9NBYNc8mDdn4hV 2km8FRrWQk7UhYPrlemBLlKv8jqnPjSc6tMXVR0xxg+3pp8+vpS1gTfMUyA3QlxeMkT4 vdCA== 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=p9E8O5w/zkKI+sZ2afykxRWuriykTpkma4WIu7fNyIo=; b=rHnHsIzeKsSgQ9VHgXuQS+pnYbX3KFjLfkmviBO0DRXE8L5SUtBanXP/ZRj3yoqx21 /nqiRh8p/ZWs45VicW85iA4428EnhAC9t9zO7OfGYjyF5o3bzYrQRHxEkkfcCZXpieLM 1QRVCa3aJ09D+Rwfc3RToH9fbynm9sYnoRPgoiLbqq79aKTlWjS48r+uXPNvDgPyl3n5 BxS8BLz6iELAEvkA3s4LR1JZDN5dORZ8EaBXErxjRZEf0vroDrOZpRABOTQ6jWtrvSsd Iv31bDEdl1x1j8zAOLkhSTcmAumPOaCiL2IDOnIeGUs7kl7AjSCvpKHJTK8IYIZYYYPD JXsQ== X-Gm-Message-State: AOAM533UzdA5bX3Apygm2Lw0/y3U/W1yKfk2OGQ9UWUrE0Eb3yP20PVL HDdRuL6oMZS019y1PVoMXTnMrPWpAZ2E6JCtjwCeXQ== X-Google-Smtp-Source: ABdhPJxQAjRPnrTamhPFtLVjNmDSjKsYm8FSssRCgIhEJ9WM4D5e+Rb2US2TlunEUXj5ul/iDseg0wsMSaRxHx6dEjE= X-Received: by 2002:a25:420c:: with SMTP id p12mr23656144yba.25.1623074458505; Mon, 07 Jun 2021 07:00:58 -0700 (PDT) MIME-Version: 1.0 References: <20210514123309.134048-1-tsbogend@alpha.franken.de> <20210604122223.GA8940@alpha.franken.de> In-Reply-To: From: Bartosz Golaszewski Date: Mon, 7 Jun 2021 16:00:47 +0200 Message-ID: Subject: Re: [PATCH v5 1/2] gpio: Add support for IDT 79RC3243x GPIO controller To: Linus Walleij Cc: Thomas Bogendoerfer , linux-kernel , "open list:GPIO SUBSYSTEM" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Sat, Jun 5, 2021 at 12:04 AM Linus Walleij wrote: > > On Fri, Jun 4, 2021 at 2:22 PM Thomas Bogendoerfer > wrote: > > > is there anything a still need to do to get this integrated for v5.14 ? > > IMO not really: > Reviewed-by: Linus Walleij > > Bartosz is collecting the patches for v5.14. > > Yours, > Linus Walleij Sorry for the delay, I'm currently overwhelmed with a house renovation and the approaching move. Now applied (together with the bindings), thanks! Bartosz