From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4DBD6F87.1080002@domain.hid> Date: Sun, 01 May 2011 16:34:47 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4DB8149A.7080600@domain.hid> <4DB83CBE.5040007@domain.hid> <4DB94BA0.1020503@domain.hid> <4DB94C9C.7080904@domain.hid> <4DB991E6.90403@domain.hid> <4DB99E47.7000904@domain.hid> <4DB9B978.2010200@domain.hid> <4DB9C0D3.4030003@domain.hid> <4DBA9C26.2040903@domain.hid> <4DBAA1DE.4000108@domain.hid> <4DBBDCA9.1040609@domain.hid> <4DBC6D98.2070306@domain.hid> <4DBC8EEF.40109@domain.hid> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Adeos-main] Ipipe hangs on ARM MINI2440 after switching clocksource List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Galakhov Cc: adeos-main@gna.org On 05/01/2011 04:23 PM, Alexey Galakhov wrote: > 2011/5/1 Gilles Chanteperdrix > >> >> There is a bug in ipipe_tsc_update for decrementers. The all-in-one patch I >> would like you to try is: >> >> > This hangs ("infinite IRQs 30,37" symptom). It works fine after re-applying > this: > - set_irq_handler(irqno, handle_edge_irq); > + set_irq_handler(irqno, handle_level_irq); > > Seems that handle_edge_irq is broken while handle_level_irq works just fine. > > Now the board seems to work. At least, there are no obvious hangups. Thanks! Ok. I am going to merge the three changes. Thanks for your patience. -- Gilles.