linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-18 07:02:32 to 2015-05-22 14:36:08 UTC [more...]

[RFC/RFT PATCH 0/7] gpio: omap: rework and fixes
 2015-05-22 14:35 UTC  (6+ messages)
` [PATCH 1/7] gpio: omap: fix omap_gpio_free to not clean up irq configuration
` [PATCH 2/7] gpio: omap: fix error handling in omap_gpio_irq_type
` [RFC/RFT PATCH 3/7] gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registers
` [RFC/RFT PATCH 4/7] gpio: omap: rework omap_gpio_request to touch only gpio "
` [RFC/RFT PATCH 6/7] gpio: omap: clean up omap_gpio_irq_type

[PATCH v8 00/16] Add support to STMicroelectronics STM32 family
 2015-05-22 14:14 UTC  (58+ messages)
` [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel
` [PATCH v8 04/16] clocksource/drivers: Add ARM System timer driver
` [PATCH v8 07/16] drivers: reset: Add STM32 reset driver
` [PATCH v8 09/16] clockevents/drivers: Add STM32 Timer driver
` [PATCH v8 11/16] serial: stm32-usart: Add STM32 USART Driver
` [PATCH v8 14/16] ARM: dts: Introduce STM32F429 MCU

[PATCH v4 0/7] Add Mediatek MMC driver
 2015-05-22 12:51 UTC  (18+ messages)
  ` [PATCH v4 1/7] mmc: dt-bindings: add Mediatek MMC bindings
  ` [PATCH v4 2/7] mmc: mediatek: Add Mediatek MMC driver
  ` [PATCH v4 3/7] mmc: mediatek: Add PM support for "
  ` [PATCH v4 4/7] arm64: dts: mediatek: Add MT8173 MMC dts
  ` [PATCH v4 5/7] arm64: mediatek: Add Mediatek MMC support in defconfig
  ` [PATCH v4 6/7] ARM: mediatek: dts: Add emmc support to mt8135
  ` [PATCH v4 7/7] ARM: multi_v7_defconfig: Enable Mediatek MMC support multi-v7

[PATCH] pinctrl: cherryview: Do not mask all interrupts on probe
 2015-05-22  7:56 UTC 

[PATCH] pinctrl: use "const struct ..." rather than "struct ... const"
 2015-05-22  6:25 UTC 

[PATCH] pinctrl: remove useless const qualifier
 2015-05-22  6:19 UTC 

[PATCH trivial] pinctrl: Spelling s/reseved/reserved/
 2015-05-22  1:28 UTC  (2+ messages)

[PATCH] gpio: Prevent an integer overflow in the pca953x driver
 2015-05-22  0:35 UTC 

[PATCH] gpiolib: debugfs: display gpios requested as irq only
 2015-05-21 20:33 UTC  (15+ messages)

[PATCH] gpio: add ETRAXFS GPIO driver
 2015-05-21 19:09 UTC  (5+ messages)

[RESEND PATCH 0/2] pinctrl: zynq: fix two bugs of zynq pinmux function
 2015-05-21 14:31 UTC  (5+ messages)
` [RESEND PATCH 1/2] pinctrl: zynq: fix DEFINE_ZYNQ_PINMUX_FUNCTION_MUX macro
` [RESEND PATCH 2/2] pinctrl: zynq: fix offset address for {SD0,SD1}_WP_CD_SEL

[PATCH trivial] gpiolib: Grammar s/an negative/a negative/
 2015-05-21 12:07 UTC 

[PATCH v2] gpio: rcar: Check for irq_set_irq_wake() failures
 2015-05-21 11:21 UTC 

[PATCH v2 0/11] Mediatek pinctrl driver optimize and add Mediatek SoC Pinctrl/GPIO/EINT driver for mt6397/mt8127
 2015-05-21  8:03 UTC  (26+ messages)
` [PATCH v2 01/11] dt-bindings: mediatek: Modify pinctrl bindings for mt6397
` [PATCH v2 02/11] pinctrl: dt bindings: mt6397: Add pinfunc header file "
` [PATCH v2 04/11] pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code
` [PATCH v2 05/11] pinctrl: mediatek: add ies/smt control to "
` [PATCH v2 06/11] pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397
` [PATCH v2 07/11] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127
` [PATCH v2 08/11] mfd: mediatek: Add GPIO sub module support into mfd
` [PATCH v2 09/11] ARM: dts: mt8127: add pinctrl/GPIO/EINT node for mt8127
  ` [PATCH v2 03/11] pinctrl: mediatek: data struct optimize and remove unused member
  ` [PATCH v2 10/11] arm64: dts: mt8173-evb: Add pinctrl/GPIO node for mt6397
` [PATCH v2 11/11] ARM: dts: mt8135-evbp1: "

[PATCH 01/10] pinctrl: mediatek: data struct optimize and remove unused member
 2015-05-21  8:02 UTC  (13+ messages)
  ` [PATCH 02/10] pinctrl: mediatek: add mtk_pctrl_spec_pull_set_samereg common code
  ` [PATCH 03/10] pinctrl: mediatek: add ies/smt control to "
  ` [PATCH 04/10] dt-bindings: mediatek: Modify pinctrl bindings for mt6397
    ` [PATCH 06/10] pinctrl: dt bindings: mt6397: Add pinfunc header file "
  ` [PATCH 07/10] arm64: dts: mt8173-evb: Add pinctrl/GPIO node "
    ` [PATCH 08/10] ARM: dts: mt8135-evbp1: "
  ` [PATCH 09/10] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127
  ` [PATCH 10/10] ARM: dts: mt8127: add pinctrl/GPIO/EINT node "

[PATCH v2 0/3] gpiolib: debugfs: update to show more info for gpios requested as irq
 2015-05-21  4:02 UTC  (5+ messages)
` [PATCH v2 1/3] gpiolib: debugfs: display gpios requested as irq only
` [PATCH v2 2/3] gpiolib: debugfs: show linux irq number for gpios requested as irq
` [PATCH v2 3/3] gpiolib: debugfs: identify gpios requested as irq only

[PATCH][RFC] gpiolib: rename gpiod_set_array to gpiod_set_array_value
 2015-05-21  0:26 UTC  (2+ messages)

[PATCH 00/27] gpio: Allow compile test of GPIO consumers if !GPIOLIB
 2015-05-20 22:51 UTC  (4+ messages)
` [PATCH 01/27] drm/bridge: ptn3460: #include <linux/gpio/consumer.h>, depend on GPIOLIB
  ` [PATCH 13/27] mtd: Allow compile test of GPIO consumers if !GPIOLIB

[PATCH 6/8] drivers/pwm: Add Crystalcove (CRC) PWM driver
 2015-05-20 15:09 UTC  (5+ messages)
` [PATCH 6/8] pwm: crc: "
    ` [Intel-gfx] "

[PATCH 0/3] pinctrl: tegra-xusb: Clean-up and fixes
 2015-05-20 15:04 UTC  (12+ messages)
  ` [PATCH 1/3] pinctrl: tegra-xusb: Remove unused structure
` [PATCH 2/3] pinctrl: tegra-xusb: Fix allocation of pins
` [PATCH 3/3] pinctrl: tegra-xusb: Check that of_match_node returns a valid pointer

[Patch v2 06/14] genirq: Move field 'handler_data' from struct irq_data into struct irq_common_data
 2015-05-20 14:48 UTC  (3+ messages)
` [Patch v2 14/14] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked()

[RFC v1 05/25] gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
 2015-05-20 10:00 UTC  (4+ messages)
` [RFC v1 06/25] pinctrl: "
` [RFC v1 21/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t
` [RFC v1 22/25] "

[PATCH 0/2] pinctrl: zynq: fix two bugs of zynq pinmux function
 2015-05-20  8:38 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: zynq: fix DEFINE_ZYNQ_PINMUX_FUNCTION_MUX macro
` [PATCH 2/2] pinctrl: zynq: fix offset address for {SD0,SD1}_WP_CD_SEL

[PATCH v4 2/3] irqchip: GIC: Add support for irq_{get,set}_irqchip_state
 2015-05-20  7:58 UTC  (9+ messages)

[PATCH] pinctrl: mediatek: add OF dependency to MT6397
 2015-05-20  7:13 UTC 

[PATCH] Drivers: gpio: gpio-lynxpoint, gpio-pca953x, gpio-tegra, gpio-zynq, gpiolib-of, gpiolib: Fixed spelling errors
 2015-05-19 14:53 UTC  (2+ messages)

[PATCH v3 00/17] new LoCoMo driver set
 2015-05-19 12:34 UTC  (15+ messages)
` [PATCH v3 01/17] mfd: add new driver for Sharp LoCoMo
` [PATCH v3 02/17] leds: port locomo leds driver to new locomo core
` [PATCH v3 03/17] input: convert LoCoMo keyboard driver to use "
` [PATCH v3 04/17] input: make LoCoMo keyboard driver support both poodle and collie
` [PATCH v3 06/17] video: lcd: add LoCoMo LCD driver

Calling irq_set_irq_wake() from .set_irq_wake()? (was: Re: [PATCH] gpio: pcf875x: Revert "gpio: pcf857x: Propagate wake-up setting to parent irq controller")
 2015-05-19  9:38 UTC  (4+ messages)
  ` Calling irq_set_irq_wake() from .set_irq_wake()?

[PATCH] pinctrl: zynq: add static to platform_driver remove callback
 2015-05-19  9:29 UTC  (2+ messages)

[PATCH] sh-pfc: r8a7790: Add PWM pin groups and functions
 2015-05-19  9:26 UTC  (2+ messages)

[PATCH] pinctrl: lpc18xx: add the missing group function map
 2015-05-19  9:07 UTC  (2+ messages)

[PATCH] gpio: pcf875x: Revert "gpio: pcf857x: Propagate wake-up setting to parent irq controller"
 2015-05-19  9:05 UTC  (2+ messages)

[PATCH 0/2] Fixes for the Cygnus GPIO driver
 2015-05-19  8:45 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: cygnus: fixed typo in the gpio driver
` [PATCH 2/2] pinctrl: cygnus: fixed incorrect GPIO-pin mapping

[PATCH 0/6] UHS-I support for sh_mobile_sdhi
 2015-05-18 19:48 UTC  (7+ messages)
` [PATCH 4/6] mmc: sh_mobile_sdhi: Add UHS-I mode support
` [PATCH 5/6] ARM: shmobile: lager: Set sdhi and mmcif clock rates

[PATCH] sh-pfc: r8a7791: Add PWM pin groups and functions
 2015-05-18  7:52 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).