From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752196AbbESEdo (ORCPT ); Tue, 19 May 2015 00:33:44 -0400 Received: from ozlabs.org ([103.22.144.67]:59007 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750742AbbESEdl (ORCPT ); Tue, 19 May 2015 00:33:41 -0400 Message-ID: <1432010019.8339.4.camel@ellerman.id.au> Subject: Re: [PATCH v4 4/9] hvc: Convert to using interrupts instead of opal events From: Michael Ellerman To: Alistair Popple Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Tue, 19 May 2015 14:33:39 +1000 In-Reply-To: <1431662804-16851-5-git-send-email-alistair@popple.id.au> References: <1431662804-16851-1-git-send-email-alistair@popple.id.au> <1431662804-16851-5-git-send-email-alistair@popple.id.au> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2015-05-15 at 14:06 +1000, Alistair Popple wrote: > Convert the opal hvc driver to use the new irqchip to register for > opal events. As older firmware versions may not have device tree > bindings for the interrupt parent we just use a hardcoded hwirq based > on the event number. This is still breaking the mambo skiboot test for me. Nothing obvious on the console cheers