Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1500123

[PATCH 0/2] Tiny modification of i2c-hid

From Benjamin Tissoires <benjamin.tissoires@redhat.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Tiny modification of i2c-hid
Date 2016-10-13 11:40 +0200
Message-ID <srKEx-1EP-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Tiny modification of i2c-hid Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-10-13 11:40 +0200
  [PATCH 1/2] Revert "HID: i2c-hid: Add support for ACPI GPIO interrupts" Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-10-13 11:40 +0200
    Re: [PATCH 1/2] Revert "HID: i2c-hid: Add support for ACPI GPIO  interrupts" Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-10-13 12:30 +0200
  Re: [PATCH 0/2] Tiny modification of i2c-hid Benjamin Tissoires <benjamin.tissoires@redhat.com> - 2016-10-14 16:00 +0200
  Re: [PATCH 0/2] Tiny modification of i2c-hid Jiri Kosina <jikos@kernel.org> - 2016-10-14 16:00 +0200
  Re: [PATCH 0/2] Tiny modification of i2c-hid Jiri Kosina <jikos@kernel.org> - 2016-10-14 16:10 +0200

csiph-web