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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC288C4332F for ; Mon, 22 Nov 2021 00:05:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231974AbhKVAIL (ORCPT ); Sun, 21 Nov 2021 19:08:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231384AbhKVAIL (ORCPT ); Sun, 21 Nov 2021 19:08:11 -0500 Received: from mail-oi1-x22d.google.com (mail-oi1-x22d.google.com [IPv6:2607:f8b0:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5624CC061714 for ; Sun, 21 Nov 2021 16:05:05 -0800 (PST) Received: by mail-oi1-x22d.google.com with SMTP id bj13so34440092oib.4 for ; Sun, 21 Nov 2021 16:05:05 -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=DSsEi2JoPWNRsH+hXvNqq1V/qVr/q0+A0UFabbDDLto=; b=GvqMwIt3hzADRIbBw9sq7ul+0eBsJlaAjYELSGxthJO2DKk0y528RIReyszb3BEkMP of0M3QjyTSWJpUbkPJxQQLj1IwXhohXDJ3VQXn8HhrlLE3aN4BDPejFkctCYpcYn8b7f G0CLAlfc5QnvF3BgrkjEgKFJvY8SgMnXFFWroq73TGF3fHJwdbfyzmI4gG+2/KfMU2CF 1gVeZ7Uxr1B4sBF+2nYeeN1xXpcR+pgncniNPZUSHXWwIpgim8xewrzmp0P9/tUfoDr5 PyUAOJyKrXAG6Rn05BzMJ/6HYHHryCQw6B+glLEv+MH3Vw/5FHWvyQW/OVs5qtmIGpB3 lpxQ== 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=DSsEi2JoPWNRsH+hXvNqq1V/qVr/q0+A0UFabbDDLto=; b=CdsxjWuVbrskmJoIMSZywdHlxiALzrMrjpqp5tPxDhZ0W0EcYFBb5rNxVXBb2DNL0M sAOL2lzSA2C38fH+TDXulxVf9VVfY5Bm8PRgsRIYt+jxOBRxfN1TWc6dHxvRFOx/v6aG CM0HXIlkjaUSD5FpNj9hKWRtoAlpZgHQFjFBQ/jRRacF0zzS91TASI1SRWXZ5YvdkMaE RMfc8bxz0i6bwNEDb2l/qIEKaFM38c3mOFNYvcRNNHp+DxmIalHEsxQBs6briSNY9zSy tc2I9PkGkiFh50LG0JnwHarrmZMSKE1Pj20u8615YukXzULhjCgGSFqs2m4C6qS8psKP yQyQ== X-Gm-Message-State: AOAM532dr66IJnHTy3xcXhQqpcuPYPOJKcFImdJ4qZQI0myxm3KHdpsE TK9MdYD1PPiPDzKaHdz6RRu187tmibuklFB+A7/27A== X-Google-Smtp-Source: ABdhPJwriH0rHPvHd39ZEC3C07PFdaNt+cM28lWdIEDa67VEiT+QY8HmOfo/1AgO8PfHOKCNyMtlrEuvLkJLgOXK+Sw= X-Received: by 2002:a05:6808:60e:: with SMTP id y14mr17423178oih.162.1637539504647; Sun, 21 Nov 2021 16:05:04 -0800 (PST) MIME-Version: 1.0 References: <20210923065500.2284347-1-daniel@0x0f.com> In-Reply-To: From: Linus Walleij Date: Mon, 22 Nov 2021 01:04:52 +0100 Message-ID: Subject: Re: [PATCH v2 00/11] gpio: msc313: Add gpio support for ssd20xd To: Daniel Palmer Cc: Bartosz Golaszewski , Rob Herring , "open list:GPIO SUBSYSTEM" , pavel@ucw.cz, DTML , linux-arm-kernel , Linux Kernel Mailing List , linux-leds@vger.kernel.org, Romain Perier Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 19, 2021 at 2:12 PM Daniel Palmer wrote: > On Thu, 23 Sept 2021 at 15:55, Daniel Palmer wrote: > > > Daniel Palmer (11): > > dt-bindings: gpio: msc313: Add compatible for ssd20xd > > dt-bindings: gpio: msc313: Add offsets for ssd20xd > > gpio: msc313: Code clean ups > > gpio: msc313: Add support for SSD201 and SSD202D > > Would it be possible to get some comment on these commits and/or get > them picked up? > We (Romain and I) have a few bits that are blocked on this. I think it is usually easier for the maintainers if you don't include the DTS changes in the series. Then we can just apply the whole series, no need to drop the stuff in the tail. The DT bindings sometimes need some slack so the DT people have time to look at them as well. Yours, Linus Walleij