From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaro Koskinen Subject: [BISECTED] 3.10-rc1 OMAP1 GPIO IRQ regression Date: Mon, 13 May 2013 23:53:02 +0300 Message-ID: <20130513205302.GA3157@blackmetal.musicnaut.iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, Jon Hunter , Grant Likely , Tony Lindgren List-Id: linux-omap@vger.kernel.org Hi, I tested 3.10-rc1 on OMAP1 / Nokia 770, and Retu MFD probe is broken: [ 2.264221] retu-mfd 2-0001: Retu v3.2 found [ 2.281951] retu-mfd 2-0001: Failed to allocate IRQs: -12 [ 2.300140] retu-mfd: probe of 2-0001 failed with error -12 The error is coming from regmap code. According to git bisect, it is caused by: commit ede4d7a5b9835510fd1f724367f68d2fa4128453 Author: Jon Hunter Date: Fri Mar 1 11:22:47 2013 -0600 gpio/omap: convert gpio irq domain to linear mapping The commit does not anymore revert cleanly, and I haven't yet tried crafting a manual revert, so any fix proposals/ideas are welcome... Thanks, A. From mboxrd@z Thu Jan 1 00:00:00 1970 From: aaro.koskinen@iki.fi (Aaro Koskinen) Date: Mon, 13 May 2013 23:53:02 +0300 Subject: [BISECTED] 3.10-rc1 OMAP1 GPIO IRQ regression Message-ID: <20130513205302.GA3157@blackmetal.musicnaut.iki.fi> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, I tested 3.10-rc1 on OMAP1 / Nokia 770, and Retu MFD probe is broken: [ 2.264221] retu-mfd 2-0001: Retu v3.2 found [ 2.281951] retu-mfd 2-0001: Failed to allocate IRQs: -12 [ 2.300140] retu-mfd: probe of 2-0001 failed with error -12 The error is coming from regmap code. According to git bisect, it is caused by: commit ede4d7a5b9835510fd1f724367f68d2fa4128453 Author: Jon Hunter Date: Fri Mar 1 11:22:47 2013 -0600 gpio/omap: convert gpio irq domain to linear mapping The commit does not anymore revert cleanly, and I haven't yet tried crafting a manual revert, so any fix proposals/ideas are welcome... Thanks, A.