From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753311AbcJMJbZ (ORCPT ); Thu, 13 Oct 2016 05:31:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60344 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753226AbcJMJbR (ORCPT ); Thu, 13 Oct 2016 05:31:17 -0400 From: Benjamin Tissoires To: Jiri Kosina , Mika Westerberg Cc: David Arcari , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Tiny modification of i2c-hid Date: Thu, 13 Oct 2016 11:30:43 +0200 Message-Id: <1476351045-8829-1-git-send-email-benjamin.tissoires@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 13 Oct 2016 09:30:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jiri, David and I are facing an issue in RHEL with the HP Zbook 15 Studio mWS. This laptops uses the pinctrl-sunrisepoint controller for the GPIOs and it failed on RHEL. We found out what the issue was, but in the meantime realized that part of the code we have in i2c-hid is not required anymore. The actual issue is fixed here: https://lkml.org/lkml/2016/10/12/493 but it would be more convenient (for us) and cleaner (fo everybody) to just remove the extra boiler-plate in i2c-hid and let i2c-core handling the attributions of the IRQ. Cheers, Benjamin David Arcari (2): Revert "HID: i2c-hid: Add support for ACPI GPIO interrupts" HID: i2c-hid: exit if the IRQ is not valid drivers/hid/i2c-hid/i2c-hid.c | 78 ++++++++++++++----------------------------- 1 file changed, 25 insertions(+), 53 deletions(-) -- 2.7.4