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 A4713EC8747 for ; Thu, 7 Sep 2023 23:57:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235821AbjIGX5G (ORCPT ); Thu, 7 Sep 2023 19:57:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234640AbjIGX5G (ORCPT ); Thu, 7 Sep 2023 19:57:06 -0400 Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC11D9D for ; Thu, 7 Sep 2023 16:57:02 -0700 (PDT) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id CDD205C01B7; Thu, 7 Sep 2023 19:56:59 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 07 Sep 2023 19:56:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; t=1694131019; x=1694217419; bh=+7pgqLGNps7ru 3XDKk84aBvcEHC6gQtbMxC/jw4A3UM=; b=tmruPd0iqZauQz7vC0ffnf8bkuyyC 1ijwwK1IF8Abdh/RdoKapqeCl5xGXIdU/CqSdbEIs64ALcTCqNqeoT5lCCnSUfjf Egfji+KqfLIUvHh9N6sXatwagPs1B172iH4mH6Rc8wx+S3Eq/dlrIFiZXjZkhYhf 9/8phocbzl3QujfJvm8cp3MNkx6LVEOgRuspwuAZKhFc4DcEaI2bsT7EXUNl7aqN +ld1QGq8XlWpr+h5ZFrbOhv86WUNXU3VZmDTlwaECLbgnDSO33ny+iWYerLkddlt D/WXZlfwg8vDiS9BjWSXDsMGIfkqoTcQiAmUYo5bHq26r0NJlj7IGKQlA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrudehiedgvdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvfevufgjkfhfgggtsehttdertddttddvnecuhfhrohhmpefhihhnnhcu vfhhrghinhcuoehfthhhrghinheslhhinhhugidqmheikehkrdhorhhgqeenucggtffrrg htthgvrhhnpeelueehleehkefgueevtdevteejkefhffekfeffffdtgfejveekgeefvdeu heeuleenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe hfthhhrghinheslhhinhhugidqmheikehkrdhorhhg X-ME-Proxy: Feedback-ID: i58a146ae:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 7 Sep 2023 19:56:56 -0400 (EDT) Date: Fri, 8 Sep 2023 09:57:01 +1000 (AEST) From: Finn Thain To: Geert Uytterhoeven cc: linux-m68k@lists.linux-m68k.org, Arnd Bergmann , Michael Schmitz , Philip Blundell , Greg Ungerer , Joshua Thompson , Sam Creasey , Laurent Vivier , linux-kernel@vger.kernel.org Subject: Re: [PATCH 22/52] m68k: atari: Add and use "atari.h" In-Reply-To: <0778d9dd186928666d760d5523c7d2311f781621.1694093327.git.geert@linux-m68k.org> Message-ID: <142e4eb5-b47e-e27c-1be3-bc6c5df889c0@linux-m68k.org> References: <0778d9dd186928666d760d5523c7d2311f781621.1694093327.git.geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-m68k@vger.kernel.org On Thu, 7 Sep 2023, Geert Uytterhoeven wrote: > diff --git a/arch/m68k/atari/atari.h b/arch/m68k/atari/atari.h > new file mode 100644 > index 0000000000000000..494a03ddac3d16ae > --- /dev/null > +++ b/arch/m68k/atari/atari.h > @@ -0,0 +1,15 @@ > +/* SPDX-License-Identifier: GPL-2.0-only */ > + > +struct rtc_time; > + > +/* ataints.c */ > +void atari_init_IRQ(void); > + > +/* atasound.c */ > +void atari_microwire_cmd(int cmd); > +void atari_mksound(unsigned int hz, unsigned int ticks); > + > +/* time.c */ > +void atari_sched_init(void); > +int atari_mste_hwclk(int op, struct rtc_time *t); > +int atari_tt_hwclk(int op, struct rtc_time *t); Wouldn't atariints.h and atarihw.h be more appropriate places for some of these?