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


Groups > linux.kernel > #1231269

[PATCH 0/2] remove unused ACPI GPIO interrupt probing code

From Octavian Purdila <octavian.purdila@intel.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] remove unused ACPI GPIO interrupt probing code
Date 2015-09-23 11:10 +0200
Message-ID <qbOdP-84X-13@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


With the addition of automatically ACPI GPIO assignment to i2c
client->irq we can now remove the code the does the ACPI GPIO probing
for drivers that use a single interrupt.

Tested on hardware only on bmc150-accel, rest of the drivers where
compile tested only.

Octavian Purdila (2):
  iio: fix drivers that use 0 as a valid IRQ in client->irq (part 2)
  iio: remove gpio interrupt probing from drivers that use a single
    interrupt

 drivers/iio/accel/bmc150-accel.c       | 30 --------------------------
 drivers/iio/accel/kxcjk-1013.c         | 34 +----------------------------
 drivers/iio/accel/mma9553.c            | 29 -------------------------
 drivers/iio/accel/stk8312.c            | 30 +-------------------------
 drivers/iio/accel/stk8ba50.c           | 30 +-------------------------
 drivers/iio/imu/kmx61.c                | 28 ------------------------
 drivers/iio/light/stk3310.c            | 39 +---------------------------------
 drivers/iio/magnetometer/bmc150_magn.c | 33 ----------------------------
 drivers/iio/proximity/sx9500.c         |  9 --------
 9 files changed, 4 insertions(+), 258 deletions(-)

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH 0/2] remove unused ACPI GPIO interrupt probing code Octavian Purdila <octavian.purdila@intel.com> - 2015-09-23 11:10 +0200
  [PATCH 2/2] iio: remove gpio interrupt probing from drivers that use a single interrupt Octavian Purdila <octavian.purdila@intel.com> - 2015-09-23 11:10 +0200
    Re: [PATCH 2/2] iio: remove gpio interrupt probing from drivers  that use a single interrupt Bastien Nocera <hadess@hadess.net> - 2015-09-23 11:10 +0200
      Re: [PATCH 2/2] iio: remove gpio interrupt probing from drivers that  use a single interrupt Jonathan Cameron <jic23@kernel.org> - 2015-10-03 12:10 +0200
  [PATCH 1/2] iio: fix drivers that use 0 as a valid IRQ in client->irq (part 2) Octavian Purdila <octavian.purdila@intel.com> - 2015-09-23 11:10 +0200
    Re: [PATCH 1/2] iio: fix drivers that use 0 as a valid IRQ in  client->irq (part 2) Jonathan Cameron <jic23@kernel.org> - 2015-10-03 12:10 +0200

csiph-web