linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-24 18:55:21 to 2013-09-08 00:52:03 UTC [more...]

"Virtual" Interrupts -- Need help please
 2013-09-08  0:52 UTC  (2+ messages)

[PATCH 1/3] gpiolib: Downgrade set_debounce() missing operation warning
 2013-09-07 13:10 UTC  (5+ messages)
` [PATCH 2/3] gpiolib: Provide helper macros for logging of GPIO events
` [PATCH 3/3] gpiolib: Include GPIO label in log messages for GPIOs

[PATCH 1/2] gpio: Fix crash in gpiod_set_debounce()
 2013-09-06  8:55 UTC  (8+ messages)
` [PATCH 2/2] gpio: Use proper indentation

[PATCH v4 0/3] cleanup of gpio_pcf857x.c
 2013-09-06  1:17 UTC  (5+ messages)
` [PATCH v3 1/3] gpio: pcf857x: change to devm_request_threaded_irq
` [PATCH v3 2/3] gpio: pcf857x: remove the irq_demux_work and gpio->irq
` [PATCH v3 3/3] gpio: pcf857x: call the gpio user handler iff gpio_to_irq is done

[RFC 0/5] New descriptor-based GPIO interface
 2013-09-05  3:45 UTC  (10+ messages)
` [RFC 1/5] gpiolib: factorize gpiod_get/set functions
` [RFC 2/5] gpiolib: export descriptor-based GPIO interface
` [RFC 3/5] gpiolib: port of_ functions to use gpiod
` [RFC 4/5] gpiolib: add gpiod_get() and gpiod_put() functions
` [RFC 5/5] gpiolib: update documentation

[PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs
 2013-09-04 20:18 UTC  (23+ messages)

[PATCH] gpio: return -ENOTSUPP if debounce cannot be set
 2013-09-04 12:23 UTC 

[patch] gpiolib: unlock on error in gpiod_set_debounce()
 2013-09-04  5:51 UTC  (2+ messages)

Commit "gpio: improve error path in gpiolib" causes hang on mx6
 2013-09-04  5:44 UTC  (3+ messages)

[PATCH] emev2: GPIOLIB: Enable support for OF
 2013-09-04  5:07 UTC  (6+ messages)
        ` (unknown),

[PATCH] gpio: gpiolib: Fix error path in gpiod_set_debounce()
 2013-09-03 20:45 UTC 

RESEND: Generating interrupts from a USB device driver?
 2013-09-03 20:00 UTC  (6+ messages)
  ` RESEND: Generating interrupts from a USB device driver? (USB to SPI/GPIO bridge)

[PATCH] gpio: palmas: add support for TPS80036
 2013-09-03 14:28 UTC 

[PATCH v2] gpio: interrupt consistency check for OF GPIO IRQs
 2013-09-03 12:28 UTC  (26+ messages)

[PATCH] gpio: improve error path in gpiolib
 2013-09-02  8:39 UTC 

[PATCH v3 0/3] cleanup of gpio_pcf857x.c
 2013-09-02  7:20 UTC  (6+ messages)
` [PATCH v3 1/3] gpio: pcf857x: change to devm_request_threaded_irq
` [PATCH v3 2/3] gpio: pcf857x: remove the irq_demux_work
` [PATCH v3 3/3] gpio: pcf857x: call the gpio user handler iff gpio_to_irq is done

[PATCH v2 0/3] cleanup of gpio_pcf857x.c
 2013-09-02  2:02 UTC  (6+ messages)
` [PATCH v2 1/3] gpio: pcf857x: change to devm_request_threaded_irq
` [PATCH v2 2/3] gpio: pcf857x: remove the irq_demux_work
` [PATCH v2 3/3] gpio: pcf857x: call the gpio user handler iff gpio_to_irq is done

[PATCH V6 1/5] of: move documentation of of_parse_phandle_with_args
 2013-08-31  0:32 UTC  (12+ messages)
` [PATCH V6 2/5] of: move of_parse_phandle()
` [PATCH V6 3/5] of: introduce of_parse_phandle_with_fixed_args
` [PATCH V6 5/5] gpio: implement gpio-ranges binding document fix

[PATCH] gpio: improve error path in gpiolib
 2013-08-30 20:28 UTC  (3+ messages)

USB-to-SPI bridge to spi protocol driver w/ interrupts?
 2013-08-30 13:00 UTC 

RFC: Bug in error handling in gpiolib.c
 2013-08-30 11:39 UTC  (3+ messages)

[PATCH v4] gpio: pcf857x: Add OF support
 2013-08-30 10:17 UTC  (5+ messages)

[PATCH] gpio: null pointer dereference in error handling in gpiolib.c
 2013-08-30  7:29 UTC  (2+ messages)

[PATCH v4] gpio: add GPIO support for F71882FG and F71889F
 2013-08-30  7:22 UTC  (2+ messages)

[PATCH] include/asm-generic/gpio.h: remove the call for __gpio_get_value() and __gpio_set_value() when GPIOLIB disabled
 2013-08-30  1:50 UTC  (3+ messages)

[PATCH v5] gpio: pcf857x: Add OF support
 2013-08-29 23:52 UTC  (10+ messages)

[PATCH v3] gpio: add GPIO support for F71882FG and F71889F
 2013-08-29 22:22 UTC  (12+ messages)

[PATCH V5] gpio: New driver for LSI ZEVIO SoCs
 2013-08-29 20:29 UTC  (5+ messages)

[PATCH RESEND] gpio: (gpio-pca953x) move header to linux/platform_data/
 2013-08-29 19:35 UTC  (2+ messages)

[PATCH] gpio: (gpio-pca953x) move header to linux/platform_data/
 2013-08-29 18:46 UTC  (4+ messages)

[PATCH V3 1/2] gpio: mcp23s08: rename the device tree property
 2013-08-29 18:11 UTC  (4+ messages)
` [PATCH V3 2/2] of: add vendor prefix for Microchip Technology Inc

[PATCH] gpio: pcf857x: cleanup irq_demux_work and use threaded irq
 2013-08-29 17:24 UTC  (4+ messages)

[PATCH] gpio: samsung: Drop support for Exynos SoCs
 2013-08-29 14:35 UTC  (3+ messages)

[PATCH] gpiolib: Fix crash when exporting non-existant gpio
 2013-08-29 10:23 UTC  (8+ messages)
  ` [PATCH v2] gpiolib: Fix crash when exporting non-existent gpio

[PATCH V4] gpio: New driver for LSI ZEVIO SoCs
 2013-08-27 20:11 UTC  (4+ messages)

[PATCH v2 0/3] pcf857x: Add OF support
 2013-08-27 14:44 UTC  (12+ messages)
` [PATCH v2 2/3] gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()
` [PATCH v2 3/3] gpio: pcf857x: Add OF support

[PATCH V2 1/2] gpio: mcp23s08: rename the device tree property
 2013-08-27 14:17 UTC  (4+ messages)
` [PATCH V2 2/2] of: add vendor prefix for Microchip Technology Inc

[PATCH V3] gpio: New driver for LSI ZEVIO SoCs
 2013-08-26 16:57 UTC  (3+ messages)

[PATCH v3] gpio: pcf857x: Add OF support
 2013-08-26 13:41 UTC  (3+ messages)

[PATCH v7 0/7] Initial Device Tree support for S3C64xx
 2013-08-25 17:31 UTC  (8+ messages)
` [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present

[SPAM] - let's discuss further
 2013-08-25 12:02 UTC 

[PATCH 1/2] gpio: mcp23s08: rename the device tree property
 2013-08-25 10:06 UTC  (3+ messages)

What is the correct way to map an input gpio to an irq/event/notifier?
 2013-08-24 20:30 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).