From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brad Boyer Subject: Re: iop_msg_pool Date: Sun, 30 Jun 2013 23:57:13 -0700 Message-ID: <20130701065713.GB8425@cynthia.pants.nu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from cynthia.allandria.com ([76.245.85.235]:60795 "EHLO cynthia.pants.nu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752786Ab3GAHhl (ORCPT ); Mon, 1 Jul 2013 03:37:41 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Finn Thain Cc: Geert Uytterhoeven , Linux/m68k On Sat, Jun 29, 2013 at 02:47:34PM +1000, Finn Thain wrote: > The devices attached to the IOPs are SWIM, SCC and ADB. iop_preinit() > places the SCC channel in bypass mode, so we don't need iop_init() to use > the SCC. ADB doesn't start until device_initcall(adb_init). It could become more complicated if we started using the SCC IOP and wanted to be able to do serial console, although I suppose we could use bypass mode until the real driver is loaded later and switch at runtime. It would make some things messy but might still be simpler than complicating this part of the code. Brad Boyer flar@allandria.com