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 052A6C4332F for ; Thu, 7 Apr 2022 07:32:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241825AbiDGHew (ORCPT ); Thu, 7 Apr 2022 03:34:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241818AbiDGHev (ORCPT ); Thu, 7 Apr 2022 03:34:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4958FC55BF for ; Thu, 7 Apr 2022 00:32:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D134E61DFF for ; Thu, 7 Apr 2022 07:32:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1BC6C385A9; Thu, 7 Apr 2022 07:32:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649316770; bh=KrmRRe8ciCZOCEgUUIHlsuFPeexVxTNMqHB2EXb7KEw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=AkSP6YgUpgKM6oqcbrcMD3LbH83t3YwKc2okvypxzbINvpbCsX1OBDEbScBaJqtvT KcDp4VeyYyRLODrkzrIGWPunjSeQeyN+NJKs0vyGo7AryuHyITQLGlIbv+M4yEiYUl 4C3Gd6skWc0V6l3gLXuFB97MoTe4Mfzx506OdYv2kJZHWMvwnjcmSVWuxS3CQj/xEd v5tLh6W1V9Q9b6s7FBI0COV6CPG9HOG/Ysp9GmPSWP3hrjQfOa5tFh7CRQKaTuTu9k 1Ef8bO/3k8oSnaK8xcbnaYEBF41OMtfr1p3bUjE0vJxqVPmedM3UVNJoRvkHdzh1U0 CEvJ+3eyC9aUA== Received: from sofa.misterjones.org ([185.219.108.64] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ncMdL-002OPR-KA; Thu, 07 Apr 2022 08:32:47 +0100 Date: Thu, 07 Apr 2022 08:32:47 +0100 Message-ID: <87k0c1bb6o.wl-maz@kernel.org> From: Marc Zyngier To: Linus Walleij Cc: linux-gpio@vger.kernel.org, Bartosz Golaszewski , Thomas Gleixner Subject: Re: [PATCH] irq/gpio: ixp4xx: Drop boardfile probe path In-Reply-To: <20220406205327.2332687-1-linus.walleij@linaro.org> References: <20220406205327.2332687-1-linus.walleij@linaro.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: linus.walleij@linaro.org, linux-gpio@vger.kernel.org, brgl@bgdev.pl, tglx@linutronix.de X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, 06 Apr 2022 21:53:27 +0100, Linus Walleij wrote: > > The boardfiles for IXP4xx have been deleted. Delete all the > quirks and code dealing with that boot path and rely solely on > device tree boot. > > Fix some missing static keywords that the kernel test robot > was complaining about while we're at it. > > Cc: Marc Zyngier > Cc: Bartosz Golaszewski > Signed-off-by: Linus Walleij > --- > I don't know if this is best to merge into the GPIO or IRQ > tree, maybe GPIO as I sent another patch to GPIO and Marc > sent some IRQ rework for GPIO as well? Feel free to route it via the GPIO tree with my Acked-by: Marc Zyngier Thanks, M. -- Without deviation from the norm, progress is not possible.