linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-12 01:56:55 to 2019-10-18 00:20:09 UTC [more...]

[PATCH v2 00/11] ASoC: Add support to WCD9340/WCD9341 codec
 2019-10-18  0:18 UTC  (3+ messages)
` [PATCH v2 01/11] ASoC: dt-bindings: add dt bindings for WCD9340/WCD9341 audio codec
` [PATCH v2 06/11] ASoC: wcd934x: add capture dapm widgets

[PATCH v2 0/2] gpio: brcm: XGS iProc GPIO driver
 2019-10-17 19:24 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: gpio: brcm: Add bindings for xgs-iproc
` [PATCH v2 2/2] gpio: Add xgs-iproc driver

[GIT PULL] GPIO fixes for v5.4 take two
 2019-10-17 16:10 UTC  (2+ messages)

[RFC PATCH 00/13] Support ROHM BD71828 PMIC
 2019-10-17 14:28 UTC  (21+ messages)
` [RFC PATCH 01/13] mfd: bd71828: Support ROHM BD71828 PMIC - core
` [RFC PATCH 02/13] mfd: input: bd71828: Add power-key support
` [RFC PATCH 03/13] clk: bd718x7: Support ROHM BD71828 clk block
` [RFC PATCH 04/13] regulator: bd718x7: Split driver to common and bd718x7 specific parts
` [RFC PATCH 05/13] regulator: bd71828: Basic support for ROHM bd71828 PMIC regulators
` [RFC PATCH 06/13] regulator: bd71828: Add GPIO based run-level control for regulators
` [RFC PATCH 07/13] regulator: bd71828: enhanced run-level support
` [RFC PATCH 08/13] regulator: bd71828: Support in-kernel APIs to change run-level
` [RFC PATCH 09/13] mfd: rtc: support RTC on ROHM BD71828 with BD70528 driver
` [RFC PATCH 10/13] gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs
` [RFC PATCH 11/13] led: bd71828: Support LED outputs on ROHM BD71828 PMIC
` [RFC PATCH 12/13] dt-bindings: mfd: Document ROHM BD71282 bindings
` [RFC PATCH 13/13] dt-bindings: regulator: Document ROHM BD71282 regulator bindings

pinctrl regresssion on mx28
 2019-10-17 13:49 UTC  (2+ messages)

drivers/pinctrl/sh-pfc/pfc-sh7734.c multiple define of TCLK1_B
 2019-10-17 13:14 UTC  (2+ messages)

[PATCH -next 00/30] pinctrl: use devm_platform_ioremap_resource() to simplify code
 2019-10-17 13:09 UTC  (37+ messages)
` [PATCH -next 01/30] pinctrl: pxa25x: "
` [PATCH -next 02/30] pinctrl: pxa27x: "
` [PATCH -next 03/30] pinctrl: cygnus-mux: "
` [PATCH -next 04/30] pinctrl: pic32: "
` [PATCH -next 05/30] pinctrl: nsp-gpio: "
` [PATCH -next 06/30] pinctrl: nsp: "
` [PATCH -next 07/30] pinctrl: ns2: "
` [PATCH -next 08/30] pinctrl: bcm281xx: "
` [PATCH -next 09/30] pinctrl: sunxi: "
` [PATCH -next 10/30] pinctrl: tegra: "
` [PATCH -next 11/30] pinctrl: msm: "
` [PATCH -next 12/30] pinctrl: spear: "
` [PATCH -next 13/30] pinctrl: zte: "
` [PATCH -next 14/30] pinctrl: at91: "
` [PATCH -next 15/30] pinctrl: oxnas: "
` [PATCH -next 16/30] pinctrl: pistachio: "
` [PATCH -next 17/30] pinctrl: lpc18xx: "
` [PATCH -next 18/30] pinctrl: da850-pupd: "
` [PATCH -next 19/30] pinctrl: tb10x: "
` [PATCH -next 20/30] pinctrl: u300: "
` [PATCH -next 21/30] pinctrl: vt8500: "
` [PATCH -next 22/30] pinctrl: xway: "
` [PATCH -next 23/30] pinctrl: rza2: "
` [PATCH -next 24/30] pinctrl: digicolor: "
` [PATCH -next 25/30] pinctrl: coh901: "
` [PATCH -next 26/30] pinctrl: bm1880: "
` [PATCH -next 27/30] pinctrl: artpec6: "
` [PATCH -next 28/30] pinctrl: actions: "
` [PATCH -next 29/30] pinctrl: at91-pio4: "
` [PATCH -next 30/30] pinctrl: iproc: "

linusw/devel boot: 41 boots: 0 failed, 41 passed (v5.4-rc1-12-g698b8eeaed72)
 2019-10-17  9:10 UTC 

linusw/for-next boot: 41 boots: 0 failed, 41 passed (gpio-v5.4-3-13-g7c547cb52849)
 2019-10-17  9:09 UTC 

linusw/devel build: 6 builds: 0 failed, 6 passed, 13 warnings (v5.4-rc1-12-g698b8eeaed72)
 2019-10-17  8:25 UTC 

linusw/for-next build: 6 builds: 0 failed, 6 passed, 5 warnings (gpio-v5.4-3-13-g7c547cb52849)
 2019-10-17  8:24 UTC 

[PATCH v2 0/6] gpio: expose pull-up/pull-down line flags to userspace
 2019-10-17  5:06 UTC  (21+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] gpiolib: add support for pull up/down to lineevent_create
` [PATCH v2 3/6] gpio: mockup: add set_config to support pull up/down
` [PATCH v2 4/6] gpiolib: pull requires explicit input mode
` [PATCH v2 5/6] gpiolib: disable bias on inputs when pull up/down are both set
` [PATCH v2 6/6] gpiolib: allow pull up/down on outputs

[PATCH 0/7] pinctrl: Fixes for AST2600 support
 2019-10-16 23:26 UTC  (7+ messages)
` [PATCH 1/7] dt-bindings: pinctrl: aspeed-g6: Rework SD3 function and groups

[PATCH v1] gpio: pca953x: Convert to use bitmap API
 2019-10-16 21:06 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: Convert Allwinner Pin Controller to a schema
 2019-10-16 14:37 UTC  (2+ messages)

[PATCH v2] pinctrl: sh-pfc: Do not use platform_get_irq() to count interrupts
 2019-10-16 14:26 UTC 

[PATCH -next] pinctrl: mvebu: use devm_platform_ioremap_resource() to simplify code
 2019-10-16 14:12 UTC 

[PATCH -next] pinctrl: mediatek: use devm_platform_ioremap_resource() to simplify code
 2019-10-16 14:10 UTC 

[PATCH] pinctrl: sprd: Add CM4 sleep mode support
 2019-10-16 14:01 UTC  (2+ messages)

[PATCH 0/2] Pinctrl driver for MSM8976 and MSM8956
 2019-10-16 13:53 UTC  (8+ messages)
` [PATCH 1/2] pinctrl: qcom: Add a pinctrl driver for MSM8976 and 8956
` [PATCH 2/2] dt-bindings: pinctrl: Add MSM8976 driver bindings and documentation

[PATCH v5.3] gpio: fix getting nonexclusive gpiods from DT
 2019-10-16 13:06 UTC  (3+ messages)

[PATCH v1] pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
 2019-10-16 12:58 UTC  (2+ messages)

[PATCH 0/2] gpio: brcm: XGS iProc GPIO driver
 2019-10-16 12:53 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: gpio: brcm: Add bindings for xgs-iproc
` [PATCH 2/2] gpio: Add xgs-iproc driver

[PATCH v3 0/2] pinctrl: rockchip: support rk3308 SoC
 2019-10-16 12:45 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: rockchip: add rk3308 SoC support
` [PATCH v3 2/2] "

[PATCH v2 0/4] Add GPIO support for RDA8810PL SoC
 2019-10-16 12:41 UTC  (8+ messages)
` [PATCH v2 1/4] dt-bindings: gpio: Add devicetree binding for RDA Micro GPIO controller
` [PATCH v2 2/4] ARM: dts: Add RDA8810PL GPIO controllers
` [PATCH v2 3/4] gpio: Add RDA Micro GPIO controller support
` [PATCH v2 4/4] MAINTAINERS: Add entry for RDA Micro GPIO driver and binding

[PATCH] pinctrl: berlin: as370: fix a typo s/spififib/spdifib
 2019-10-16 12:13 UTC  (2+ messages)

[PATCH v8] gpio/mpc8xxx: change irq handler from chained to normal
 2019-10-16 12:10 UTC  (2+ messages)

[PATCH v1 0/2] pinctrl: Add new pinctrl/GPIO driver
 2019-10-16 12:05 UTC  (5+ messages)
` [PATCH v1 1/2] pinctrl: Add pinmux & GPIO controller driver for new SoC

[PATCH 0/5] gpio: expose pull-up/pull-down line flags to userspace
 2019-10-16 11:52 UTC  (5+ messages)

[PATCH 0/3] Add DA9062 GPIO support
 2019-10-16 11:44 UTC  (7+ messages)
` [PATCH 3/3] gpio: da9062: add driver support

[PATCH v2 1/1] pinctrl: stmfx: add irq_request/release_resources callbacks
 2019-10-16 11:39 UTC  (2+ messages)

[PATCH] pinctrl: sprd: Add PIN_CONFIG_BIAS_DISABLE configuration support
 2019-10-16 11:38 UTC  (2+ messages)

[PATCH 1/1] pinctrl: stmfx: add irq_request/release_resources callbacks
 2019-10-16 11:12 UTC  (4+ messages)

[PATCH V1] dt-bindings: pinctrl: qcom-pmic-gpio: Add support for pm6150/pm6150l
 2019-10-16  8:48 UTC  (3+ messages)

[PATCH RFC v2 00/14] Support wakeup capable GPIOs
 2019-10-16  6:27 UTC  (4+ messages)
` [PATCH RFC v2 06/14] dt-bindings/interrupt-controller: pdc: add SPI config register

[PATCH 0/3] dt-bindings: fix issues seen during STM32 DT validation
 2019-10-15 17:24 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: arm: stm32: Add missing STM32 boards
` [PATCH 2/3] dt-bindings: pinctrl: stm32: Fix 'st,syscfg' description field
` [PATCH 3/3] dt-bindings: usb: generic-ehci: Add "companion" entry

[PATCH 0/4] Add GPIO support for RDA8810PL SoC
 2019-10-15 16:51 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: gpio: Add devicetree binding for RDA Micro GPIO controller
` [PATCH 2/4] gpio: Add RDA Micro GPIO controller support
` [PATCH 3/4] ARM: dts: Add RDA8810PL GPIO controllers
` [PATCH 4/4] MAINTAINERS: Add entry for RDA Micro GPIO driver and binding

[PATCH] gpio: pca953x: Add Maxim MAX7313 PWM support
 2019-10-15 14:55 UTC  (6+ messages)

[PATCH v3 0/2] pinctrl: rockchip: support rk3308 SoC
 2019-10-15  8:36 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: rockchip: add rk3308 SoC support
` [PATCH v3 2/2] "

linusw/for-next boot: 42 boots: 0 failed, 42 passed (v5.4-rc3-18-g818633792f6c)
 2019-10-15  2:29 UTC 

linusw/fixes boot: 33 boots: 1 failed, 32 passed (v5.4-rc3-6-g75e99bf5ed8f)
 2019-10-15  2:21 UTC 

linusw/for-next build: 6 builds: 0 failed, 6 passed, 5 warnings (v5.4-rc3-18-g818633792f6c)
 2019-10-15  1:44 UTC 

linusw/fixes build: 6 builds: 0 failed, 6 passed, 5 warnings (v5.4-rc3-6-g75e99bf5ed8f)
 2019-10-15  1:37 UTC 

[PATCH v5.3, v4.19] gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source
 2019-10-14 23:38 UTC  (2+ messages)

[PATCH 0/2] pinctrl: rockchip: support rk3308 SoC
 2019-10-14 18:15 UTC  (11+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: rockchip: add rk3308 SoC support
` [PATCH 2/2] "
` [PATCH v2 0/2] pinctrl: rockchip: support rk3308 SoC
  ` [PATCH v2 1/2] dt-bindings: pinctrl: rockchip: add rk3308 SoC support
  ` [PATCH v2 2/2] "

[PATCH v4.14] gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source
 2019-10-14 16:10 UTC 

[PATCH] pinctrl: ocelot: Pass irqchip when adding gpiochip
 2019-10-14 15:18 UTC  (2+ messages)

[PATCH 1/3] pinctrl: nomadik: Drop support for latent IRQ
 2019-10-14 11:11 UTC  (3+ messages)
` [PATCH 2/3] pinctrl: nomadik: Pass irqchip when adding gpiochip
` [PATCH 3/3] pinctrl: nomadik: Simplify interrupt handler

[PATCH v3 0/4] pinctrl: meson-a1: add pinctrl driver
 2019-10-14 10:54 UTC  (5+ messages)
` [PATCH v3 1/4] pinctrl: add compatible for Amlogic Meson A1 pin controller
` [PATCH v3 2/4] pinctrl: meson: add a new dt parse callback for Meson-A series SoCs
` [PATCH v3 3/4] pinctrl: meson: add pinctrl driver support for Meson-A1 Soc
` [PATCH v3 4/4] arm64: dts: meson: a1: add pinctrl controller support

[PATCH v1 1/3] pinctrl: intel: Introduce intel_restore_padcfg() helper
 2019-10-14  8:43 UTC  (3+ messages)
` [PATCH v1 2/3] pinctrl: intel: Introduce intel_restore_hostown() helper
` [PATCH v1 3/3] pinctrl: intel: Introduce intel_restore_intmask() helper

[PATCH v2 0/2] pinctrl: iproc: improve error handling
 2019-10-13 21:02 UTC  (6+ messages)
` [PATCH v2 2/2] pinctrl: iproc: use unique name for irq chip

pinctrl: lantiq: Checking two kmemdup() calls in ltq_pinctrl_dt_subnode_to_map()
 2019-10-12 18:04 UTC 


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