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 1D86DC4332F for ; Thu, 20 Oct 2022 11:36:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231387AbiJTLgO (ORCPT ); Thu, 20 Oct 2022 07:36:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230373AbiJTLgN (ORCPT ); Thu, 20 Oct 2022 07:36:13 -0400 Received: from mail-ua1-x931.google.com (mail-ua1-x931.google.com [IPv6:2607:f8b0:4864:20::931]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 366A11D8195 for ; Thu, 20 Oct 2022 04:36:08 -0700 (PDT) Received: by mail-ua1-x931.google.com with SMTP id n5so316573uap.2 for ; Thu, 20 Oct 2022 04:36:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=bCXFh9tQMau2zuQ/4jq3bYN0Iw2TJC0EDk+18Y1jkuU=; b=QoWSedfdZ0oQyH/XZ5dKVGcVn+6zMlyC/aYPhxzE0T9gdlJGi0SlQPHGzjpwSs/+oa XMfTIslQqM13q6AN+Ol1S8tCvwy7N4DLq30ch4wRUgr465De65I5P18TFVvbTrnxsxId KFBy6Q+UuU/KL8jvauqQiRkF/clYUKhI42LObnEIXdq0xjXo2VzkrWFr9Wbv1bp3JDDq sxn/cOOFJE8dfNgvaj/He0aRCPk/P/GfaCrpHE2o0gKE6ZTHtBhsKa3HzQpAH1437hi6 sFvz24/D0sIi86+wNISkUBg/KZoQxpcAG7EcSfE+hQrhYQkg1muI5R15L3RH9BPGwzsD r6qA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=bCXFh9tQMau2zuQ/4jq3bYN0Iw2TJC0EDk+18Y1jkuU=; b=paQcovo976dnLsqlvYfWkuIGRLdHO+iCMLEkiamOPvIYY9RPJCFTnVnojXsD1S4Uc1 P6jWtticQQF0utsZm4T8YFQNqQHcpHZZIxlXnHCyeZzv7DQvSQp+bIprVqJzJuQmejuf TqCksLyAt4eEKZoTnoheZanxM611JPpTnt1vCzWjMAan6sGpn+mRUF5ehEMD2Fql9/EJ 2m0tecur+4sT0ndZEexJaneDk30EzU+PIpxJoi0P9J2/unipvucF7ESeGAx74HlOKutw 2zNM2mMEkbJkLNmJeMwTLXRW/HGdD7Tpz5P+9LhF3GzVq6Id6x7D+4Wf7TCrZDKvUCqu h8Cw== X-Gm-Message-State: ACrzQf00s4vQbUNiIiEfmbxESZztJ1oGxpA93c+gvK+27KP4BxoOaP+J 6Sy97TXD3fJR/b4XfYQXWafsDwdINOxcyn1JPHtvUA== X-Google-Smtp-Source: AMsMyM4LS7uotw/yDnkng36Pe4R78cFUD1rCxM5aGjUjfbQmaYNVT29n8aO3i9pJSJ5uGNtaV01Y6pj7gVKPC3a/OVA= X-Received: by 2002:a05:6102:21cf:b0:3a7:d55d:37a2 with SMTP id r15-20020a05610221cf00b003a7d55d37a2mr6272955vsg.61.1666265766731; Thu, 20 Oct 2022 04:36:06 -0700 (PDT) MIME-Version: 1.0 References: <20221019144119.3848027-1-arnd@kernel.org> <20221019150410.3851944-1-arnd@kernel.org> <20221019150410.3851944-11-arnd@kernel.org> In-Reply-To: <20221019150410.3851944-11-arnd@kernel.org> From: Bartosz Golaszewski Date: Thu, 20 Oct 2022 13:35:56 +0200 Message-ID: Subject: Re: [PATCH 11/17] gpio: remove iop driver To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Linus Walleij , linux-kernel@vger.kernel.org, Arnd Bergmann , Lennert Buytenhek , linux-gpio@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Oct 19, 2022 at 5:14 PM Arnd Bergmann wrote: > > From: Arnd Bergmann > > The iop32x platform was removed, and its gpio driver is now > orphaned. > > Cc: Lennert Buytenhek > Signed-off-by: Arnd Bergmann > --- Acked-by: Bartosz Golaszewski