linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-30 18:16:59 to 2014-07-07 16:12:35 UTC [more...]

[PATCH 1/2][v5] gpiolib: allow simultaneous setting of multiple GPIO outputs
 2014-07-07 16:12 UTC  (5+ messages)

[PATCH v2 1/2] gpio: Add driver for Zynq GPIO controller
 2014-07-07 16:08 UTC  (8+ messages)
` [PATCH v2 2/2] devicetree: Add Zynq GPIO devicetree bindings documentation

[PATCH] gpio: rcar: clamp returned value to [0,1]
 2014-07-07 15:27 UTC  (2+ messages)

[PATCH] mmc: core: Add DT bindings for card detect debounce time
 2014-07-07 15:12 UTC  (2+ messages)

[PATCH] gpio-pxa: gpio0 and gpio1 support on dt
 2014-07-07 10:55 UTC  (4+ messages)

[PATCH] USB: ftdi_sio: add GPIO support
 2014-07-07 10:44 UTC  (8+ messages)

[PATCH 0/5] Introduce a managed function for gpio_request_array
 2014-07-06 17:52 UTC  (6+ messages)
` [PATCH 1/5] gpiolib: devres: Introduce the function devm_request_gpio_array
` [PATCH 2/5] ASoC: wm1250-ev1: Use devm_gpio_request_array
` [PATCH 3/5] ASoC: pxa: "
` [PATCH 4/5] ASoC: pxa: e800_wm9712: Introduce the use of devm_gpio_request_array
` [PATCH 5/5] ASoC: pxa/hx4700: "

[PATCH v2] drivers/gpio/gpio-sch311x: check return value of gpiochip_remove()
 2014-07-06 13:23 UTC  (3+ messages)

[PATCH] gpiolib: of: Update debug messages for of_get_named_gpiod_flags
 2014-07-06  9:33 UTC  (2+ messages)

[PATCH 1/2] gpio: removes all usage of gpiochip_remove retval
 2014-07-05 20:28 UTC  (11+ messages)
` [PATCH 0/2] gpiochip remove
      ` [PATCH 2/2] gpio: gpiolib: set gpiochip_remove retval to void
      ` [PATCH] gpio: removes all usage of gpiochip_remove retval

[PATCH] gpio: mcp23s08: Eliminates redundant checking
 2014-07-04 23:14 UTC  (2+ messages)

[PATCH V2 0/3] Change gpio_regulator_probe() to use managed resources
 2014-07-04 23:12 UTC  (5+ messages)
` [PATCH V2 1/3] base: Add block copy func. for managed devices
` [PATCH V2 2/3] gpio: allow gpio array requests "
` [PATCH V2 3/3] regulator: use managed resources for gpio_regulator_probe()

[PATCH RESEND 1/2] pinctrl: i.MX27: Remove unused structure definition
 2014-07-04 21:51 UTC  (4+ messages)
` [PATCH RESEND 2/2] pinctrl: i.MX27: Remove nonexistent pad definitions

[PATCH RESEND] pinctrl: Add i.MX1 pincontrol driver
 2014-07-04 21:49 UTC  (2+ messages)

[PATCH V5 0/3] gpio: Add APM X-Gene SoC platform GPIO driver
 2014-07-04 21:28 UTC  (9+ messages)
` [PATCH V5 1/3] gpio: Add APM X-Gene SoC GPIO controller support
` [PATCH V5 2/3] Documentation: gpio: Add APM X-Gene SoC GPIO controller DTS binding
` [PATCH V5 3/3] arm64:dts: Add APM X-Gene SoC GPIO controller DTS entries

gpio-omap: wakeup mask
 2014-07-04  7:27 UTC  (2+ messages)

[PATCH] drivers/gpio/gpio-sch311x: check return value of gpiochip_remove()
 2014-07-04  6:45 UTC  (2+ messages)

[PATCH 0/3] GPIO OMAP driver changes for v3.17
 2014-07-02 20:55 UTC  (5+ messages)
` [PATCH 1/3] gpio: omap: Remove unnecessary lockdep class
` [PATCH 2/3] gpio: omap: Remove unneeded include
` [PATCH 3/3] gpio: omap: Add an omap prefix to all functions

[PATCH] gpio: rcar: Add support for DT IRQ flags
 2014-07-02 14:37 UTC  (2+ messages)

[GIT PULL] the great <mach/gpio.h> purge
 2014-07-01 11:35 UTC  (4+ messages)

[RFC 0/3] gpio: move interfaces into their own files
 2014-07-01  5:45 UTC  (4+ messages)
` [RFC 1/3] gpio: always compile label support
` [RFC 2/3] gpio: move sysfs support to its own file
` [RFC 3/3] gpio: move integer GPIO "

[PATCH] gpio: gpio-ucb1400.c: Cleaning up null pointer checks that could never happen
 2014-06-26 16:18 UTC 

[PATCH] gpio: gpio-twl4030.c: Cleaning up null pointer checks that could never happen
 2014-06-26 16:17 UTC 

[PATCH] gpio: gpio-vr41xx.c: Cleaning up values that are never used
 2014-06-26 13:38 UTC 

[PATCH] arm64: dts: Add Designware GPIO dts binding to APM X-Gene platform
 2014-06-25 23:56 UTC 

Financial services-Loan 1.3%
 2014-06-23  8:48 UTC 

[PATCH V4 1/3] gpio: Add APM X-Gene SoC GPIO controller support
 2014-06-21  7:55 UTC  (2+ messages)

[PATCH 2/2][v5] gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple function
 2014-06-21  7:11 UTC  (2+ messages)

Change gpio-reulator-probe() to use managed resources
 2014-06-20 22:31 UTC  (12+ messages)
` [PATCH 1/4] drivers/gpio: devres.c: allow gpio array requests for managed devices
  ` [Linux-kernel] "
` [PATCH 2/4] drivers/base: devres.c: Add block copy func. "
` [PATCH 3/4] drivers/base: devres.c: use devm_kmemdup() from with devm_kstrdup()
` [PATCH 4/4] drivers/regulator: gpio-regulator.c: use managed resources for probe

[PATCH] gpio: crystalcove: Fix implicit declaration of function 'seq_printf' error
 2014-06-19 15:19 UTC  (3+ messages)

[PATCH 0/3] use managed resources for gpio-regulator probe
 2014-06-18 15:56 UTC  (9+ messages)
` [PATCH 1/3] drivers/gpio: devres.c: allow gpio array requests for managed devices
` [PATCH 2/3] drivers/base: devres.c: Add block copy func. "
` [PATCH 3/3] drivers/regulator: gpio-regulator.c: use managed resources for probe

[RFC PATCH] gpio: Add a defer reset object to send board specific reset
 2014-06-17 16:01 UTC  (7+ messages)

[PATCH] [RFC PATCH v2] power:reset: Add defer reset object to send board specific reset
 2014-06-17 15:44 UTC  (3+ messages)

[PATCH 1/2][v4] gpiolib: allow simultaneous setting of multiple GPIO outputs
 2014-06-16  8:25 UTC  (4+ messages)

[PATCH V3 1/3] gpio: Add APM X-Gene SoC GPIO controller support
 2014-06-15 23:02 UTC  (2+ messages)
  ` [PATCH V3 2/3] Documentation: gpio: Add APM X-Gene SoC GPIO controller DTS binding

[PATCH] power: poweroff: gpio: convert to use descriptors
 2014-06-15 22:19 UTC  (2+ messages)

[GIT PULL] GPIO fix for the v3.16 series
 2014-06-13 21:46 UTC 

question: Multiple mcp23s08 on one chip-select with OF
 2014-06-12  8:12 UTC 

[PATCH] RFT: gpio: adnp: switch to use irqchip helpers
 2014-06-12  8:21 UTC  (3+ messages)

[PATCH 1/2] gpio: of: Remove unneeded dummy function
 2014-06-12  8:18 UTC  (7+ messages)
` [PATCH 2/2] gpio: of: Allow -gpio suffix for property names

[PATCH 1/2] gpio: lpc32xx: Make of_device_id array const
 2014-06-12  7:37 UTC  (5+ messages)
` [PATCH 2/2] gpio: pxa: "

[PATCH] RFT: pinctrl: spear: switch plgpio to irqchip helpers
 2014-06-12  7:25 UTC  (4+ messages)

[PATCH] gpio: removes all usage of gpiochip_remove retval
 2014-06-10  6:57 UTC  (14+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] gpio: gpiolib: set gpiochip_remove retval to void

[PATCH 0/4] <mach/gpio.h> purge
 2014-06-09 12:11 UTC  (11+ messages)
` [PATCH 1/4] ARM: s5p: cut the custom ARCH_NR_GPIOS definition
` [PATCH 2/4] ARM: mach-s5p: get rid of all <mach/gpio.h> headers
` [PATCH 3/4] ARM: kill CONFIG_NEED_MACH_GPIO_H
` [PATCH 4/4] ARM: delete old reference to ARM_GPIOLIB_COMPLEX

[PATCH V5 REPOST] mfd: add support for ams AS3722 PMIC
 2014-06-09 11:57 UTC  (4+ messages)

[PATCH 2/2][v4] gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple function
 2014-06-07 13:37 UTC  (3+ messages)

[PATCH v2 1/3] gpio: Add APM X-Gene SoC GPIO controller support
 2014-06-07 12:28 UTC  (5+ messages)
  ` [PATCH v2 3/3] Documentation: gpio: Add APM X-Gene SoC GPIO controller DTS binding

[PATCH v4] gpio: Add support for Intel SoC PMIC (Crystal Cove)
 2014-06-03 10:57 UTC  (14+ messages)

[GIT PULL] pin control bulk changes for v3.16
 2014-06-03  6:58 UTC 

[PATCH] gpio: intel-mid: switch to using gpiolib irqchip helpers
 2014-06-02 22:38 UTC  (2+ messages)

[PATCH 1/2][v3] gpiolib: allow simultaneous setting of multiple GPIO outputs
 2014-06-02  9:00 UTC  (6+ messages)

[GIT PULL] GPIO bulk changes for v3.16
 2014-06-02  8:34 UTC 

[PATCH 2/2][v3] gpio-mpc8xxx: add mpc8xxx_gpio_set_multiple function
 2014-06-01  9:39 UTC  (3+ 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).