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


Groups > linux.kernel > #1236907

[PATCH 0/5] extcon: gpio: Clean-up code and use the gpiod_* API

From Chanwoo Choi <cw00.choi@samsung.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] extcon: gpio: Clean-up code and use the gpiod_* API
Date 2015-10-01 04:30 +0200
Message-ID <qeBN8-6ZF-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch-set clean up the extcon-gpio driver before supporting the device
tree bindings.

Chanwoo Choi (5):
  extcon: gpio: Use resource managed function for request_irq
  extcon: gpio: Remove duplicate data from struct gpio_extcon_data
  extcon: gpio: Add the missing supported_cable parameter to devm_extcon_dev_allocate()
  extcon: gpio: Fix minor coding style and remove the unused fields.
  extcon: gpio: Use descriptor-based GPIO interface instead of legacy gpio_* API

 drivers/extcon/extcon-gpio.c       | 130 ++++++++++++++++++++-----------------
 include/linux/extcon/extcon-gpio.h |  24 ++-----
 2 files changed, 76 insertions(+), 78 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/5] extcon: gpio: Clean-up code and use the gpiod_* API Chanwoo Choi <cw00.choi@samsung.com> - 2015-10-01 04:30 +0200
  [PATCH 4/5] extcon: gpio: Fix minor coding style and remove the unused  fields. Chanwoo Choi <cw00.choi@samsung.com> - 2015-10-01 04:30 +0200
  [PATCH 5/5] extcon: gpio: Use descriptor-based GPIO interface instead  of legacy gpio_* API Chanwoo Choi <cw00.choi@samsung.com> - 2015-10-01 04:30 +0200

csiph-web