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=-0.8 required=3.0 tests=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 4E6BCC54E4A for ; Tue, 12 May 2020 08:59:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A8DF207FF for ; Tue, 12 May 2020 08:59:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="MqEzPru7" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729241AbgELI7e (ORCPT ); Tue, 12 May 2020 04:59:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726067AbgELI7d (ORCPT ); Tue, 12 May 2020 04:59:33 -0400 Received: from mail-lf1-x135.google.com (mail-lf1-x135.google.com [IPv6:2a00:1450:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6BA1BC061A0E for ; Tue, 12 May 2020 01:59:27 -0700 (PDT) Received: by mail-lf1-x135.google.com with SMTP id d22so3844030lfm.11 for ; Tue, 12 May 2020 01:59:27 -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=FtTPdGUOTolZ1ZLFUQTSg7EYpfQ8425FVj9aTYf/Yu8=; b=MqEzPru7satdnTw4/7xDfRXbz6Jk0vGgsATTZxQc8EEv9xqS1n4RiuwTVNjeDWrZwt fmDIpGEm6Z2rswJ5D5F2nZU+0S3NNAl1YRYlum/bKi2fxyZFm8xCfXBRpc4x9Am1pnqT 1BzCzopxt1ykc4rrprgeriuXXpN7uaYdAC9x5+y3W6ZzY/XFI8OGTddNPQCeaOHxKHTi Ey6sJziXMaz2MMk+lxxq70wpLJdxFfxWYCUe+GInbrfFVc0SPJDdt86hNpDOBJZm0+/p lRK+hDXTXbsJtDIP5Pe33T82nz8SLVWloYW7qgNNGBLDH966uEquC26p1wUe9DaN9bgl LmDA== 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=FtTPdGUOTolZ1ZLFUQTSg7EYpfQ8425FVj9aTYf/Yu8=; b=VWP5qplSrgRkLT/ZmhBcZywEb7FmUeniZ4KjSwWM3hHc01pDmHnXcb+07/dP6nnr8H fdSATNHKildeuvrV4PSfkvO1Reqa0JmTlVNySJjoL20jnpuo01vWShXl7pBtB0MfX2yz X0XAEaaFwplT4Ss4P2v2TKCL8pvBKiZKnzQvw0hTa3TCxJCva6lxxu46FqFDqjqlSPSv Qfl1dWin+UrY+p4ouGU2NWyoiirhRoKbSYYziAmt+Cvbx8VzcrKCFbQeW96Au6HJwS4l 7F9JWb9TssRxR08J3g8uS/TyZaL1C+VVKBNtpVTS3l5q0BvGxn8JCoWsy2NrBdlTT3t8 A9wA== X-Gm-Message-State: AOAM5301yVs6L+gdNs/G4OE7lyMLYLlJ2btpmWJIoNkDSfOlI/Y2i6of EPgVsVjbfyr7KetjlEx0l51nLWyhmeloy0Wf2Jil7g== X-Google-Smtp-Source: ABdhPJxSFhDR275G/NDbPfJQvsucBzf/u54hkaewZOa8qR3685f4JC5VadgrZkHgN/ddRrcZHMZHedHvoJkYT7zQSIc= X-Received: by 2002:ac2:4945:: with SMTP id o5mr13830411lfi.21.1589273964850; Tue, 12 May 2020 01:59:24 -0700 (PDT) MIME-Version: 1.0 References: <20200511143512.GA11655@black.fi.intel.com> In-Reply-To: <20200511143512.GA11655@black.fi.intel.com> From: Linus Walleij Date: Tue, 12 May 2020 10:59:13 +0200 Message-ID: Subject: Re: [GIT PULL] intel-gpio for 5.8-1 To: Andy Shevchenko Cc: Linux GPIO , Bartosz Golaszewski Content-Type: text/plain; charset="UTF-8" Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, May 11, 2020 at 4:35 PM Andy Shevchenko wrote: > Intel GPIO fixes and cleanups so far for v5.8-rc1. I don't expect something > coming soon into that cycle. Pulled in! Thanks for excellent work as usual. Yours, Linus Walleij