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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 2A47FC4332B for ; Wed, 17 Mar 2021 19:44:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A50DC64F38 for ; Wed, 17 Mar 2021 19:44:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233277AbhCQTnd (ORCPT ); Wed, 17 Mar 2021 15:43:33 -0400 Received: from mail.kernel.org ([198.145.29.99]:33928 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232738AbhCQTnU (ORCPT ); Wed, 17 Mar 2021 15:43:20 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5C6E164F21; Wed, 17 Mar 2021 19:43:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616010200; bh=PUbMJ0M7lfsvvZpskEAU+Yfv+YAny8f2HXBYZHhkL04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jPo0Ctit5bYMF2SfWVJkP54Qd0Ks5wLYhGYhKPiqerDmFh7mJ+34fWMAKog7rLRKp WOD0CFM5NuwAH0dZoHCUS5yYDTTEudmLA8nlRJ8MDoQnnYd3xZwOiyPM/mb6lJknX3 wFFobIz7LZrYTHXNFknBUzvkGsNiB48+1eANtjUM= Date: Wed, 17 Mar 2021 20:43:15 +0100 From: Greg KH To: Min Li Cc: "derek.kiernan@xilinx.com" , "dragan.cvetic@xilinx.com" , "arnd@arndb.de" , "linux-kernel@vger.kernel.org" , "linux-api@vger.kernel.org" Subject: Re: [PATCH net-next v1] misc: Add Renesas Synchronization Management Unit (SMU) support Message-ID: References: <1616007596-2402-1-git-send-email-min.li.xe@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Wed, Mar 17, 2021 at 07:34:44PM +0000, Min Li wrote: > Hi Greg > > You are right, this is not for the network tree. > > Can you point me to the right tree to base this change for? MAINTAINERS and scripts/get_maintainers.pl is your friend, please look there. thanks, greg k-h