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 09BC9C433DB for ; Mon, 4 Jan 2021 09:00:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C6680207B6 for ; Mon, 4 Jan 2021 09:00:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726745AbhADJAK (ORCPT ); Mon, 4 Jan 2021 04:00:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726602AbhADJAJ (ORCPT ); Mon, 4 Jan 2021 04:00:09 -0500 Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E366C061574 for ; Mon, 4 Jan 2021 00:59:22 -0800 (PST) Received: by mail-lf1-x12e.google.com with SMTP id o17so62619344lfg.4 for ; Mon, 04 Jan 2021 00:59:22 -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=05t36dGE9bZNKvTJSmUC2VCNwPOgDHBT4ilFLddS6AM=; b=rTdYfDoUNDEk9t81dezSnY0Y4BW9TKYrS/vndmeU++wFLQO+d656xBvytl+DkGaGkp S71eysWt6txbLaKIHAllq7ncHU22bs1X9Ght3X+LGCknZHS85Lh8s6R5F12XigpOlXuB LKcahK8O/RwdVrz4B4mDF41WUxI2oR4Lr+20mqTbiLzk003g+LF9v7BqlcnHDvGXINTA 2jY/4uZ2jtmKUzel8NOf+GmyKJMXvOfneJ2X60n+5lnv5YQsQ133LIdFtKrdX5y4C43G VvpkyqAO4t5UB5NGOAhBXH/Q031cZzaB+xIlrnlHnwtDYH7WSIQZKv6998bLMdyQNesc RWgg== 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=05t36dGE9bZNKvTJSmUC2VCNwPOgDHBT4ilFLddS6AM=; b=TlHfDy5qGxDPnTn0SfVy49fw6Yi61omSFJJeAKzkk2na+Ijfc6wz3fir5Q8sBM+WPD QZ/PqV9I3PLFixtetVXlLWcAOEdyLNr3vTp6rTN/0KCNh09ub9fPooldBhIhyH/xaBE5 WhzBQfRRm6GSzi9Y4eF/o2rHaleEjleEGik/rFtl6GHKOuhcWAQ3gBPggIeNBcrP1YIS mD4WhEXDGhDoLkXCSCvNWsU+/nnhxPxyfgyqCTCl2npMJbZJh9YMwFyy8GtO3o8cuceV Ts7WuQ+QT9XwJgA4hcJyspNmk6hv5p6ApIr76DYC1+MT20OBQJFoX9lqqffJQhLm9gYi IJQA== X-Gm-Message-State: AOAM533tKup5DkzRfsbKRySTglm+GSNppNOAYJtb2yUzo5MeF963B06V RWkThp2W1+OWwanKnou9gCRpAcQ/+R3D0vqXyF4UZQ== X-Google-Smtp-Source: ABdhPJwH+5EgjAH8XKKrWcsfJ2KYxTX6etw+GRpnp/HJsQqGleG+/kA56Pt1S9klS0Hk+rWCSvaUYwG7SApBeHC3QbM= X-Received: by 2002:ac2:5597:: with SMTP id v23mr24951562lfg.649.1609750761149; Mon, 04 Jan 2021 00:59:21 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Linus Walleij Date: Mon, 4 Jan 2021 09:59:10 +0100 Message-ID: Subject: Re: [PATCH v4 0/3] gpio: mvebu: Armada 8K/7K PWM support To: Baruch Siach Cc: Thierry Reding , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Lee Jones , Bartosz Golaszewski , Rob Herring , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Thomas Petazzoni , Chris Packham , Sascha Hauer , Ralph Sennhauser , linux-pwm@vger.kernel.org, "open list:GPIO SUBSYSTEM" , Linux ARM , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org Hi Baruch, this series seem to have missed the previous merge window due to remaining comments, will you rebase on v5.11-rc1 and resend them? Yours, Linus Walleij