linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-31 17:47:53 to 2016-06-10 14:47:14 UTC [more...]

[PATCHv2 0/8] Addition of Altera Arria10 System Resource Chip
 2016-06-10 14:47 UTC  (12+ messages)
` [PATCHv2 2/8] MAINTAINERS: Add "
` [PATCHv2 3/8] mfd: altr_a10sr: Add Altera Arria10 DevKit "
` [PATCHv2 4/8] gpio: altera-a10sr: Add A10 System Resource Chip GPIO support
` [PATCHv2 5/8] ARM: socfpga: dts: Add SPI Master1 for Arria10 SR chip
` [PATCHv2 6/8] ARM: socfpga: dts: Add Devkit A10-SR fields for Arria10
  ` [PATCHv2 1/8] dt-bindings: mfd: Add Altera Arria10 System Resource Chip bindings
  ` [PATCHv2 7/8] ARM: socfpga: dts: Enable GPIO parent for Arria10 SR chip
` [PATCHv2 8/8] ARM: socfpga: dts: Add LED framework to A10-SR GPIO

[PATCH 0/3] pinctrl: sh-pfc: Cleanups
 2016-06-10 12:48 UTC  (6+ messages)
` [PATCH 1/3] pinctrl: sh-pfc: Move SoC-specific forward declarations to sh_pfc.h
` [PATCH 2/3] pinctrl: sh-pfc: Improve core and user API separation
` [PATCH 3/3] pinctrl: sh-pfc: Convert to devm_gpiochip_add_data()

[PATCH 0/5] pinctrl: cherryview: fixes and enhancements
 2016-06-10 12:23 UTC  (20+ messages)
` [PATCH 1/5] pinctrl: cherryview: convert bare unsigned to unsigned int
` [PATCH 2/5] pinctrl: cherryview: add option to set open-drain pin config
` [PATCH 3/5] pinctrl: cherryview: add handlers for pin_config_group_get/set
` [PATCH 4/5] pinctrl: cherryview: prevent concurrent access to GPIO controllers
` [PATCH 5/5] pinctrl: cherryview: restore padctrl1 reg when gpio is disabled
` [PATCH v2 0/3] pinctrl: cherryview: fixes and enhancements
  ` [PATCH v2 1/3] pinctrl: cherryview: prevent concurrent access to GPIO controllers
  ` [PATCH v2 2/3] pinctrl: cherryview: add option to set open-drain pin config
  ` [PATCH v2 3/3] pinctrl: cherryview: add handlers for pin_config_group_get/set

[PATCH] pinctrl: sh-pfc: sh7757: Fix duplicate initializer in GPIO pinmux data
 2016-06-10 12:17 UTC  (2+ messages)

[PATCH 0/3] pinctrl: sh-pfc: add r8a7795 support for voltage switching
 2016-06-10 11:21 UTC  (7+ messages)
` [PATCH 1/3] pinctrl: sh-pfc: refactor voltage setting
` [PATCH 2/3] pinctrl: sh-pfc: r8a7795: add support for voltage switching
` [PATCH 3/3] arm64: dts: r8a7795: salvator: enable UHS for SDHI 0 & 3

[PATCH 0/2] AM335x ICE: Add support for PCA9536 GPIO expander
 2016-06-10 11:09 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: am335x-icev2: Add DT node for TI PCA9536

[PATCH 0/4] Trivial GPIO/pinctrl documentation fixes
 2016-06-10  7:16 UTC  (5+ messages)
` [PATCH 1/4] drivers-on-gpio.txt: Fix paths to GPIO driver source files
` [PATCH 2/4] pinctrl.txt: Fix grammar in pinmux request list
` [PATCH 3/4] pinctrl.txt: s/have/has/ in GPIO driver interaction description
` [PATCH 4/4] pinctrl.txt: Reflow/wrap paragraph describing GPIO interaction

[PATCH v2 1/9] pinctrl: walk into bcm subdir unconditionally
 2016-06-10  0:16 UTC  (3+ messages)

[PATCH 27/32] gpio: Add support for the FXL6408 GPIO expander
 2016-06-09 17:22 UTC  (5+ messages)

[PATCH v3 0/3] pinctrl/broxton: enable platform device in the absent of ACPI enumeration
 2016-06-09 15:55 UTC  (7+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's
` [PATCH v3 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system

[PATCH 0/9] pinctrl: make non-modular drivers really non modular
 2016-06-09 14:10 UTC  (17+ messages)
` [PATCH 1/9] pinctrl: as3722: make it explicitly non-modular
` [PATCH 2/9] pinctrl: baytrail: "
` [PATCH 3/9] pinctrl: at91: "
` [PATCH 4/9] pinctrl: lpc18xx: "
` [PATCH 5/9] pinctrl: amd: "
` [PATCH 6/9] pinctrl: palmas: "
` [PATCH 7/9] pinctrl: zynq: "
` [PATCH 8/9] pinctrl: digicolor: "
` [PATCH 9/9] pinctrl: at91-pio4: "

[PATCH] pinctrl: u300: make u300_pmx_registers static
 2016-06-09 10:55 UTC 

[PATCH] pinctrl: sh-pfc: fix warnings by include core.h
 2016-06-09  8:25 UTC  (4+ messages)

[PATCH] gpio: pca953x: Fix NBANK calculation for PCA9536
 2016-06-09  5:32 UTC 

[gpio:for-next 5/8] include/linux/io-mapping.h:130:39: error: implicit declaration of function 'ioremap_wc'
 2016-06-08 23:34 UTC 

[PATCH] pinctrl: Always recurse into bcm folder
 2016-06-08 22:56 UTC  (2+ messages)

[PATCH] pinctrl: nomadik: fix warnings from unexported functions
 2016-06-08 16:07 UTC 

[PATCH 0/2] gpio: of: Support cascaded GPIO
 2016-06-08 15:32 UTC  (7+ messages)
  ` [PATCH 1/2] gpio: Remove const from gpiospec in of_xlate
` [PATCH 2/2] gpio: Support cascaded GPIO chip lookup for OF

[PATCH] pinctrl: nomadik: fix warnings from unexported functions
 2016-06-08 12:14 UTC  (4+ messages)
  ` [Linux-kernel] "

[PATCH] pinctrl: at91-pio4: fix non-exported functions
 2016-06-08 12:10 UTC  (3+ messages)

[PATCH] pinctrl: nsp-gpio: fix non-static functions
 2016-06-08 12:06 UTC  (3+ messages)

[PATCH] gpio: bcm-kona: fix bcm_kona_gpio_reset() warnings
 2016-06-08 12:04 UTC  (4+ messages)

[PATCH] gpio: select ANON_INODES
 2016-06-08 11:46 UTC 

[PATCH] gpio: tegra: Make lockdep class file-scoped
 2016-06-08 11:41 UTC  (3+ messages)

[PATCH 1/2] gpiolib: Fix NULL pointer deference
 2016-06-08  9:46 UTC  (5+ messages)
` [PATCH 2/2] gpiolib: Fix unaligned used of reference counters

[PATCH v10 0/2] gpio: add DT support for memory-mapped GPIOs
 2016-06-08  9:17 UTC  (7+ messages)
` [PATCH v10 1/2] gpio: mmio: "
` [PATCH v10 2/2] gpio: mmio: add MyBook Live GPIO support

[PATCH] pinctrl: uniphier: fix NAND pin-mux settings for PH1-LD11/LD20
 2016-06-08  9:13 UTC  (2+ messages)

[PATCH v1 1/1] gpio: pca953x: enfore type for i2c_smbus_write_word_data()
 2016-06-08  9:06 UTC  (8+ messages)

[PATCH] gpio: lpc18xx: convert GPIO_LPC18XX from bool to tristate
 2016-06-08  9:04 UTC  (2+ messages)

[PATCH] gpio: include <linux/io-mapping.h> in gpiolib-of
 2016-06-08  9:02 UTC 

[PATCH 1/2] gpio: xlp: Fix vulcan IRQ descriptor allocation
 2016-06-08  8:54 UTC  (4+ messages)
` [PATCH 2/2] gpio: Add ACPI support for XLP GPIO controller

[PATCH v2] gpio: zynq: initialize clock even without CONFIG_PM
 2016-06-08  8:37 UTC  (3+ messages)

[PATCH] gpio: xilinx: Add support to set multiple GPIO at once
 2016-06-08  8:34 UTC  (2+ messages)

[PATCH] pinctrl: mediatek: fix suspend/resume timing issue
 2016-06-08  8:10 UTC  (2+ messages)

[PATCH] gpio: 104-dio-48e: Fix control port offset computation off-by-one error
 2016-06-08  8:08 UTC  (2+ messages)

[PATCH] pinctrl: single: Fix missing flush of posted write for a wakeirq
 2016-06-08  8:05 UTC  (4+ messages)

[PATCH] pinctrl: imx: Do not treat a PIN without MUX register as an error
 2016-06-08  7:52 UTC  (2+ messages)

[PATCH v3 01/10] pinctrl: walk into bcm subdir unconditionally
 2016-06-07 11:05 UTC 

[gpio:chardev-step-2 18/21] gpiolib.c:undefined reference to `anon_inode_getfd'
 2016-06-07  7:49 UTC 

[PATCH v2 0/3] pinctrl/broxton: enable platform device in the absent of ACPI enumeration
 2016-06-07  6:53 UTC  (4+ messages)
` [PATCH v2 3/3] mfd: lpc_ich: Add support for Intel Apollo Lake GPIO pinctrl in non-ACPI system

[RFC 0/3] pinctrl: sh-pfc: add r8a7795 support for voltage switching
 2016-06-06 11:11 UTC  (9+ messages)
` [RFC 1/3] pinctrl: sh-pfc: refactor voltage setting
` [RFC 2/3] pinctrl: sh-pfc: r8a7795: add support for voltage switching
` [RFC 3/3] arm64: dts: r8a7795: salvator: enable UHS for SDHI 0 & 3

gpio: gpio-f7188x: Implement get_direction
 2016-06-06  0:56 UTC 

[RFC] qnap-tsx51: add new driver for leds and button support on QNAP TS-x51 series
 2016-06-06  0:44 UTC 

[PATCH v2 0/4] Allow ISA-style drivers on modern systems
 2016-06-05 20:03 UTC  (8+ messages)
` [PATCH v2 2/4] gpio: Allow PC/104 devices on X86_64

[PATCH 1/4] gpio: userspace ABI for reading/writing GPIO lines
 2016-06-02 18:12 UTC  (5+ messages)
` [PATCH 2/4] tools/gpio: add the gpio-hammer tool
` [PATCH 3/4] gpio: userspace ABI for reading GPIO line events
` [PATCH 4/4] tools/gpio: add the gpio-event-mon tool

[PATCH] gpio: zynq: initialize clock even without CONFIG_PM
 2016-06-02 16:43 UTC  (3+ messages)

[PATCH 1/2] gpio: userspace ABI for reading/writing GPIO lines
 2016-06-02 14:59 UTC  (9+ messages)
` [PATCH 2/2] tools/gpio: add the gpio-hammer tool

[PATCH v1 1/1] gpio: pca953x: remove redundant assignments
 2016-06-02 12:24 UTC  (2+ messages)

[PATCH] gpio: fix documentation for UAPI
 2016-06-01 13:08 UTC 

[GIT PULL] pin control fixes for v4.7, take one
 2016-06-01  7:32 UTC 

[PATCH] net: fec: dt: convert phy-reset-gpios to use GPIOD API
 2016-05-31 18:33 UTC  (6+ 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).