messages from 2013-10-01 08:59:17 to 2013-10-18 19:52:52 UTC [more...]
[PATCH v3] gpio: add export with name from dts
2013-10-18 19:52 UTC (7+ messages)
[PATCH] gpio: bcm281xx: Don't print addresses of GPIO area in probe()
2013-10-18 19:45 UTC (2+ messages)
[PATCH v3 0/3] New descriptor-based GPIO interface
2013-10-18 17:37 UTC (6+ messages)
` [PATCH v3 1/3] gpiolib: export "
` [PATCH v3 2/3] gpiolib: port of_ functions to use gpiod
` [PATCH v3 3/3] gpiolib: add gpiod_get() and gpiod_put() functions
[PATCH] gpiolib: append SFI helpers for GPIO API
2013-10-17 17:06 UTC (3+ messages)
[PATCH v2] gpio: add export with name from dts
2013-10-17 9:47 UTC (2+ messages)
[PATCH v5] gpio: Add MOXA ART GPIO driver
2013-10-17 9:24 UTC (4+ messages)
[PATCH] gpio: tegra: use new gpio_lock_as_irq() API
2013-10-17 8:53 UTC (6+ messages)
[PATCH v2 0/3] New descriptor-based GPIO interface
2013-10-16 16:10 UTC (9+ messages)
` [PATCH v2 1/3] gpiolib: export "
` [PATCH v2 2/3] gpiolib: port of_ functions to use gpiod
` [PATCH v2 3/3] gpiolib: add gpiod_get() and gpiod_put() functions
[PATCH 1/2] gpio: lpc32xx: Include linux/of.h header
2013-10-16 11:10 UTC (4+ messages)
` [PATCH 2/2] gpio: rcar: "
[PATCH 1/1] gpio/omap: use gpiolib API to mark a GPIO used as an IRQ
2013-10-16 8:25 UTC (3+ messages)
[PATCH] drivers: misc: add gpio wakeup driver
2013-10-15 21:35 UTC (10+ messages)
[PATCH] RFC: gpio: add API to be strict about GPIO IRQ usage
2013-10-14 19:47 UTC (10+ messages)
[PATCH v2 0/5] gpiolib: convert ACPI gpio helpers to gpiod_ interfaces
2013-10-14 16:55 UTC (11+ messages)
` [PATCH v2 1/5] gpiolib / ACPI: move acpi_gpiochip_free_interrupts next to the request function
` [PATCH v2 2/5] gpiolib / ACPI: convert to gpiod interfaces
` [PATCH v2 3/5] gpiolib / ACPI: add ACPI support for gpiod_get_index()
` [PATCH v2 4/5] gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resources
` [PATCH v2 5/5] gpiolib / ACPI: document the GPIO descriptor based interface
[PATCH] gpio: ep93xx: get rid of bogus __raw* accessors
2013-10-14 16:05 UTC (2+ messages)
[PATCH v3 0/3] GPIO DT support for da850
2013-10-14 12:25 UTC (10+ messages)
` [PATCH v3 1/3] gpio: davinci: add OF support
` [PATCH v3 2/3] ARM: davinci: da850: add GPIO DT node
` [PATCH v3 3/3] ARM: davinci: da850 evm: add GPIO pinumux entries "
[PATCH] gpio: em: drop references to "virtual" IRQ
2013-10-14 9:59 UTC (2+ messages)
[PATCH] gpio: adnp: rename "virq" to "child_irq"
2013-10-14 9:25 UTC (2+ messages)
[PATCH] pinctrl: coh901: mark GPIO lines used for IRQ
2013-10-14 8:27 UTC
[PATCH 2/2] pinctrl: nomadik: mark GPIO lines used for IRQ
2013-10-14 8:13 UTC (5+ messages)
[PATCH v2] gpio: lynxpoint: drop references to "virtual" IRQ
2013-10-14 7:26 UTC (3+ messages)
[PATCH] gpio: rcar: drop references to "virtual" IRQ
2013-10-14 7:01 UTC (3+ messages)
[PATCH] gpio: pl061: drop references to "virtual" IRQ
2013-10-12 18:59 UTC (2+ messages)
[PATCH] gpio: intel-mid: drop references to "virtual" IRQ
2013-10-11 20:00 UTC (2+ messages)
[PATCH 1/2] gpio: add API to be strict about GPIO IRQ usage
2013-10-11 19:16 UTC (3+ messages)
[PATCH] gpio: stmpe: drop references to "virtual" IRQ, fix bug
2013-10-11 17:57 UTC
[PATCH] gpio: mpc8xxx: drop references to "virtual" IRQ
2013-10-11 17:39 UTC
[PATCH] gpio: lynxpoint: drop references to "virtual" IRQ
2013-10-11 17:34 UTC
[PATCH] gpio: add export with name from dts
2013-10-11 17:21 UTC (7+ messages)
[PATCH] gpio: bcm_kona: rename confusing variables
2013-10-11 17:18 UTC
[PATCH] gpio: tc3589x: drop references to "virtual" IRQ
2013-10-11 17:07 UTC
[PATCH] gpio: bcm281xx: Fix nested interrupt handler issue
2013-10-11 14:41 UTC (2+ messages)
Bug report - gpio: improve error path in gpiolib
2013-10-11 14:29 UTC (6+ messages)
[PATCH 1/2] gpiolib: safer implementation of desc_to_gpio()
2013-10-11 14:28 UTC (4+ messages)
` [PATCH 2/2] gpiolib: let gpiod_request() return -EPROBE_DEFER
[PATCH] MAINTAINERS: GPIO-INTEL-MID: add maintainer
2013-10-11 14:22 UTC
[PATCH 0/3] gpio-langwell: initial support for Intel Merrifield
2013-10-11 14:20 UTC (8+ messages)
` [PATCH 1/3] gpio: langwell: add Intel Merrifield support
` [PATCH 2/3] gpio: rename gpio-langwell to gpio-intel-mid
` [PATCH 3/3] gpio-intel-mid: update prefixes and names from langwell to intel-mid
[PATCH 1/5] ARM: Kconfig: Move if ARCH_S3C64XX statement to mach-s3c64xx/Kconfig
2013-10-11 13:13 UTC (6+ messages)
` [PATCH 2/5] gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support
` [PATCH 3/5] [media] s3c-camif: "
[PATCH] gpio/lynxpoint: check if the interrupt is enabled in IRQ handler
2013-10-11 11:09 UTC (4+ messages)
[PATCH 0/5] gpiolib: convert ACPI GPIO helpers to gpiod_ interfaces
2013-10-11 10:52 UTC (16+ messages)
` [PATCH 1/5] gpiolib / ACPI: move acpi_gpiochip_free_interrupts next to the request function
` [PATCH 2/5] gpiolib / ACPI: convert to gpiod interfaces
` [PATCH 3/5] gpiolib / ACPI: add ACPI support for gpiod_get_index()
` [PATCH 4/5] gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resources
` [PATCH 5/5] gpiolib / ACPI: document the GPIO descriptor based interface
[PATCH v3] gpio: interrupt consistency check for OF GPIO IRQs
2013-10-11 8:16 UTC (10+ messages)
[PATCH V5 0/3] Add AMS AS3722 mfd, pincontrol and RTC driver
2013-10-11 8:08 UTC (8+ messages)
` [PATCH V5 1/3] mfd: add support for ams AS3722 PMIC
` [PATCH V5 2/3] pincntrl: add support for ams AS3722 pin control driver
` [PATCH V5 3/3] drivers/rtc/rtc-as3722: add RTC driver
` [rtc-linux] "
[PATCH 1/2] i2c-mux-gpio: test if the gpio can sleep
2013-10-10 19:51 UTC (3+ messages)
[PATCH V4 0/3] Add AMS AS3722 mfd, pincontrol, regulator and RTC driver
2013-10-10 15:39 UTC (9+ messages)
` [PATCH V4 1/3] mfd: add support for ams AS3722 PMIC
` [PATCH V5 2/3] pincntrl: add support for ams AS3722 pin control driver
` [rtc-linux] "
` [PATCH V4 3/3] drivers/rtc/rtc-as3722: add RTC driver
[help request] gpio: export by name in dts
2013-10-09 8:52 UTC
[GIT PULL] GPIO fixes for v3.12
2013-10-05 18:35 UTC
You've won a Prize
2013-10-05 17:40 UTC
[PATCH] gpio: arizona: Use the of_node from the Arizona device
2013-10-02 10:50 UTC (2+ messages)
[PATCH 1/3] gpio: adnp: Remove redundant of_match_ptr
2013-10-02 10:44 UTC (6+ messages)
` [PATCH 2/3] gpio: clps711x: "
` [PATCH 3/3] gpio: twl4030: "
[PATCH 0/3] New descriptor-based GPIO interface
2013-10-02 10:32 UTC (3+ messages)
[PATCH V3 0/3] Add AMS AS3722 mfd, pincontrol, regulator and RTC driver
2013-10-01 20:39 UTC (5+ messages)
` [PATCH V3 1/3] mfd: add support for AMS AS3722 PMIC
[PATCH V4 2/3] pincntrl: add support for AMS AS3722 pin control driver
2013-10-01 20:30 UTC (2+ messages)
[PATCH 1/2] gpio/omap: maintain GPIO and IRQ usage separately
2013-10-01 11:14 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).