linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-21 13:39:37 to 2013-09-02 02:30:03 UTC [more...]

[PATCH v3 0/3] cleanup of gpio_pcf857x.c
 2013-09-02  2:30 UTC  (3+ 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 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  (13+ 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)

[PATCH v2] gpio: interrupt consistency check for OF GPIO IRQs
 2013-08-30 20:08 UTC  (30+ messages)

[PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs
 2013-08-30 19:55 UTC  (8+ 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] emev2: GPIOLIB: Enable support for OF
 2013-08-30  7:48 UTC  (3+ 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  (17+ messages)
` [PATCH v2 1/3] gpio: pcf857x: Sort headers alphabetically
` [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  (32+ messages)
` [PATCH v7 1/7] ARM: common: vic: Parse interrupt and resume masks from device tree
  ` [PATCH v8 1/7] irqchip: "
    ` [PATCH v9 "
` [PATCH v7 2/7] ARM: s3c64xx: Bypass legacy initialization when booting with DT
` [PATCH v7 3/7] gpio: samsung: Skip initialization if device tree is present
` [PATCH v7 4/7] ARM: s3c64xx: Add board file for boot using Device Tree
` [PATCH v7 5/7] ARM: dts: Add basic dts include files for Samsung S3C64xx SoCs
  ` [PATCH v8 "
    ` [PATCH v9 "
` [PATCH v7 6/7] ARM: dts: Add dts file for S3C6410-based Mini6410 board
` [PATCH v7 7/7] ARM: dts: Add dts file for S3C6410-based SMDK6410 board

[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  (8+ messages)
` [PATCH 2/2] of: add vendor prefix for Microchip Technology Inc

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

[PATCH] gpio: New driver for LSI ZEVIO SoCs
 2013-08-23 19:40 UTC  (4+ messages)

[PATCH v2] RFC: interrupt consistency check for OF GPIO IRQs
 2013-08-21 23:00 UTC  (5+ messages)


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).