Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp5040319pxu; Wed, 21 Oct 2020 11:36:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw1Nz2LOMGKfkMoWxIgSSvmrJUeD9aDVQYBDRSUjmgoESLByopQwghjIpimn6h6L2AP6NfZ X-Received: by 2002:a17:906:3294:: with SMTP id 20mr4767420ejw.322.1603305385986; Wed, 21 Oct 2020 11:36:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603305385; cv=none; d=google.com; s=arc-20160816; b=IBDahx7kk2qRRLKYWkcJefyuURRGp5vtLrRwiffVoR608o8utPB1BEEec+mXd6yFO/ /0BjvFYZ+YttMlJ5w3+JiiE5D0pJBvB7XOLMti1fzk+1SCKi/Sq7/wuC0azxVMY8xfIo h6qqu1IOoXfzRl0T+qln/mZDz+1MlOnZJXawvPGNRVkwpuinzlkDAIDEVyWUDSEyXdQn 85B+13Lo8kDPtIxLa2ddQG94AYcx6AVnBpJjrCYXzGLhQlioZD3w3QfI6LuBhbJO7vUV V3g5e6YMcqNLnbYGsu9Dfk4zQFai0fy5INK1QD2oK40ab5vP2WjXEhpyZvT+zc4g6/D1 Ddyw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=3oS7iCl2F+3swHyUBsZ9BADpPUVT017K74XDtbi37vo=; b=mJKqwcBEukYDtnACZeXQxF3mQy/+/j2AOROC4E97bfBSLBBojIAHs61yosG9hKcLb5 A2mwtyMj6atChmr2GhNYUtIlKK3igK6FONihBQ5KGZSxV/OTU+jzSEH6sNmkyI7Ycxv/ 4mizkN5B1mah0U45dMKuFwW09jNXKQujIxwlcgEttyBWRyBcdvuhbWBhG5Wc+fX5u+SV IyCsATW46V+nXR9Fxstr2iUimictkmaZRZFgMWYFC72qY4zK1zJMj2Ne0Kg5FrnQnKGx xExMo4pUho3g0u6+FoC69PHK48iC56aiStDmtdYbpuf2/bdIgQesf4ipw+QRITAIsO10 i2MQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id si11si1868246ejb.693.2020.10.21.11.36.03; Wed, 21 Oct 2020 11:36:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439295AbgJTX2e (ORCPT + 99 others); Tue, 20 Oct 2020 19:28:34 -0400 Received: from cynthia.allandria.com ([50.242.82.17]:41706 "EHLO cynthia.allandria.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2439288AbgJTX2e (ORCPT ); Tue, 20 Oct 2020 19:28:34 -0400 X-Greylist: delayed 2619 seconds by postgrey-1.27 at vger.kernel.org; Tue, 20 Oct 2020 19:28:33 EDT Received: from flar by cynthia.allandria.com with local (Exim 4.84_2) (envelope-from ) id 1kV0N4-00040j-JM; Tue, 20 Oct 2020 15:44:46 -0700 Date: Tue, 20 Oct 2020 15:44:46 -0700 From: Brad Boyer To: Laurent Vivier Cc: Greg KH , linux-kernel@vger.kernel.org, Joshua Thompson , linux-serial@vger.kernel.org, Benjamin Herrenschmidt , linux-m68k@lists.linux-m68k.org, Geert Uytterhoeven , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, Michael Ellerman Subject: Re: [PATCH] serial: pmac_zilog: don't init if zilog is not available Message-ID: <20201020224446.GA15066@allandria.com> References: <20201020162303.1730562-1-laurent@vivier.eu> <20201020162844.GA865546@kroah.com> <468bbbef-4745-3b16-b6f4-30b46ebcdc33@vivier.eu> <20201020173745.GA882703@kroah.com> <387fd2aa-b181-c41f-0581-0a7e79a44e41@vivier.eu> <20201020183246.GA912431@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 20, 2020 at 08:42:53PM +0200, Laurent Vivier wrote: > Le 20/10/2020 ?? 20:32, Greg KH a ??crit??: > > On Tue, Oct 20, 2020 at 08:19:26PM +0200, Laurent Vivier wrote: > >> Le 20/10/2020 ?? 19:37, Greg KH a ??crit??: > >>> Why not fix it to work properly like other arch checks are done > >> I would be happy to do the same. > >> > >>> Put it in a .h file and do the #ifdef there. Why is this "special"? > >> > >> I don't know. > >> > > > > Yup, that would be a good start, but why is the pmac_zilog.h file > > responsible for this? Shouldn't this be in some arch-specific file > > somewhere? > > For m68k, MACH_IS_MAC is defined in arch/m68k/include/asm/setup.h > > If I want to define it for any other archs I don't know in which file we > can put it. > > But as m68k mac is only sharing drivers with pmac perhaps we can put > this in arch/powerpc/include/asm/setup.h? Wouldn't it be better to rearrange this code to only run if the devices are present? This is a macio driver on pmac and a platform driver on mac, so shouldn't it be possible to only run this code when the appropriate entries are present in the right data structures? I didn't look at a lot of the other serial drivers, but some other mac drivers have recently been updated to no longer have MACH_IS_MAC checks due to being converted to platform drivers. Brad Boyer brad@allandria.com