linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-13 12:26:49 to 2016-06-20 09:10:36 UTC [more...]

[RFC PATCH 00/13] Add support for Tegra DPAUX pinctrl
 2016-06-20  9:10 UTC  (36+ messages)
` [RFC PATCH 02/13] drm/tegra: Add helper functions for setting up DPAUX pads
  ` [RFC PATCH 01/13] drm/tegra: Clean-up if probing DPAUX fails
  ` [RFC PATCH 03/13] dt-bindings: drm/tegra: Update DPAUX documentation
  ` [RFC PATCH 06/13] pinctrl: pinconf: Add generic helper function for freeing mappings
  ` [RFC PATCH 13/13] arm64: tegra: Add DPAUX pinctrl bindings
` [RFC PATCH 04/13] drm/tegra: Add sor-safe clock for DPAUX on Tegra210
` [RFC PATCH 05/13] drm/tegra: Prepare DPAUX for supporting generic PM domains
` [RFC PATCH 07/13] dt-bindings: i2c: Add support for 'i2c-bus' subnode
` [RFC PATCH 08/13] i2c: core: "
` [RFC PATCH 09/13] dt-bindings: drm/tegra: Add DPAUX pinctrl documentation
` [RFC PATCH 10/13] drm/tegra: Add pinctrl support for DPAUX
` [RFC PATCH 11/13] arm64: tegra: Add SOR power-domain node
` [RFC PATCH 12/13] arm64: tegra: Add sor-safe clock to DPAUX binding

[PATCH] gpio: sx150x: Update OF configuration
 2016-06-20  9:03 UTC  (4+ messages)

[PATCH v1 1/1] gpio: lynxpoint: avoid potential warning on error path
 2016-06-20  9:05 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: intel: Add Intel Merrifield pin controller support
 2016-06-20  8:37 UTC  (2+ messages)

[PATCH v3] gpio: sch: Fix Oops on module load on Asus Eee PC 1201
 2016-06-20  7:46 UTC  (3+ messages)

[PATCH 00/12] Remove unneeded build directory traversals
 2016-06-20  7:41 UTC  (23+ messages)
` [PATCH 01/12] gpio: Only descend into gpio directory when CONFIG_GPIOLIB is set
` [PATCH 02/12] pwm: Only descend into pwm directory when CONFIG_PWM "
` [PATCH 03/12] amba: Only descend into amba directory when CONFIG_ARM_AMBA "
` [PATCH 04/12] NFC: Only descend into nfc directory when CONFIG_NFC "
` [PATCH 05/12] macintosh: Only descend into directory when CONFIG_MACINTOSH_DRIVERS "
` [PATCH 06/12] hsi: Only descend into hsi directory when CONFIG_HSI "
    ` [PATCH] hsi: Build hsi_boardinfo.c into hsi core if enabled
` [PATCH 07/12] auxdisplay: Only descend into directory when CONFIG_AUXDISPLAY is set
` [PATCH 08/12] i2c: Only descend into i2c directory when CONFIG_I2C "
` [PATCH 09/12] [media] Only descend into directory when CONFIG_MEDIA_SUPPORT "
` [PATCH 10/12] lguest: Only descend into lguest directory when CONFIG_LGUEST "
` [PATCH 11/12] mmc: Only descend into mmc directory when CONFIG_MMC "
` [PATCH 12/12] leds: Only descend into leds directory when CONFIG_NEW_LEDS "

[PATCH v2] gpio: add Intel WhiskeyCove GPIO driver
 2016-06-20  7:37 UTC  (4+ messages)

[RFC] pinctrl: sh-pfc: propagate errors on group config
 2016-06-20  6:40 UTC 

[PATCH v1 1/1] gpio: intel-mid: switch to devm_gpiochip_add_data()
 2016-06-19 20:49 UTC 

[PATCH v3 0/2] tools/gpio: switch to tools buildsystem
 2016-06-19 20:41 UTC  (3+ messages)
` [PATCH v3 1/2] tools/gpio: move "
` [PATCH v3 2/2] tools/gpio: add install section

[PATCH v2 0/3] tools/gpio: switch to tools buildsystem
 2016-06-19 14:00 UTC  (7+ messages)
` [PATCH v2 1/3] tools/gpio: remove old Makefile
` [PATCH v2 2/3] tools/gpio: move to tools buildsystem
` [PATCH v2 3/3] tools/gpio: add install section

[PATCH] gpio: omap: make gpio numbering deterministical by using of aliases
 2016-06-19  1:08 UTC  (13+ messages)

[PATCH] Revert "pinctrl: digicolor: add missing platform_set_drvdata() call"
 2016-06-18 20:01 UTC 

[PATCH] [NEXT] gpiolib: make lineevent_irq_thread static
 2016-06-18  9:05 UTC  (2+ messages)

[PATCH] gpio: make the iterator point to last handle
 2016-06-18  8:59 UTC 

[patch] gpiolib: potential oops on failure path
 2016-06-18  8:57 UTC  (6+ messages)

[PATCH V2] pinctrl: Don't create a pinctrl handle if no pinctrl entries exist
 2016-06-18  8:44 UTC  (2+ messages)

[PATCH 1/2] pinctrl: intel: Use raw_spinlock for locking
 2016-06-18  8:36 UTC  (5+ messages)
` [PATCH 2/2] pinctrl: intel: Prevent force threading of the interrupt handler

[PATCH 0/2] pinctrl: uniphier: two more fixes for UniPhier pin data
 2016-06-18  8:03 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: uniphier: prohibit drive control for pin 61-66 of PH1-LD11
` [PATCH 2/2] pinctrl: uniphier: fix meaningless drive control offsets

[RFC] qnap-tsx51: add new driver for leds and button support on QNAP TS-x51 series
 2016-06-18  8:00 UTC  (6+ messages)

[PATCH v5 0/4] Allow ISA-style drivers on modern systems
 2016-06-18  3:47 UTC  (11+ messages)
` [PATCH v5 2/4] gpio: Allow PC/104 devices on X86_64

[PATCH 0/2] pinctrl: Add MDM9615 TLMM pinctrl driver and bindings
 2016-06-17 20:16 UTC  (4+ messages)
` [PATCH 1/2] pinctrl: qcom: Add support for MDM9615 TLMM
` [PATCH 2/2] dt-bindings: pinctrl: Add MDM9615 TLMM bindings

[PATCH v1 1/3] tools/gpio: remove old Makefile
 2016-06-17 18:24 UTC  (3+ messages)
` [PATCH v1 2/3] tools/gpio: move to tools buildsystem
` [PATCH v1 3/3] tools/gpio: add install section

[PATCH] gpio: 74x164: Use spi_write() helper instead of open coding
 2016-06-17 16:39 UTC 

[PATCH] gpio: make sure gpiod_to_irq() returns negative on NULL desc
 2016-06-17 16:13 UTC  (3+ messages)

[PATCH] gpio: sch: Fix Oops on module load on Asus Eee PC 1201
 2016-06-17  8:10 UTC  (4+ messages)

[PATCH v2] gpio: make library immune to error pointers
 2016-06-17  1:15 UTC  (3+ messages)

[PATCH] pinctrl: Don't create a pinctrl handle if no pinctrl entries exist
 2016-06-16 15:20 UTC  (2+ messages)

[PATCH] gpio: make library immune to error pointers
 2016-06-16 10:19 UTC  (2+ messages)

[PATCH] gpiolib: avoid uninitialized data in gpio kfifo
 2016-06-16 10:00 UTC  (2+ messages)

[PATCH] gpiolib-acpi: add _DEP support for Acer One 10
 2016-06-16  1:51 UTC  (6+ messages)

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

[PATCH v1 1/1] gpio: pca953x: enable driver on Intel Edison
 2016-06-15  9:19 UTC  (4+ messages)

[PATCH] gpio: add Intel WhiskeyCove GPIO driver
 2016-06-14 23:39 UTC  (5+ messages)

[PATCH 0/2 v2] gpio-omap: ensure a stable gpio numbering
 2016-06-14 18:57 UTC  (3+ messages)
` [PATCH 1/2 v2] gpio: omap: make gpio numbering deterministical by using of aliases
` [PATCH 2/2 v2] ARM: dts: add aliases for ti,omap[234]-gpio devices

[PATCH] pinctrl: qcom-ssbi: support for pm8058
 2016-06-14 17:43 UTC  (2+ messages)

[PATCH v2 1/9] pinctrl: walk into bcm subdir unconditionally
 2016-06-14 17:37 UTC  (3+ messages)

[PATCH 0/5] gpio: refactor of_parse_own_gpio() and of_get_named_gpiod_flags()
 2016-06-14 10:07 UTC  (6+ messages)
` [PATCH 1/5] gpio: of: optimize "gpios" property parsing of of_parse_own_gpio()
` [PATCH 2/5] gpio: of: drop needless gpio_chip look-up in of_parse_own_gpio()
` [PATCH 3/5] gpio: of: move chip->of_gpio_n_cells checking to of_gpiochip_add()
` [PATCH 4/5] gpio: of: remove of_gpiochip_and_xlate() and struct gg_data
` [PATCH 5/5] gpio: of: factor out common code to a new helper function

Expose named GPIOs through sysfs
 2016-06-14  7:31 UTC  (2+ messages)

[PATCH v3 0/3] pinctrl/broxton: enable platform device in the absent of ACPI enumeration
 2016-06-14  7:08 UTC  (9+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] x86/platform/p2sb: New Primary to Sideband bridge support driver for Intel SOC's

[PATCH] pinctrl: sh-pfc: fix property name in bindings doc
 2016-06-14  7:07 UTC  (3+ messages)

[PATCH 1/2] pinctrl: fix incorrect inline keyword in multiple drivers
 2016-06-14  6:56 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: max77620: select PINMUX

[PATCH v3] iio: stx104: Add GPIO support for the Apex Embedded Systems STX104
 2016-06-14  6:53 UTC  (2+ messages)

[PATCH] pinctrl: max77620: Remove unused structure definition
 2016-06-14  6:51 UTC  (2+ messages)

[PATCH 0/2] pinctrl: convert palmas and as3722 to tristate
 2016-06-13 21:10 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: palmas: convert PINCTRL_PALMAS from bool "
` [PATCH 2/2] pinctrl: as3722: convert PINCTRL_AS3722 "

[PATCH] gpio: 104-idi-48: Fix missing spin_lock_init for ack_lock
 2016-06-13 12:48 UTC  (2+ messages)

[PATCH 0/5] pinctrl: cherryview: fixes and enhancements
 2016-06-13 12:30 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] pinctrl: cherryview: prevent concurrent access to GPIO controllers
  ` [PATCH v2 3/3] pinctrl: cherryview: add handlers for pin_config_group_get/set


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