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=-8.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 B592DC4338F for ; Mon, 2 Aug 2021 15:18:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 956B960FD8 for ; Mon, 2 Aug 2021 15:18:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234688AbhHBPSa (ORCPT ); Mon, 2 Aug 2021 11:18:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234401AbhHBPS2 (ORCPT ); Mon, 2 Aug 2021 11:18:28 -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 67F64C061760 for ; Mon, 2 Aug 2021 08:18:18 -0700 (PDT) Received: by mail-yb1-xb2c.google.com with SMTP id a93so10858701ybi.1 for ; Mon, 02 Aug 2021 08:18:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=tJ1uiAC38lCN+0H0I78DV/eCZT2iUHzDU8u0RM5YfYA=; b=pLsXyILmbXYu2do4b3rFmOGziHdYL9UNQsLwfWZyIetia3BQXACnMYlnj+w/1n+aQA PFI0mcGUUdVZXRHfFcjwxW2VAuIsf+eLw9zJMbxZ8hwm2Q0wXaGL5pVKD87obS90lRNV dYc0O1b16aaO+HJzeUBovtx+VPXSgMEz1WswnBz8wX+sdqrj+5dmaG+xc697O9Uzsqst UL9fiAWod1DwjvbInUypjuVY0wgmAfrfO79W/OY2gLX+qg+GdWZWSqpLm/YHDguYIRSE IIHzDdo7snt30Yil82D/0tRxuX5F2xSi8tutLG0bc/N5UGaix3U3MDVG96qaZ5V7xbc3 PiZA== 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=tJ1uiAC38lCN+0H0I78DV/eCZT2iUHzDU8u0RM5YfYA=; b=UKqQc9XIJ+hmSMWHQwXxrbjaCCwUXgoFfDOiFhVPVXo61E1xWPrk0MiRfNX48azzXA ZRo5y31ql4cNIlcU3TIoftEJgBYPjv6aL2pJNZpCuUEG6K3PxR2btaBUVUi3XfvpfFnU JUGXeGVMNkJCUe9rAlzIzJOlAlv8UfL/dCoDQ4Y9N0z/dbWHRqM+l9nZ4AOz3ZUWLxmZ QopH64jZ8QMfwNnfZyW/g7oW+eRl8h+0dAFIzh056eIpcEA097TJbjMKc/upoIBZbSH1 OZBIqcMUIJCRUMvxdFVfXvxMzSLdxI8IpxkyBw9bGy6wdgyeYaaiR//zwENMa18eLU+V T30A== X-Gm-Message-State: AOAM530TyxveiBwHRfAPckRWK4IT2doQmDMqD4oXwUtbCIC9mMZSJT6o p6Wn/H4NN6nA5xwq9cFXLtYQtzq7UwlwVjDPpqFnVg== X-Google-Smtp-Source: ABdhPJzGzA4UnM5kRs1UQzFPL8q8WFiZ1p+oa8e0d56G3jdfg33oeS336bhtiTKKz9AVqUc9Dh88DIfJc5L8qiLA+G4= X-Received: by 2002:a25:505:: with SMTP id 5mr21859792ybf.157.1627917497620; Mon, 02 Aug 2021 08:18:17 -0700 (PDT) MIME-Version: 1.0 References: <34be64092b7b4d0c75085a8c729f5f6fcfb56b61.1626429286.git.matthias.schiffer@ew.tq-group.com> In-Reply-To: From: Bartosz Golaszewski Date: Mon, 2 Aug 2021 17:18:06 +0200 Message-ID: Subject: Re: [PATCH v3 1/7] gpio: tqmx86: really make IRQ optional To: Linus Walleij Cc: Matthias Schiffer , Lee Jones , Andrew Lunn , Andy Shevchenko , "open list:GPIO SUBSYSTEM" , linux-kernel Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 23, 2021 at 6:16 PM Linus Walleij wrote: > > On Fri, Jul 16, 2021 at 12:01 PM Matthias Schiffer > wrote: > > > The tqmx86 MFD driver was passing IRQ 0 for "no IRQ" in the past. This > > causes warnings with newer kernels. > > > > Prepare the gpio-tqmx86 driver for the fixed MFD driver by handling a > > missing IRQ properly. > > > > Fixes: b868db94a6a7 ("gpio: tqmx86: Add GPIO from for this IO controller") > > Signed-off-by: Matthias Schiffer > > Reviewed-by: Andrew Lunn > > --- > > > > v2: add Fixes line > > v3: no changes > > Acked-by: Linus Walleij > > I suppose Lee will merge this into MFD with the rest of the patches? > I don't see anything stopping Bart from just merging this one patch > into the GPIO tree though. Only runtime dependencies. > > Yours, > Linus Walleij I applied this patch for fixes and will shortly send a PR with some other fixes to Linus. Bart