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.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 53341C433DF for ; Sat, 22 Aug 2020 12:48:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 271F0207CD for ; Sat, 22 Aug 2020 12:48:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598100481; bh=bAJMzC297RSNvnS+KubnO+QEOy7vDWbN3uDCkxE6IRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pvg/1UXcfNclq9laeR/LheXJ9OLuUz/fx2yf0l+RyLLd4ZHAv/UfVvIemqP0tcX3U JaICU8NlTUC4zsDH4aq4uo+UN5cOskCN2zAxnjl1lhFXauY2wP/8QMf0fmwnoS3XPv Qb7sX8X9slZ1CjYR8+XKyWTK2hkoYo97t5uCk56g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727979AbgHVMsA (ORCPT ); Sat, 22 Aug 2020 08:48:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:37702 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727827AbgHVMsA (ORCPT ); Sat, 22 Aug 2020 08:48:00 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 023FD2072D; Sat, 22 Aug 2020 12:47:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598100479; bh=bAJMzC297RSNvnS+KubnO+QEOy7vDWbN3uDCkxE6IRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i99FZ7U+HsPIslKptQRSOfRrX5oV07MAhU/rP7AjT8wiC8JSvRBn6UgAHoEy7xY05 S28JvUPeRodczgj1OeMxUlwMKqO0ZBNiDxA9iXWwKVslli0gOTdTwqqVZg7iIHITgw Pkrnf1xwoaBmb9MDcRK0c8pkU17mq6NX6MUbsMqw= Date: Sat, 22 Aug 2020 20:47:54 +0800 From: Shawn Guo To: Sebastian Reichel Cc: Sebastian Reichel , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCHv1] ARM: dts/imx6q-bx50v3: Add IRQ support for internal switch Message-ID: <20200822124753.GA30094@dragon> References: <20200805135817.391409-1-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200805135817.391409-1-sebastian.reichel@collabora.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Aug 05, 2020 at 03:58:17PM +0200, Sebastian Reichel wrote: > This adds missing interrupt support for the internal Marvell > switch, so that the kernel does not have to keep polling the > PHYs on the bit-banged MDIO bus all the time. > > Signed-off-by: Sebastian Reichel Changed subject prefix to 'ARM: dts: imx6q-bx50v3: ...', and applied the patch. Shawn