linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-26 16:36:14 to 2019-02-04 10:20:09 UTC [more...]

[PATCH 0/9] qcom: ssbi-gpio: add support for hierarchical IRQ chip
 2019-02-04 10:20 UTC  (8+ messages)
` [PATCH 2/9] genirq: introduce irq_domain_translate_twocell
` [PATCH 3/9] mfd: pm8xxx: convert to v2 irq interfaces to support hierarchical IRQ chips
` [PATCH 4/9] mfd: pm8xxx: disassociate old virq if hwirq mapping already exists

[PATCH v2 -next 1/2] genirq: export irq_chip_set_wake_parent symbol
 2019-02-04 10:04 UTC  (4+ messages)
` [PATCH v2 -next 2/2] pinctrl: qcom: spmi-gpio: select IRQ_DOMAIN_HIERARCHY in Kconfig

[PATCH -next 1/2] genirq: export irq_chip_set_wake_parent symbol
 2019-02-03 13:05 UTC  (3+ messages)
` [PATCH -next 2/2] pinctrl: qcom: spmi-gpio: select IRQ_DOMAIN_HIERARCHY in Kconfig

[PATCH V3 0/2] pinctrl: bcm2835: Improve generic behavior
 2019-02-03 13:02 UTC  (3+ messages)
` [PATCH V3 1/2] pinctrl: bcm2835: declare pin config as generic
` [PATCH V3 2/2] pinctrl: bcm2835: Direct GPIO config changes to generic pinctrl

next-20190201 build: 2 failures 19 warnings (next-20190201)
 2019-02-03 12:38 UTC  (2+ messages)

[PATCH v3 00/11] mfd: add support for max77650 PMIC
 2019-02-02 14:39 UTC  (15+ messages)
` [PATCH v3 01/11] dt-bindings: mfd: add DT bindings for max77650
` [PATCH v3 02/11] dt-bindings: power: supply: "
` [PATCH v3 03/11] dt-bindings: gpio: "
` [PATCH v3 04/11] dt-bindings: leds: "
` [PATCH v3 05/11] dt-bindings: input: "
` [PATCH v3 06/11] mfd: max77650: new core mfd driver
` [PATCH v3 07/11] power: supply: max77650: add support for battery charger
` [PATCH v3 08/11] gpio: max77650: add GPIO support
` [PATCH v3 09/11] leds: max77650: add LEDs support
` [PATCH v3 10/11] input: max77650: add onkey support
` [PATCH v3 11/11] MAINTAINERS: add an entry for max77650 mfd driver

[PATCH v2 0/9] gpio: mockup: improve the user-space testing interface
 2019-02-01 11:02 UTC  (14+ messages)
` [PATCH v2 1/9] irq/irq_sim: don't share the irq_chip structure between simulators
` [PATCH v2 2/9] irq/irq_sim: use irq domain
` [PATCH v2 3/9] irq/irq_sim: provide irq_sim_fire_type()
` [PATCH v2 4/9] gpio: mockup: add locking
` [PATCH v2 5/9] gpio: mockup: implement get_multiple()
` [PATCH v2 6/9] gpio: mockup: don't create the debugfs link named after the label
` [PATCH v2 7/9] gpio: mockup: change the type of 'offset' to unsigned int
` [PATCH v2 8/9] gpio: mockup: change the signature of unlocked get/set helpers
` [PATCH v2 9/9] gpio: mockup: rework debugfs interface

[PATCH v2 00/13] mfd: add support for max77650 PMIC
 2019-02-01  9:11 UTC  (25+ messages)
` [PATCH v2 01/13] dt-bindings: mfd: add DT bindings for max77650
` [PATCH] gpio fixup domain
` [PATCH v2 02/13] dt-bindings: regulator: add DT bindings for max77650
` [PATCH v2 03/13] dt-bindings: power: supply: "
` [PATCH v2 04/13] dt-bindings: gpio: "
` [PATCH v2 05/13] dt-bindings: leds: "
` [PATCH v2 06/13] dt-bindings: input: "
` [PATCH v2 07/13] mfd: max77650: new core mfd driver
` [PATCH v2 08/13] regulator: max77650: add regulator support
` [PATCH v2 09/13] power: supply: max77650: add support for battery charger
` [PATCH v2 10/13] gpio: max77650: add GPIO support
` [PATCH v2 11/13] leds: max77650: add LEDs support
` [PATCH v2 12/13] input: max77650: add onkey support
` [PATCH v2 13/13] MAINTAINERS: add an entry for max77650 mfd driver

[RFC PATCH v4 00/10] support ROHM BD70528 PMIC
 2019-01-31 21:09 UTC  (12+ messages)
` [RFC PATCH v4 01/10] mfd: bd718x7.h split to ROHM common and bd718x7 specific parts
` [RFC PATCH v4 02/10] regulator: bd718x7 use chip specific and generic data structs
` [RFC PATCH v4 03/10] clk: bd718x7: "
` [RFC PATCH v4 04/10] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [RFC PATCH v4 05/10] clk: bd718x7: Support ROHM BD70528 clk block
` [RFC PATCH v4 06/10] devicetree: bindings: Document first ROHM BD70528 bindings
` [RFC PATCH v4 07/10] gpio: Initial support for ROHM bd70528 GPIO block
` [RFC PATCH v4 08/10] rtc: bd70528: Initial support for ROHM bd70528 RTC
` [RFC PATCH v4 09/10] power: supply: Initial support for ROHM BD70528 PMIC charger block
` [RFC PATCH v4 10/10] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block

[PATCH] pinctrl: qcom: qcs404: Drop unused UFS_RESET macro
 2019-01-31 17:38 UTC 

[PATCH] pinctrl: qcom: qcs404: Correct SDC tile
 2019-01-31 17:29 UTC 

[PATCH v2 0/7] add support for SAM9X60 pin controller
 2019-01-31 16:18 UTC  (8+ messages)
` [PATCH v2 1/7] pinctrl: at91: add option to use drive strength bits
` [PATCH v2 2/7] pinctrl: at91: add drive strength support for SAM9X60
` [PATCH v2 3/7] pinctrl: at91: add compatibles for SAM9X60 pin controller
` [PATCH v2 4/7] dt-bindings: add documentation for banks
` [PATCH v2 5/7] dt-bindings: add bindings for SAM9X60
` [PATCH v2 6/7] pinctrl: at91: add slewrate support "
` [PATCH v2 7/7] dt-bindings: add documentation for slew rate

[PATCH 0/7] add support for SAM9X60 pin controller
 2019-01-31 16:16 UTC  (11+ messages)
` [PATCH 1/7] pinctrl: at91: add option to use drive strength bits
` [PATCH 2/7] pinctrl: at91: add drive strength support for SAM9X60
` [PATCH 3/7] pinctrl: at91: add compatibles for SAM9X60 pin controller
` [PATCH 4/7] dt-bindings: add documentation for banks
` [PATCH 5/7] dt-bindings: add bindings for SAM9X60
` [PATCH 6/7] pinctrl: at91: add slewrate support "
` [PATCH 7/7] dt-bindings: add documentation for slew rate

[RFC PATCH v3 00/10] support ROHM BD70528 PMIC
 2019-01-31 10:48 UTC  (14+ messages)
` [RFC PATCH v3 01/10] mfd: bd718x7.h split to ROHM common and bd718x7 specific parts
` [RFC PATCH v3 02/10] regulator: bd718x7 use chip specific and generic data structs
` [RFC PATCH v3 03/10] clk: bd718x7: "
` [RFC PATCH v3 04/10] mfd: bd70528: Support ROHM bd70528 PMIC - core
` [RFC PATCH v3 05/10] clk: bd718x7: Support ROHM BD70528 clk block
` [RFC PATCH v3 06/10] devicetree: bindings: Document first ROHM BD70528 bindings
` [RFC PATCH v3 07/10] gpio: Initial support for ROHM bd70528 GPIO block
` [RFC PATCH v3 08/10] rtc: bd70528: Initial support for ROHM bd70528 RTC
` [RFC PATCH v3 09/10] power: supply: Initial support for ROHM BD70528 PMIC charger block
` [RFC PATCH v3 10/10] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block

[PATCHv2] gpio: MT7621: use a per instance irq_chip structure
 2019-01-31  0:55 UTC  (2+ messages)

[GIT PULL] GPIO fixes for the v5.0 series, take two
 2019-01-30 17:45 UTC  (2+ messages)

[PATCH] gpio: MT7621: use a per instance irq_chip structure
 2019-01-30 16:22 UTC  (3+ messages)

[PATCH v8 0/8] Introduce the for_each_set_clump8 macro
 2019-01-30 11:56 UTC  (5+ messages)

Ingenic pinctrl fixes
 2019-01-30  9:31 UTC  (19+ messages)
` [PATCH RESEND 1/4] Pinctrl: Ingenic: Fix bugs caused by differences between JZ4770 and JZ4780
` [PATCH RESEND 4/4] Pinctrl: Ingenic: Fix const declaration
  ` [PATCH v2 1/3] Pinctrl: Ingenic: Fix bugs caused by differences between JZ4770 and JZ4780
  ` [PATCH v2 2/3] Pinctrl: Ingenic: Add missing parts for "
  ` [PATCH v2 3/3] Pinctrl: Ingenic: Unify the function name prefix to "ingenic_gpio_"

[RFC PATCH v2 08/10] rtc: bd70528: Initial support for ROHM bd70528 RTC
 2019-01-30  0:24 UTC  (10+ messages)

[PATCH] dt-bindings: pinctrl: Document the i.MX50 IOMUXC binding
 2019-01-29 16:55 UTC 

[PATCH 00/13] mfd: add support for max77650 PMIC
 2019-01-29 13:22 UTC  (11+ messages)
` [PATCH 10/13] gpio: max77650: add GPIO support
` [PATCH 12/13] input: max77650: add onkey support

[PATCH] pinctrl: mediatek: fix dependencies for PINCTRL_MT76XX
 2019-01-29  6:22 UTC  (3+ messages)

[RFC PATCH v2 10/10] watchdog: bd70528: Initial support for ROHM BD70528 watchdog block
 2019-01-28 20:35 UTC  (5+ messages)

[PATCH AUTOSEL 4.9 080/107] pinctrl: meson: meson8: fix the GPIO function for the GPIOAO pins
 2019-01-28 16:19 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 081/107] pinctrl: meson: meson8b: "

[PATCH AUTOSEL 4.14 004/170] pinctrl: bcm2835: Use raw spinlock for RT compatibility
 2019-01-28 16:11 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 074/170] pinctrl: sx150x: handle failure case of devm_kstrdup
` [PATCH AUTOSEL 4.14 135/170] pinctrl: meson: meson8: fix the GPIO function for the GPIOAO pins
` [PATCH AUTOSEL 4.14 136/170] pinctrl: meson: meson8b: "

[PATCH AUTOSEL 4.19 004/258] pinctrl: bcm2835: Use raw spinlock for RT compatibility
 2019-01-28 15:58 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 006/258] gpiolib: Fix possible use after free on label
` [PATCH AUTOSEL 4.19 115/258] gpio: mt7621: report failure of devm_kasprintf()
` [PATCH AUTOSEL 4.19 116/258] gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stack
` [PATCH AUTOSEL 4.19 117/258] pinctrl: sx150x: handle failure case of devm_kstrdup
` [PATCH AUTOSEL 4.19 213/258] pinctrl: meson: meson8: fix the GPIO function for the GPIOAO pins
` [PATCH AUTOSEL 4.19 214/258] pinctrl: meson: meson8b: "

[PATCH AUTOSEL 4.20 128/304] pinctrl: nuvoton: check for devm_kasprintf() failure
 2019-01-28 15:42 UTC  (7+ messages)
` [PATCH AUTOSEL 4.20 136/304] gpio: mt7621: report failure of devm_kasprintf()
` [PATCH AUTOSEL 4.20 137/304] gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stack
` [PATCH AUTOSEL 4.20 138/304] pinctrl: sx150x: handle failure case of devm_kstrdup
` [PATCH AUTOSEL 4.20 206/304] pinctrl: rza1: Handle devm_kasprintf() failure cases
` [PATCH AUTOSEL 4.20 255/304] pinctrl: meson: meson8: fix the GPIO function for the GPIOAO pins
` [PATCH AUTOSEL 4.20 256/304] pinctrl: meson: meson8b: "

[RFC PATCH v2 09/10] power: supply: Initial support for ROHM BD70528 PMIC charger block
 2019-01-28 14:46 UTC  (4+ messages)

[PATCH] pinctrl: berlin: as370: use generic "pwm" as pwm function name
 2019-01-28 14:21 UTC  (2+ messages)

[RFC PATCH v2 07/10] gpio: Initial support for ROHM bd70528 GPIO block
 2019-01-28 14:04 UTC  (3+ messages)

[PATCH 0/9] gpio: mockup: improve the user-space testing interface
 2019-01-28 13:47 UTC  (2+ messages)

[PATCH -next] pinctrl: sirf: drop pointless static qualifier in sirfsoc_gpio_probe
 2019-01-28 13:43 UTC  (2+ messages)

[PATCH v2 0/2] pinctrl: remove unused 'pinconf-config' debugfs interface
 2019-01-28 13:41 UTC  (2+ messages)

[PATCH] pinctrl: remove unused 'pinconf-config' debugfs interface
 2019-01-28 12:51 UTC  (3+ messages)

[PATCH RFC V2 0/4] pinctrl: bcm2835: improve libgpiod output
 2019-01-28  9:23 UTC  (7+ messages)
` [PATCH RFC V2 1/4] pinctrl: bcm2835: declare pin config as generic
` [PATCH RFC V2 4/4] gpiolib: Take MUX usage into account

[PATCH] pinctrl.txt: Remove outdated information
 2019-01-28  9:08 UTC  (2+ messages)

[RFC PATCH v2 00/10] support ROHM BD70528 PMIC
 2019-01-28  7:38 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).