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.8 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 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 566A6C433EF for ; Wed, 22 Sep 2021 10:43:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3507C61284 for ; Wed, 22 Sep 2021 10:43:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235101AbhIVKpY (ORCPT ); Wed, 22 Sep 2021 06:45:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234825AbhIVKpX (ORCPT ); Wed, 22 Sep 2021 06:45:23 -0400 Received: from mail-vs1-xe2f.google.com (mail-vs1-xe2f.google.com [IPv6:2607:f8b0:4864:20::e2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F0EEC061574 for ; Wed, 22 Sep 2021 03:43:53 -0700 (PDT) Received: by mail-vs1-xe2f.google.com with SMTP id o124so2458195vsc.6 for ; Wed, 22 Sep 2021 03:43:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Qo78C9hpTaUZzshSE3JqG8ok1Cx6hErSNU/DUKP7eFk=; b=oAitpk7+hwMaSzXiFoweF6+l6LfDs62vtoxg8zfF1Brb15BUTYk0A3vw7YvX0PqHzx L4Y/1RMN6CUwiDmNgPLuzuz0kCe9a8KNFrR9e6uq0s/rAbH0FASu9fzwqqrYY6SNOxN2 o7W9NfSNODqb+axmlIUsYV9UlFO6bLMt+5v4s= 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=Qo78C9hpTaUZzshSE3JqG8ok1Cx6hErSNU/DUKP7eFk=; b=h3V6lV+xFW8iwXQXOk6iYVLQupRv7qHZd179KpfKln6OicAxnAbZacwFOehgAL1ZVg /vHieOny80OS/GecR3MgAzRqjoj1xJRiw0qlAsYmQr4WVw3f6xICzzTmbtvAWQUx58L8 3gB41/RZHBI338BBEA8aeD/dSRdFFP4Emy0/FBiffTXlDw4TVSRwoZd8E1hTDLhWBOuD FFjVuxE7BJ35Hj8IBUUJ3pxNCD43eLsPe+DrSXKLuFiCWlYdEjRBRyagRPNv4T9hvzJu Ob17QUgmKZqe0OmEHcgzEOYaVZLN4GMHjMpvyLrvIQN6JBLYnOhmRbZ132lAE5tkr0ku N5Gw== X-Gm-Message-State: AOAM531XKAWMzTQ18FdHEzTtdE89zdlli2esLulX3vZjk1UOd8RYp6i9 DTQZc9SGUZDNRureWfszLrydDHrLXI3cZoqg0G21lIL3u2A= X-Google-Smtp-Source: ABdhPJwPF6z5EYCd61rZYdUMIeZzdf+8Q0cyOmNAUaIoUh0BCayeTwfyb8i9gArK7fN+eXHN7cvjsRzmQx2wAsZ8Pbk= X-Received: by 2002:a67:c01b:: with SMTP id v27mr11715890vsi.45.1632307432766; Wed, 22 Sep 2021 03:43:52 -0700 (PDT) MIME-Version: 1.0 References: <20210717045627.1739959-1-daniel@0x0f.com> In-Reply-To: From: Daniel Palmer Date: Wed, 22 Sep 2021 19:46:01 +0900 Message-ID: Subject: Re: [PATCH 00/10] gpio: msc313: Add gpio support for ssd20xd To: Bartosz Golaszewski Cc: Linus Walleij , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:GPIO SUBSYSTEM" , Linux ARM , linux-kernel , Rob Herring , Romain Perier Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bart, On Wed, 22 Sept 2021 at 19:20, Bartosz Golaszewski wrote: > I only have a part of this series in my inbox and patchwork doesn't > have it at all - can you resend it with me in Cc? Sure. I want to do some fixes to the DTS bits at the end of the series so I will send it as a v2. The gpio code parts will be unchanged. Cheers, Daniel