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 BE5C3C61DA4 for ; Wed, 15 Mar 2023 10:15:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232057AbjCOKPk (ORCPT ); Wed, 15 Mar 2023 06:15:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232042AbjCOKPh (ORCPT ); Wed, 15 Mar 2023 06:15:37 -0400 Received: from mail-yb1-xb2c.google.com (mail-yb1-xb2c.google.com [IPv6:2607:f8b0:4864:20::b2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC1AC28D17 for ; Wed, 15 Mar 2023 03:14:57 -0700 (PDT) Received: by mail-yb1-xb2c.google.com with SMTP id i6so18620000ybu.8 for ; Wed, 15 Mar 2023 03:14:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1678875295; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=PuHAtbYWTW6xbphRQ0UVmubUbbrmzEvZg9EDtKN2tX0=; b=hw5X+lY7q6R/R1JcozeqwndOrE/2ThrtZi4MMpN2mGEgFSDgTs2VZBFL3LUo9GUWoB vpYsGHy3sc0+XzT7mnQFb1wa5x/BnslBPny/8knjjZ/51WXoQBmYXnv6WqqyAGjQ3qys IT3yE1Khe0tflDtqilUsYwTfXrYOt1sCyay5HPCs2Rk8oxdWsFsRDYC4aPsvL77+nW7H hAJHZH0ITFjPAxoFhKLWu5UqbgP8umfTCjnl0Z50sae+iuOEFBVfpxIE8916HSQyWyh7 gVKXAasnwhLsztlUzJNxl/kg+xUSJIQ91m01XzrCgYzuQIOewgEeqSbOr9lh9ukBGQad SkqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678875295; h=content-transfer-encoding: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=PuHAtbYWTW6xbphRQ0UVmubUbbrmzEvZg9EDtKN2tX0=; b=Y37ONrLAs0fGU0jOZeWDVKRMqRLf2iTt3dvIkTP4+rXquHHBRjsqLnDFr8SQbPfsYp K9Mh5c4hniNHaMmldPXkb1MkNg8yJ9JT1xk7d5Erf+BeGywOCvLC4/4nhTykQQyLioxh eCyMF5f0Ii6jUVftq8SwQ/tLoa83wcyHxgluN9SHvWArwhUfm0mXmnZGRfHe55K3NqBF rs9LIdb46Wj6HZdKCmpfEQNYtLqrqov4pggxawob8fx6wE625MMQsELJcTmcyMJjkbYm 2dpY8Nc/wAk3QXYw3J9bAbR6JVt+6pt+QUNW2Wu5FsOOTGRiLwi45RkJcH7NW9po4174 rxvw== X-Gm-Message-State: AO0yUKUgSiw8fNa4idgKe8vcme821gu64mfRgnD6BSA+M3vQXxyfRgpe oPqglf0jfCY939g6u25FrBD5bH6Z7YTHcDntuzqndA== X-Google-Smtp-Source: AK7set+rPVJh1mommx+MiSZXhKbPtqCHgOXsenWEXVmlojgyvLjXuIW6mpbV5LyWvVilu4vm1oHMYIbVcuq9QY++rAw= X-Received: by 2002:a5b:c7:0:b0:b3b:d433:b063 with SMTP id d7-20020a5b00c7000000b00b3bd433b063mr3089486ybp.4.1678875294928; Wed, 15 Mar 2023 03:14:54 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Linus Walleij Date: Wed, 15 Mar 2023 11:14:43 +0100 Message-ID: Subject: Re: [PATCH v2 0/6] Migrate IDIO-16 GPIO drivers to regmap API To: Bartosz Golaszewski Cc: broonie@kernel.org, William Breathitt Gray , andriy.shevchenko@linux.intel.com, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 15, 2023 at 11:02=E2=80=AFAM Bartosz Golaszewski wrote: > On Mon, Mar 6, 2023 at 3:13=E2=80=AFPM Linus Walleij wrote: > > > > On Mon, Feb 27, 2023 at 5:54 PM William Breathitt Gray > > wrote: > > > > This looks good to me. > > Reviewed-by: Linus Walleij > > > > Bartosz, of you merge this you can drop the corresponding > > patches to immutable irqchip conversion for these chips > > that I will be posting shortly (currently on the build servers). > > > > Yours, > > Linus Walleij > > Mark, can you provide me with an immutable tag for the regmap tree > containing commit 1/6 from this series, please? I think there will be a conflict with the immutable irq_chip patches that are merged, but maybe the conflict isn't that bad so you can resolve it while applying. Yours, Linus Walleij