linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-02 09:43:38 to 2015-04-17 16:39:23 UTC [more...]

[PATCH V3 0/2] pinctrl: Support for IMG Pistachio
 2015-04-17 16:39 UTC  (5+ messages)
  ` [PATCH V3 1/2] pinctrl: Add Pistachio SoC pin control binding document
` [PATCH V3 2/2] pinctrl: Add Pistachio SoC pin control driver

[PATCH] pinctrl: qcom-spmi: Fix pin direction configuration
 2015-04-17 14:50 UTC 

[PATCH v2 0/5] Add Mediatek MMC driver
 2015-04-17 13:45 UTC  (14+ messages)
` [PATCH v2 2/5] mmc: mediatek: "
      ` 答复: "
` [PATCH v2 3/5] mmc: mediatek: Add PM support for "
    ` 答复: "

[GIT PULL] bulk GPIO changes for the v4.1 cycle
 2015-04-17  9:50 UTC 

[PATCH 1/2] gpio: omap: irq_shutdown: remove unnecessary call of gpiochip_unlock_as_irq
 2015-04-16 16:29 UTC  (5+ messages)
` [RFC/RFT PATCH 2/2] gpio: omap: ensure that runtime pm will disable unused gpio banks

[RFC PATCH 0/4] pinctrl: prototyping a per pin mux approach
 2015-04-16 12:26 UTC  (3+ messages)

[PATCH 0/2] pinctrl: Introduce support for iodelay module in TI SoCs
 2015-04-15 18:53 UTC  (13+ messages)
` [PATCH 1/2] pinctrl: bindings: pinctrl: Add support for TI's IODelay configuration

[PATCH 0/2] gpio: Allow userspace export from DT
 2015-04-15 13:19 UTC  (4+ messages)
` [PATCH 1/2] Doc: DT: Add binding document for GPIO exporter
` [PATCH 2/2] gpio: add driver to export DT configured GPIOs to userspace

[PATCH] gpio: dwapb: enable for ARC
 2015-04-15  8:13 UTC  (8+ messages)

[PATCH] pinctrl: fix allmodconfig noise
 2015-04-15  8:03 UTC 

[GIT PULL] pin control bulk changes for v4.1
 2015-04-15  1:06 UTC  (2+ messages)

[PATCH v2] gpio: bcm-kona: Implement get_direction callback
 2015-04-13 19:09 UTC  (2+ messages)

[PATCH 0/2] ARM: mvebu: Add DLINK-DNS327L support
 2015-04-13 14:39 UTC  (9+ messages)
` [PATCH 1/2] pinctrl: mvebu: Fix mapping of pin 63 (gpo -> gpio)
` [PATCH 2/2] ARM: mvebu: dts: Add dts file for DLink DNS-327L

Fwd: Re: [PATCH 2/2] ARM: mvebu: dts: Add dts file for DLink DNS-327L
 2015-04-13 14:32 UTC  (8+ messages)

[RFT][PATCH 1/2] gpio: bcm-kona: Return error if requesting an already taken gpio
 2015-04-13  4:15 UTC  (7+ messages)
` [RFT][PATCH 2/2] gpio: bcm-kona: Implement get_direction callback

[PATCH] pinctrl: bcm2835: Fix support for threaded level triggered IRQs
 2015-04-13  3:48 UTC  (3+ messages)

[PATCH] gpiolib: change gpio pin from unsigned to signed in acpi callback
 2015-04-10  7:43 UTC  (2+ messages)

[PATCH 1/3] pinctrl: qcom-spmi-gpio: Fix output type configuration
 2015-04-09 16:03 UTC  (6+ messages)
` [PATCH 2/3] pinctrl: qcom-spmi-gpio: Fix input value report
` [PATCH 3/3] pinctrl: qcom-spmi-mpp: "

[PATCH v6 00/15] Add support to STMicroelectronics STM32 family
 2015-04-09 13:04 UTC  (23+ messages)
` [PATCH v6 01/15] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
` [PATCH v6 02/15] ARM: ARMv7-M: Enlarge vector table up to 256 entries
` [PATCH v6 04/15] clocksource/drivers: Add ARM System timer driver
` [PATCH v6 05/15] dt-bindings: Document the STM32 reset bindings
` [PATCH v6 06/15] drivers: reset: Add STM32 reset driver
` [PATCH v6 08/15] clockevents/drivers: Add STM32 Timer driver
  ` [PATCH v6 03/15] dt-bindings: Document the ARM System timer bindings
  ` [PATCH v6 07/15] dt-bindings: Document the STM32 "
  ` [PATCH v6 09/15] dt-bindings: Document the STM32 USART bindings
  ` [PATCH v6 10/15] serial: stm32-usart: Add STM32 USART Driver
` [PATCH v6 11/15] ARM: Add STM32 family machine
` [PATCH v6 12/15] ARM: dts: Add ARM System timer as clockevent in armv7m
` [PATCH v6 13/15] ARM: dts: Introduce STM32F429 MCU
` [PATCH v6 14/15] ARM: configs: Add STM32 defconfig
` [PATCH v6 15/15] MAINTAINERS: Add entry for STM32 MCUs

[PATCH v2] pinctrl: make of_device_ids const
 2015-04-09 11:00 UTC  (3+ messages)

[PATCH] gpio: dwapb: remove dependencies
 2015-04-09  8:37 UTC 

[PATCH] RESEND RFT: pinctrl: sirf: move sgpio lock into state container
 2015-04-09  8:15 UTC  (3+ messages)

gpio/gpiolib-acpi.c:559: pointless test ?
 2015-04-09  8:10 UTC  (3+ messages)

[PATCH v3] pinmux: allow exlusive pin allocation among GPIO and peripheral funtions via flag strict in struct pinctrl_desc
 2015-04-09  3:13 UTC 

[PATCH] RFC: let gpiod_get_optional et all return NULL when GPIOLIB is not enabled
 2015-04-09  2:20 UTC  (5+ messages)

[PATCH] pinctrl: Add support for PM8916 GPIO's and MPP's
 2015-04-08 15:01 UTC  (4+ messages)

[PATCH gpio 0/4] cleanup for gpio drivers
 2015-04-08 14:56 UTC  (13+ messages)
` [PATCH gpio 1/4] drivers: gpio: use devm_kzalloc
` [PATCH gpio 2/4] gpio-max7300: remove 'ret' variable
` [PATCH gpio 3/4] gpio-arizona: drop owner assignment from platform_drivers
` [PATCH gpio 4/4] drivers: gpio: use (!foo) instead of (foo == NULL)

[PATCH gpio] gpio: removing kfree remove functionality
 2015-04-08 14:54 UTC  (2+ messages)

[PATCH] pinctrl: intel: Add Intel Sunrisepoint pin controller and GPIO support
 2015-04-08 14:52 UTC  (4+ messages)

[PATCH v2] Documentation: gpio: Update ACPI part of the document to mention _DSD
 2015-04-08 14:47 UTC  (3+ messages)

[PATCH] gpio: mvebu: Fix mask/unmask managment per irq chip type
 2015-04-08 14:35 UTC  (2+ messages)

[PATCH] gpio: split GPIO drivers in submenus
 2015-04-08 13:21 UTC 

[PATCH v2] gpio: move MFD GPIO drivers under their own comment
 2015-04-08 13:21 UTC 

[PATCH] gpio: move MFD GPIO drivers under their own comment
 2015-04-08 12:54 UTC 

[PATCH] gpio: move BCM Kona Kconfig option
 2015-04-08 12:38 UTC 

[PATCH] gpio: arrange SPI Kconfig symbols alphabetically
 2015-04-08 12:35 UTC 

[PATCH] gpio: arrange PCI GPIO controllers alphabetically
 2015-04-08 12:31 UTC 

[PATCH] gpio: arrange I2C Kconfig symbols alphabetically
 2015-04-08 12:15 UTC 

[PATCH] gpio: ich: Implement get_direction function
 2015-04-08  8:53 UTC  (2+ messages)

[PATCH] gpio: arrange Kconfig symbols alphabetically
 2015-04-08  8:09 UTC 

[PATCH] fix platform_no_drv_owner.cocci warnings
 2015-04-08  1:24 UTC  (4+ messages)

[PATCH v5 00/15] Add support to STMicroelectronics STM32 family
 2015-04-07 16:05 UTC  (27+ messages)
` [PATCH v5 02/15] ARM: ARMv7-M: Enlarge vector table up to 256 entries
` [PATCH v5 03/15] dt-bindings: Document the ARM System timer bindings
` [PATCH v5 04/15] clocksource/drivers: Add ARM System timer driver
` [PATCH v5 05/15] dt-bindings: Document the STM32 reset bindings
` [PATCH v5 07/15] dt-bindings: Document the STM32 timer bindings
` [PATCH v5 08/15] clockevents/drivers: Add STM32 Timer driver
` [PATCH v5 10/15] serial: stm32-usart: Add STM32 USART Driver
  ` [PATCH v5 01/15] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
  ` [PATCH v5 06/15] drivers: reset: Add STM32 reset driver
  ` [PATCH v5 09/15] dt-bindings: Document the STM32 USART bindings
  ` [PATCH v5 11/15] ARM: Add STM32 family machine
  ` [PATCH v5 13/15] ARM: dts: Introduce STM32F429 MCU
  ` [PATCH v5 15/15] MAINTAINERS: Add entry for STM32 MCUs
` [PATCH v5 12/15] ARM: dts: Add ARM System timer as clockevent in armv7m
` [PATCH v5 14/15] ARM: configs: Add STM32 defconfig

[PATCH v2] pinmux: allow exlusive pin allocation among GPIO and peripheral funtions via flag strict in struct pinctrl_desc
 2015-04-07 14:17 UTC  (2+ messages)

[PATCH V2 0/3] pinctrl: Support for IMG Pistachio
 2015-04-07 14:13 UTC  (10+ messages)
` [PATCH V2 1/3] pinctrl: Document "function" + "pins" pinmux binding
` [PATCH V2 3/3] pinctrl: Add Pistachio SoC pin control driver

[PATCH] sh-pfc: r8a7790: add EtherAVB pin groups
 2015-04-07 13:22 UTC  (2+ messages)

[PATCH 38/86] gpio/sch: use uapi/linux/pci_ids.h directly
 2015-04-07 13:03 UTC  (2+ messages)

[PATCH] pinctrl: at91: convert __raw to endian agnostic IO
 2015-04-07 11:49 UTC  (3+ messages)

[PATCH] gpio: x-gene: fix devm_ioremap_resource() check
 2015-04-07  9:47 UTC  (2+ messages)

pinctrl: add AMD GPIO driver support
 2015-04-07  9:38 UTC  (5+ messages)
    ` [Patch] pinctrl: fix warning from static analysis tools for AMD GPIO driver

[PATCH 1/3] MIPS: Cleanup Loongson-2F's gpio driver
 2015-04-07  9:22 UTC  (6+ messages)
` [PATCH 2/3] MIPS: Move Loongson GPIO driver to drivers/gpio
` [PATCH 3/3] GPIO: Add Loongson-3A/3B GPIO driver support

[PATCH 1/3] MIPS: Cleanup Loongson-2F's gpio driver
 2015-04-07  9:12 UTC  (4+ messages)
` [PATCH 2/3] MIPS: Move Loongson GPIO driver to drivers/gpio

[PATCH] pinctrl: Add initial driver data for Alphascale asm9260
 2015-04-06  9:45 UTC  (16+ messages)
` [PATCH v2 0/2] Add driver and documentation for Alphascale asm9260 pinctrl
  ` [PATCH v2 1/2] pinctrl: Add driver "
      ` [PATCH v3 0/2] Add driver and documentation "
        ` [PATCH v3 1/2] pinctrl: Add driver "
            ` [PATCH v4 0/2] Add driver and documentation "
              ` [PATCH v4 1/2] pinctrl: Add driver "
              ` [PATCH v4 2/2] pinctrl: asm9260: add pinctrl add device tree bindings documentation
          ` [PATCH v3 "

[PATCH 0/6] pinctrl and gpio drivers for NXP LPC18xx family
 2015-04-03 21:16 UTC  (7+ messages)
` [PATCH 1/6] pinctrl: add lpc18xx pinctrl driver
` [PATCH 2/6] doc: dt: add documentation for lpc1850-scu "
` [PATCH 3/6] gpio: add lpc18xx gpio driver
` [PATCH 4/6] doc: dt: add documentation for lpc1850-gpio driver
` [PATCH 5/6] ARM: dts: lpc18xx: add pinctrl and gpio nodes
  ` [PATCH 6/6] ARM: dts: lpc4357-ea4357: add pinctrl and uart0 muxing

[PATCH v3 1/1] pinctrl: at91: Add set_multiple GPIO chip feature
 2015-04-02  9:55 UTC 

[PATCH v2 1/1] pinctrl: at91: Add set_multiple GPIO chip feature
 2015-04-02  9:43 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).