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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCDFFC433FE for ; Sun, 24 Oct 2021 21:34:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A104C60FE7 for ; Sun, 24 Oct 2021 21:34:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231479AbhJXVg6 (ORCPT ); Sun, 24 Oct 2021 17:36:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231394AbhJXVg6 (ORCPT ); Sun, 24 Oct 2021 17:36:58 -0400 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13787C061764 for ; Sun, 24 Oct 2021 14:34:37 -0700 (PDT) Received: by mail-lf1-x132.google.com with SMTP id t9so8563648lfd.1 for ; Sun, 24 Oct 2021 14:34:36 -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=ZPW7xjaRp4Hr+hJkHCqWII1gH67HS4t+IkCZy7aFFFc=; b=GGQ8UArU56cB+RD+AoCYyoP3l+siFbiwdTtCXNqsFe7Zc2KxwKhe9naYVlzQmG1AsF cyfhgKVfYMm6vS97ynkA9MyT3M8kV+JDkML0JVG9gwsicuCK1I5UIRDq5l3AzgOKfzeK hac4/JABp3qj4ajJt+8KDpPo+vlvcmjOx5Ex5C7KY/u+o6+91jk6kv7BKsa/ID8gR26o ipoAt1uPafBDAS4nwVvAtMHU03m4DAvmHZM2tT17wLilrGTVrZmnY3IQa5YsX0NvytzQ vM57gVSehavr0lHOyV6Xe8CgLsLXxnEEgv7KlqoaPzkXCcCTMevL0a+6Nwvwy5e2SNqZ EpIw== 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=ZPW7xjaRp4Hr+hJkHCqWII1gH67HS4t+IkCZy7aFFFc=; b=N08oGd7FPt5uvlfH0JKWQJbC0U/HfYlD/pM+9AVdib923diKo91zkYf2xPL2FLc+vz 6kRL2Mo2uN9j10R0q49NovNWrEt7gXdzAbMAVSnSxfKzRcHcJAxWiy8Cr/ZFeLv21TGu Yt+WwI+HxBZILNSP4BYxCionF+Iav8MrvbW3xNLZ7Z/dzoKuCb/UvguQ0ok57kScB3+6 877EweOTBL6eAcT1GLVPwVA+FLuAvgEVGne/O0H9plOFHcb+efRot1cc980Q3juaAybb pi37TkygR+ZIosBoHy3uPjRrxFffZZBMcTbBnhtmOhU2mTirv/HgXE12GxGHAKryxaMV +wIQ== X-Gm-Message-State: AOAM531iyUTzyILSMFgfDdAUqtdPAbpwqGQwau7npdh8PnBVZ4Twqn10 YtssgHt9vLZFU+TWMyNpqLzIlu7GDalaKyG+x4t49A== X-Google-Smtp-Source: ABdhPJzQFEsPjqi9ritYdnxfHCq3a6oU++3lC2ldocq8lg2iM+o9YuX9jBIGxGJrQoDOE3sdVW1QNhci37L3+Cjz9Es= X-Received: by 2002:ac2:430d:: with SMTP id l13mr6578344lfh.656.1635111275299; Sun, 24 Oct 2021 14:34:35 -0700 (PDT) MIME-Version: 1.0 References: <20211024101838.43107-1-joey.gouly@arm.com> In-Reply-To: <20211024101838.43107-1-joey.gouly@arm.com> From: Linus Walleij Date: Sun, 24 Oct 2021 23:34:24 +0200 Message-ID: Subject: Re: [PATCH v4 0/5] pinctrl/GPIO driver for Apple SoCs To: Joey Gouly Cc: "open list:GPIO SUBSYSTEM" , Hector Martin , Marc Zyngier , Alyssa Rosenzweig , Sven Peter , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Rob Herring , Mark Kettenis , nd Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Oct 24, 2021 at 12:19 PM Joey Gouly wrote: > Here is the v4 patchset for the Apple pinctrl/GPIO driver. I'll wait for Marc Z:s comment on the irqchip instances, I'm lost myself, I always solved it with per-instance irqchips. Otherwise the patch series looks good to me, if Marcan ACKs it too I am ready to merge them! Yours, Linus Walleij