From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: Regression in v4.2-rc1 caused by hierarchical irqdomain changes Date: Mon, 27 Jul 2015 16:21:07 +0100 Message-ID: <20150727152107.GA3571@codeblueprint.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jiang Liu Cc: Thomas Gleixner , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "H. Peter Anvin" , Ingo Molnar , Wolfram Sang , linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-i2c@vger.kernel.org A git bisect just pointed me at commit d32932d02e18 ("x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces") as the reason for why the trackpad on my Dell XPS13 is no longer working with v4.2-rc1. I'm now seeing the following errors when booting, [ 1.615017] i2c_designware INT3433:00: controller timed out [ 1.642496] i2c_designware INT3433:00: timeout in disabling adapter [ 1.642500] i2c_hid i2c-DLL0665:01: hid_descr_cmd failed I tried commit d32932d02e18~1, which works, and things definitely break starting with commit d32932d02e18. Any suggestions or requests to try and diagnose why the irqdomain changes broke this i2c controller driver? -- Matt Fleming, Intel Open Source Technology Center From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753989AbbG0PVO (ORCPT ); Mon, 27 Jul 2015 11:21:14 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:38469 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753788AbbG0PVL (ORCPT ); Mon, 27 Jul 2015 11:21:11 -0400 Date: Mon, 27 Jul 2015 16:21:07 +0100 From: Matt Fleming To: Jiang Liu Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, "H. Peter Anvin" , Ingo Molnar , Wolfram Sang , linux-i2c@vger.kernel.org Subject: Regression in v4.2-rc1 caused by hierarchical irqdomain changes Message-ID: <20150727152107.GA3571@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A git bisect just pointed me at commit d32932d02e18 ("x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces") as the reason for why the trackpad on my Dell XPS13 is no longer working with v4.2-rc1. I'm now seeing the following errors when booting, [ 1.615017] i2c_designware INT3433:00: controller timed out [ 1.642496] i2c_designware INT3433:00: timeout in disabling adapter [ 1.642500] i2c_hid i2c-DLL0665:01: hid_descr_cmd failed I tried commit d32932d02e18~1, which works, and things definitely break starting with commit d32932d02e18. Any suggestions or requests to try and diagnose why the irqdomain changes broke this i2c controller driver? -- Matt Fleming, Intel Open Source Technology Center