From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailserv.intranet.gr (mailserv.intranet.GR [146.124.14.106]) by ozlabs.org (Postfix) with ESMTP id 67975679F9 for ; Thu, 12 May 2005 21:00:25 +1000 (EST) Received: from mailserv.intranet.gr (localhost [127.0.0.1]) by mailserv.intranet.gr (8.13.1/8.13.1) with ESMTP id j4CB4ukL005675 for ; Thu, 12 May 2005 14:05:06 +0300 (EEST) Message-ID: <4283335A.7070209@intracom.gr> Date: Thu, 12 May 2005 13:43:38 +0300 From: Pantelis Antoniou MIME-Version: 1.0 To: Jaap-Jan Boor References: <427F4D41.10908@intracom.gr> <883b9affce23db0859a4619cff66da4e@aimsys.nl> In-Reply-To: <883b9affce23db0859a4619cff66da4e@aimsys.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Tom Rini , linuxppc-embedded Subject: Re: [PATCH] Freescale Ethernet combined driver List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jaap-Jan Boor wrote: > Hi, > > May be a little late (I'm trying to catch up on all mailing list mail) > but I was wondering if the io port handling functions I see now in these > patches > should not be 'atomic'. So toggling MII pins does not interfere with > toggling > e.g. I2C bit-bang interface pins when those pins happen to be on the same > port (A/B/C/D/E). > > best regards, > > Jaap-Jan > > > Jaap-Jan All mii operations are done under a spinlock with interrupts disabled. Regards Pantelis