linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-10 07:48:58 to 2018-09-20 10:11:48 UTC [more...]

[PATH v6 0/4] gpiolib: speed up GPIO array processing
 2018-09-20 10:11 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 4/4] gpiolib: Implement fast processing path in get/set array
  ` [PATCH v8 0/4] gpiolib: speed up GPIO array processing

[PATCH -next] pinctrl: mediatek: moore: fix return value check in mtk_moore_pinctrl_probe()
 2018-09-20  6:21 UTC 

[PATCH -next] pinctrl: mediatek: make symbol 'mtk_drive' static
 2018-09-20  6:21 UTC 

[PATCH -next] pinctrl: mediatek: paris: fix return value check in mtk_paris_pinctrl_probe()
 2018-09-20  6:21 UTC 

[PATCH 1/2] dt-bindings: pinctrl: document Broadcom Northstar pin mux controller
 2018-09-20  5:44 UTC  (6+ messages)
` [PATCH 2/2] pinctrl: bcm: add Northstar driver

[RFC] gpiolib: Fix gpio_direction_* for single direction GPIOs
 2018-09-20  5:23 UTC  (7+ messages)
` [PATCH] gpiolib: Show correct direction from the beginning

[PATCH 1/2] pinctrl: tegra: do not export tegra_pinctrl_probe
 2018-09-20  3:28 UTC  (3+ messages)
` [PATCH 2/2] pinctrl: tegra: move probe to __init section

[PATCH -next] pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
 2018-09-20  1:58 UTC 

[PATCH] pinctrl: qcom: spmi-gpio: Add pms405 gpio support
 2018-09-20  1:56 UTC  (2+ messages)

[PATCH 0/4] Qualcomm QCS404 TLMM pinctrl driver
 2018-09-20  1:37 UTC  (5+ messages)
` [PATCH 1/4] pinctrl: qcom: Introduce readl/writel accessors
` [PATCH 2/4] pinctrl: qcom: Support dispersed tiles
` [PATCH 3/4] dt-bindings: pinctrl: qcom: Add QCS404 pinctrl binding
` [PATCH 4/4] pinctrl: qcom: Add qcs404 pinctrl driver

[PATCH v3 2/3] mtd: rawnand: ams-delta: use GPIO lookup table
 2018-09-19 22:17 UTC  (2+ messages)
` [PATCH v5] "

[RFC/PATCH 0/5] Support children for legacy device properties
 2018-09-19 19:55 UTC  (14+ messages)
` [RFC/PATCH 1/5] device property: split generic properties and property sets
` [RFC/PATCH 2/5] device property: introduce notion of subnodes for legacy boards
` [RFC/PATCH 3/5] device property: export property_set structure
` [RFC/PATCH 4/5] gpiolib: add support for fetching descriptors from static properties
` [RFC/PATCH 5/5] RFC: ARM: simone: Hacked in keys

[PATCH v2 0/7] Introduce STMFX I2C Multi-Function eXpander
 2018-09-19 19:50 UTC  (17+ messages)
` [PATCH v2 1/7] dt-bindings: mfd: Add ST Multi-Function eXpander (STMFX) core bindings
` [PATCH v2 2/7] mfd: Add ST Multi-Function eXpander (STMFX) core driver
` [PATCH v2 3/7] dt-bindings: pinctrl: document the STMFX pinctrl bindings
` [PATCH v2 4/7] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
` [PATCH v2 5/7] ARM: dts: stm32: add STMFX support on stm32746g-eval
` [PATCH v2 6/7] ARM: dts: stm32: add joystick "
` [PATCH v2 7/7] ARM: dts: stm32: add orange and blue leds "

[PATCH v3 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration
 2018-09-19 18:10 UTC  (2+ messages)

[PATCH] pinctrl: intel: Do pin translation in other GPIO operations as well
 2018-09-19 17:35 UTC  (6+ messages)

[PATCH v4 0/3] Renesas R9A06G032 PINCTRL Driver
 2018-09-19 14:23 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: pinctrl: renesas,rzn1-pinctrl: documentation
` [PATCH v4 2/3] pinctrl: renesas: Renesas RZ/N1 pinctrl driver
` [PATCH v4 3/3] ARM: dts: r9a06g032: Add pinctrl node

[PATCH v3 0/3] Renesas R9A06G032 PINCTRL Driver
 2018-09-19  9:27 UTC  (15+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: renesas,rzn1-pinctrl: documentation
` [PATCH v3 2/3] pinctrl: renesas: Renesas RZ/N1 pinctrl driver
` [PATCH v3 3/3] ARM: dts: r9a06g032: Add pinctrl node

[PATCH 1/5] gpio: davinci: Remove unused member of davinci_gpio_controller
 2018-09-19  5:02 UTC  (20+ messages)
` [PATCH 2/5] gpio: davinci: Use dev name for label and automatic base selection
` [PATCH 3/5] gpio: davinci: Allocate the correct amount of memory for controller
` [PATCH 4/5] gpio: davinci: Remove unneeded GPIO macro
` [PATCH 5/5] gpio: davinci: Move driver local definitions to driver

[PATCH v2 00/22] Unify MediaTek pinctrl in preparation for MT8183 and MT6765
 2018-09-19  4:37 UTC  (44+ messages)
` [PATCH v2 01/22] pinctrl: mediatek: add pinctrl-mtk-common-v2 for all MediaTek pinctrls
` [PATCH v2 02/22] pinctrl: mediatek: add pinctrl-moore that implements the generic pinctrl dt-bindings
` [PATCH v2 03/22] pinctrl: mediatek: extend struct mtk_pin_field_calc to pinctrl-mtk-common-v2.c
` [PATCH v2 04/22] pinctrl: mediatek: extend struct mtk_pin_desc "
` [PATCH v2 05/22] pinctrl: mediatek: extend struct mtk_pin_soc "
` [PATCH v2 06/22] pinctrl: mediatek: add driving strength related support "
` [PATCH v2 07/22] pinctrl: mediatek: add drv register "
` [PATCH v2 08/22] pinctrl: mediatek: add pull related "
` [PATCH v2 09/22] pinctrl: mediatek: add advanced "
` [PATCH v2 10/22] pinctrl: mediatek: add ies register "
` [PATCH v2 11/22] pinctrl: mediatek: add pullen, pullsel "
` [PATCH v2 12/22] pinctrl: mediatek: add MT7623 pinctrl driver based on generic pinctrl binding
` [PATCH v2 13/22] pinctrl: mediatek: use pin descriptor all in pinctrl-mtk-common-v2.c
` [PATCH v2 14/22] pinctrl: mediatek: add multiple register bases support to pinctrl-mtk-common-v2.c
` [PATCH v2 15/22] pinctrl: mediatek: adjust error code and message when some register not supported is found
` [PATCH v2 16/22] pinctrl: mediatek: extend struct mtk_pin_desc which per-pin driver depends on
` [PATCH v2 17/22] pinctrl: mediatek: add pinctrl-paris that implements the vendor dt-bindings
` [PATCH v2 18/22] pinctrl: mediatek: add MT8183 pinctrl driver
` [PATCH v2 19/22] pinctrl: mediatek: extend advanced pull support in pinctrl-mtk-common-v2.c
` [PATCH v2 20/22] pintcrl: mediatek: add pull tweaks for I2C related pins on MT8183

[PATCH] gpio: omap: Add level wakeup handling for omap4 based SoCs
 2018-09-19  0:28 UTC  (11+ messages)

[PATCH] pinctrl: cannonlake: Fix gpio base for GPP-E
 2018-09-18 23:34 UTC  (3+ messages)

pinctrl-icelake: driver writes to wrong offsets?
 2018-09-18 15:31 UTC  (6+ messages)

[PATCH v7 00/10] Add the I3C subsystem
 2018-09-18  7:00 UTC  (4+ messages)
` [PATCH v7 01/10] i3c: Add core I3C infrastructure

[PATCH] gpiolib: Free the last requested descriptor
 2018-09-17 15:55 UTC  (5+ messages)

gpio regression in linux-next
 2018-09-17 15:53 UTC  (4+ messages)

[PATCH] gpio: pxa: avoid attempting to set pin direction via pinctrl on MMP2
 2018-09-17 11:17 UTC 

[PATCH] pinctrl: icelake: Fix the resource number for community-4/5
 2018-09-14 21:38 UTC  (4+ messages)

[PATCH] gpio: omap: Remove custom PM calls and use cpu_pm instead
 2018-09-14 13:20 UTC  (8+ messages)

[PATCH] pinctrl: at91: don't use the same irqchip with multiple gpiochips
 2018-09-14  8:59 UTC  (2+ messages)

[PATCH] gpiolib: fix freeing of descriptors on error
 2018-09-14  8:57 UTC  (3+ messages)

unexpected side effect of "gpiolib: override irq_enable/disable"
 2018-09-14  8:24 UTC  (11+ messages)

[GIT PULL] pin control fixes for v4.19
 2018-09-13 12:13 UTC 

[PATCH v2 0/1] gpio: mvebu: Add support for multiple PWM lines
 2018-09-13 11:14 UTC  (4+ messages)
` [PATCH v2 1/1] gpio: mvebu: Add support for multiple PWM lines per GPIO chip

[PATCH trivial] gpio: uapi: Grammar s/array/array of/
 2018-09-13  8:46 UTC  (2+ messages)

[PATCH v3 0/3] pinctrl: msm interrupt and muxing fixes
 2018-09-12 10:34 UTC  (2+ messages)

[PATCH v3 0/2] GPIO: add single-register GPIO via CREG driver
 2018-09-11 15:09 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] dt-bindings: Document the Synopsys GPIO via CREG bindings

[PATCH mfd+gpio 1/2] drivers: mfd: Add support for Moxtet bus
 2018-09-11 14:43 UTC  (2+ messages)

[PATCH 0/3] ARM: OMAP1: ams-delta: Clean up GPIO setup for MODEM
 2018-09-10 21:49 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v6 00/10] Add the I3C subsystem
 2018-09-10 16:16 UTC  (21+ messages)
` [PATCH v6 01/10] i3c: Add core I3C infrastructure

[PATCH v4 0/8] Introduce the for_each_set_clump macro
 2018-09-10 14:47 UTC  (5+ messages)

[PATCH v2 0/3] Renesas R9A06G032 PINCTRL Driver
 2018-09-10  9:58 UTC  (10+ 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).