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


Groups > linux.kernel > #1352950

[PATCH 0/5] gpio: of: Add error handling and support for multiple gpio in gpio-hog

From Laxman Dewangan <ldewangan@nvidia.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] gpio: of: Add error handling and support for multiple gpio in gpio-hog
Date 2016-03-08 13:20 +0100
Message-ID <raoMi-Hp-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series enhance the error print by adding error number in print message,
handle the error if gpio_hogd() fails and returns error to caller, and
add the support of multiple GPIOs to be passed from property "gpios" under
gpio hogd node.

Laxman Dewangan (5):
  gpio: of: Scan available child node for gpio-hog
  gpio: gpiolib: Print error number if gpio hog failed
  gpio: of: Return error if gpio hog configuration failed
  gpio: of: Add support to have multiple gpios in gpio-hog
  gpio: DT: Rephrase property "gpios" of hog node to support multiple
    gpios

 Documentation/devicetree/bindings/gpio/gpio.txt |  6 +-
 drivers/gpio/gpiolib-of.c                       | 73 +++++++++++++++++++------
 drivers/gpio/gpiolib.c                          |  9 +--
 3 files changed, 63 insertions(+), 25 deletions(-)

-- 
2.1.4

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


Thread

[PATCH 0/5] gpio: of: Add error handling and support for multiple gpio in gpio-hog Laxman Dewangan <ldewangan@nvidia.com> - 2016-03-08 13:20 +0100
  [PATCH 3/5] gpio: of: Return error if gpio hog configuration failed Laxman Dewangan <ldewangan@nvidia.com> - 2016-03-08 13:20 +0100
    Re: [PATCH 3/5] gpio: of: Return error if gpio hog configuration  failed Thierry Reding <treding@nvidia.com> - 2016-03-08 15:30 +0100
    Re: [PATCH 3/5] gpio: of: Return error if gpio hog configuration  failed Stephen Warren <swarren@wwwdotorg.org> - 2016-03-09 18:20 +0100
      Re: [PATCH 3/5] gpio: of: Return error if gpio hog configuration  failed Laxman Dewangan <ldewangan@nvidia.com> - 2016-03-10 08:20 +0100

csiph-web