public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
From: Brad Boyer <flar@allandria.com>
To: Finn Thain <fthain@telegraphics.com.au>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] m68k/mac: Allocate IOP message pool and queues dynamically
Date: Mon, 1 Jul 2013 15:48:54 -0700	[thread overview]
Message-ID: <20130701224854.GB12663@cynthia.pants.nu> (raw)
In-Reply-To: <alpine.LNX.2.00.1307011741500.9202@nippy.intranet>

On Mon, Jul 01, 2013 at 05:48:22PM +1000, Finn Thain wrote:
> 
> On Sun, 30 Jun 2013, Brad Boyer wrote:
> 
> > On Sun, Jun 30, 2013 at 12:02:22PM +0200, Geert Uytterhoeven wrote:
> > >  
> > >  	if (iop_scc_present) {
> > >  		printk("IOP: detected SCC IOP at %p\n", iop_base[IOP_NUM_SCC]);
> > > +		alloc_msg_queue(IOP_NUM_SCC);
> > 
> > Technically, this isn't actually useful. As long as we never start this
> > IOP, it can't ever send or be sent any messages.
> 
> That assumes that the SCC IOP is in a stopped state after iop_preinit(). 
> But I don't think that's the case. If it is technically possible to 
> exchange messages with a device in bypass mode (?) then I think the code 
> above is correct.

You're right. The value we write during iop_preinit actually leaves the
IOP running. I'm not sure why we did that. I wonder if it's possible to
put the ISM IOP into bypass mode and still use the ADB driver. Then we
could possibly use the normal SWIM driver on these systems.

> > > @@ -315,6 +307,9 @@ void __init iop_register_interrupts(void)
> > >  		} else {
> > >  			printk("IOP: the ISM IOP seems to be alive.\n");
> > >  		}
> > 
> > The if/else above isn't useful if it is run before the call to 
> > iop_start. However, it's also useless if it is called immediately after 
> > the call to iop_alive which is now below. It was supposed to eventually 
> > be called in the background on a regular schedule, but that never 
> > happened.
> > 
> 
> I agree. That if/else statement and the conditional printk's should be 
> omitted.
> 
> I had thought that in the existing code the interrupt service routine was 
> registered before the call to iop_start() but in fact iop_start() happens 
> first. Looks like a bug to me. The interrupt handler needs to be able to 
> acknowledge unsolicited messages...

Yes, we definitely should install the IRQ handler before calling iop_start.

	Brad Boyer
	flar@allandria.com

  reply	other threads:[~2013-07-01 22:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-30 10:02 [PATCH] m68k/mac: Allocate IOP message pool and queues dynamically Geert Uytterhoeven
2013-07-01  6:52 ` Brad Boyer
2013-07-01  7:48   ` Finn Thain
2013-07-01 22:48     ` Brad Boyer [this message]
2013-07-01  7:46 ` Finn Thain
2013-07-01 21:59   ` Brad Boyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130701224854.GB12663@cynthia.pants.nu \
    --to=flar@allandria.com \
    --cc=fthain@telegraphics.com.au \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox