linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-12 16:01:38 to 2020-02-18 15:18:55 UTC [more...]

[PATCH v5 0/5] gpio: Add GPIO Aggregator
 2020-02-18 15:18 UTC  (6+ messages)
` [PATCH v5 1/5] gpiolib: Add support for gpiochipN-based table lookup
` [PATCH v5 2/5] gpiolib: Add support for GPIO line "
` [PATCH v5 3/5] gpio: Add GPIO Aggregator
` [PATCH v5 4/5] docs: gpio: Add GPIO Aggregator documentation
` [PATCH v5 5/5] MAINTAINERS: Add GPIO Aggregator section

[PATCH v2 0/2] Add GPIO level-sensitive interrupt support
 2020-02-18 13:12 UTC  (3+ messages)
` [PATCH v2 1/2] irqchip/stm32: Add irq retrigger support
` [PATCH v2 2/2] pinctrl: stm32: Add level interrupt support to gpio irq chip

[PATCH] pinctrl: sh-pfc: Remove use of ARCH_R8A7796
 2020-02-18 12:55 UTC  (2+ messages)

[PATCH v2 0/7] nvmem/gpio: fix resource management
 2020-02-18 12:24 UTC  (15+ messages)
` [PATCH v2 1/7] nvmem: fix memory leak in error path
` [PATCH v2 2/7] nvmem: fix another "
` [PATCH v2 3/7] gpiolib: use kref in gpio_desc
` [PATCH v2 4/7] nvmem: increase the reference count of a gpio passed over config
` [PATCH v2 5/7] nvmem: release the write-protect pin
` [PATCH v2 6/7] nvmem: remove a stray newline in nvmem_register()
` [PATCH v2 7/7] nvmem: add a newline for readability

[pinctrl:devel] BUILD SUCCESS c93214689f0c70b6942ba1d12b8371b9fc60ae41
 2020-02-18 11:59 UTC 

[PATCH v4 0/3] Add DA9062 GPIO support
 2020-02-18 11:07 UTC  (4+ messages)
` [PATCH v4 3/3] pinctrl: da9062: add driver support

[PATCH] firmware: imx: Align imx SC msg structs to 4
 2020-02-18  9:52 UTC  (5+ messages)

[PATCH 0/6] nvmem/gpio: fix resource management
 2020-02-18  9:44 UTC  (15+ messages)
` [PATCH 1/6] gpiolib: use kref in gpio_desc
` [PATCH 2/6] nvmem: fix memory leak in error path
` [PATCH 3/6] nvmem: remove a stray newline in nvmem_register()
` [PATCH 4/6] nvmem: add a newline for readability
` [PATCH 5/6] nvmem: release the write-protect pin
` [PATCH 6/6] nvmem: increase the reference count of a gpio passed over config

[PATCH v1 1/2] pinctrl: make MediaTek pinctrl v2 driver ready for buidling loadable module
 2020-02-18  9:03 UTC  (2+ messages)
` [PATCH v1 2/2] pinctrl: make MediaTek MT6765 pinctrl "

[PATCH V4 1/4] dt-bindings: pinctrl: Convert i.MX8MQ to json-schema
 2020-02-18  7:51 UTC  (4+ messages)
` [PATCH V4 2/4] dt-bindings: pinctrl: Convert i.MX8MM "
` [PATCH V4 3/4] dt-bindings: pinctrl: Convert i.MX8MN "
` [PATCH V4 4/4] dt-bindings: pinctrl: imx8mp: Replace the uint32-array with uint32-matrix

[PATCH] GPIO, Fix bug where the wrong GPIO register is written to
 2020-02-18  7:28 UTC  (3+ messages)

[PATCH] pinctrl: mediatek: Fix some off by one bugs
 2020-02-18  5:52 UTC 

[PATCH -next] pinctrl: mediatek: remove set but not used variable 'e'
 2020-02-18  2:36 UTC 

[PATCH] gpio: uniphier: Replace zero-length array with flexible-array member
 2020-02-18  1:25 UTC  (3+ messages)

[PATCH] pinctrl: uniphier: Replace zero-length array with flexible-array member
 2020-02-18  1:24 UTC  (2+ messages)

[gpio:gpio-descriptors-extcon-cleanup 3/4] drivers/extcon/extcon-gpio.c:85:10: error: 'struct gpio_extcon_data' has no member named 'extcon_id'
 2020-02-17 19:51 UTC 

[PATCH] pinctrl: ingenic: Make unreachable path more robust
 2020-02-17 15:18 UTC  (6+ messages)

[PATCH V3 0/7] gpio: zynq: Update on gpio-zynq driver
 2020-02-17 12:33 UTC  (8+ messages)
` [PATCH V3 1/7] gpio: zynq: protect direction in/out with a spinlock
` [PATCH V3 2/7] dt-bindings: gpio: Add binding for Versal gpio
` [PATCH V3 3/7] devicetree-binding: Add pmc gpio node
` [PATCH V3 4/7] gpio: zynq: Add Versal support
` [PATCH V3 5/7] gpio: zynq: Disable the irq if it is not a wakeup source
` [PATCH V3 6/7] gpio: zynq: Add pmc gpio support
` [PATCH V3 7/7] gpio: zynq: Remove error prints in EPROBE_DEFER

[PATCH 1/2] gpio: xilinx: Add clock adaptation support
 2020-02-17 10:57 UTC  (2+ messages)
` [PATCH 2/2] gpio: xilinx: Add irq support to the driver

[PATCH v2] gpio: mmio: use devm_platform_ioremap_resource_byname()
 2020-02-17 10:55 UTC  (2+ messages)

[PATCH v1 1/2] pinctrl: make MediaTek pinctrl v2 driver ready for buidling kernel module
 2020-02-17 10:25 UTC  (6+ messages)
` [PATCH v1 2/2] pinctrl: Kconfig/Makefile for building MediaTek pinctrl v2 driver as "

[PATCH V2 0/7] gpio: zynq: Update on gpio-zynq driver
 2020-02-17 10:07 UTC  (9+ messages)
` [PATCH V2 1/7] gpio: zynq: protect direction in/out with a spinlock
` [PATCH V2 2/7] dt-bindings: gpio: Add binding for Versal gpio
` [PATCH V2 3/7] devicetree-binding: Add pmc gpio node
` [PATCH V2 4/7] gpio: zynq: Add Versal support
` [PATCH V2 5/7] gpio: zynq: Disable the irq if it is not a wakeup source
` [PATCH V2 6/7] gpio: zynq: Add pmc gpio support
` [PATCH V2 7/7] gpio: zynq: Remove error prints in EPROBE_DEFER

[PATCH] gpio: mmio: use devm_platform_ioremap_resource_byname()
 2020-02-17 10:02 UTC  (2+ messages)

[PATCH v1] gpiolib: Rename 'event' to 'ge' to be consistent with other use
 2020-02-17  9:41 UTC  (2+ messages)

Add missing parts for X1830
 2020-02-16 11:17 UTC  (3+ messages)
` [PATCH] pinctrl: Ingenic: "

[gpio:for-next] BUILD SUCCESS 53803ecac78bbabfdd65f5cb789e46660fa63900
 2020-02-15 17:19 UTC 

[gpio:devel] BUILD SUCCESS b2929a9cb2fbfedf30c66033a865c8135a7c2184
 2020-02-15 17:19 UTC 

[PATCH v2] pinctrl/rockchip: splite soc data to separated driver
 2020-02-15 11:11 UTC  (4+ messages)
` [PATCH 0/2] pinctrl: rockchip: codingstyle for pinctrl-rockchip
  ` [PATCH v4 2/2] pinctrl: rockchip: split rockchip pinctrl driver by SoC type

[PATCH 2/2] pinctrl: Use new GPIO_LINE_DIRECTION
 2020-02-15  5:35 UTC  (4+ messages)

zionitld3@gmail.com
 2020-02-15  1:10 UTC 

[PATCH AUTOSEL 5.4 024/459] pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias control
 2020-02-15  0:46 UTC  (9+ messages)
` [PATCH AUTOSEL 5.4 029/459] pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs
` [PATCH AUTOSEL 5.4 044/459] gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap()
` [PATCH AUTOSEL 5.4 053/459] pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
` [PATCH AUTOSEL 5.4 235/459] pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
` [PATCH AUTOSEL 5.4 236/459] pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs
` [PATCH AUTOSEL 5.4 315/459] gpiolib: Set lockdep class for hierarchical irq domains
` [PATCH AUTOSEL 5.4 332/459] gpio: Fix the no return statement warning

[PATCH AUTOSEL 5.5 008/542] pinctrl: baytrail: Allocate IRQ chip dynamic
 2020-02-15  0:44 UTC  (12+ messages)
` [PATCH AUTOSEL 5.5 030/542] pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias control
` [PATCH AUTOSEL 5.5 035/542] pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs
` [PATCH AUTOSEL 5.5 050/542] gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap()
` [PATCH AUTOSEL 5.5 060/542] pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
` [PATCH AUTOSEL 5.5 100/542] pinctrl: qcom: Don't lock around irq_set_irq_wake()
` [PATCH AUTOSEL 5.5 272/542] pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
` [PATCH AUTOSEL 5.5 273/542] pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs
` [PATCH AUTOSEL 5.5 361/542] gpiolib: Set lockdep class for hierarchical irq domains
` [PATCH AUTOSEL 5.5 383/542] gpio: Fix the no return statement warning
` [PATCH AUTOSEL 5.5 384/542] pinctrl: tigerlake: Tiger Lake uses _HID enumeration

[PATCH AUTOSEL 4.19 013/252] pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs
 2020-02-14 16:09 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 018/252] gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap()
` [PATCH AUTOSEL 4.19 023/252] pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
` [PATCH AUTOSEL 4.19 123/252] pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
` [PATCH AUTOSEL 4.19 124/252] pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs

[PATCH AUTOSEL 4.14 013/186] pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs
 2020-02-14 16:15 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 018/186] gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap()
` [PATCH AUTOSEL 4.14 022/186] pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
` [PATCH AUTOSEL 4.14 094/186] pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
` [PATCH AUTOSEL 4.14 095/186] pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs

[PATCH AUTOSEL 4.9 008/141] pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs
 2020-02-14 16:20 UTC  (5+ messages)
` [PATCH AUTOSEL 4.9 013/141] gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap()
` [PATCH AUTOSEL 4.9 015/141] pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
` [PATCH AUTOSEL 4.9 075/141] pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
` [PATCH AUTOSEL 4.9 076/141] pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs

[PATCH AUTOSEL 4.4 005/100] pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs
 2020-02-14 16:23 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 054/100] pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
` [PATCH AUTOSEL 4.4 055/100] pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs

[PATCH v3] pinctrl: Use new GPIO_LINE_DIRECTION
 2020-02-14 13:57 UTC 

[PATCH 1/2] pinctrl: sunxi: Forward calls to irq_set_irq_wake
 2020-02-14 13:14 UTC  (3+ messages)

[PATCH] gpio: siox: potentially enabling IRQs too early
 2020-02-14 12:20 UTC  (4+ messages)
` [PATCH] gpio: siox: use raw spinlock for irq related locking

[PATCH 0/3] PCI: brcmstb: Add Broadcom STB support
 2020-02-14 11:52 UTC  (16+ messages)
` [PATCH 1/3] PCI: brcmstb: Enable ARCH_BRCMSTB
` [PATCH 2/3] PCI: brcmstb: Add regulator support
` [PATCH 3/3] PCI: brcmstb: Drop clk_put when probe fails and remove

[PATCH v1] MAINTAINERS: Sort entries in database for PIN CONTROLLER
 2020-02-14 10:52 UTC  (2+ messages)

[PATCH 0/4] pinctrl: bcm2835: Add support for all BCM2711 GPIOs
 2020-02-14 10:50 UTC  (11+ messages)
` [PATCH 1/4] pinctrl: bcm2835: Drop unused define
` [PATCH 2/4] pinctrl: bcm2835: Refactor platform data
` [PATCH 3/4] pinctrl: bcm2835: Add support for all GPIOs on BCM2711
` [PATCH 4/4] ARM: dts: bcm2711-rpi-4-b: Add SoC GPIO labels

[RFC PATCH 0/4] pinctrl: bcm2835: Add support for all BCM2711 GPIOs
 2020-02-14 10:46 UTC  (3+ messages)
` [RFC PATCH 1/4] pinctrl: bcm2835: Drop unused define

[PATCH] pinctrl actions: Fix functions groups names
 2020-02-14 10:44 UTC  (3+ messages)
` [PATCH v2] pinctrl: "

[PATCH v8 1/6] pinctrl: mediatek: Check gpio pin number and use binary search in mtk_hw_pin_field_lookup()
 2020-02-14 10:41 UTC  (2+ messages)

[PATCH V6 0/5] Add minimal boot support for IPQ6018
 2020-02-14 10:19 UTC  (6+ messages)
` [PATCH V6 1/5] dt-bindings: pinctrl: qcom: Add ipq6018 pinctrl bindings
` [PATCH V6 2/5] pinctrl: qcom: Add ipq6018 pinctrl driver

[PATCH v2 0/6] irq/irq_sim: try to improve the API
 2020-02-14  9:31 UTC  (4+ messages)
` [PATCH v2 1/6] irq: make irq_domain_reset_irq_data() available even for non-V2 users

[PATCH v2] pinctrl: actions: Fix functions groups names
 2020-02-14  7:18 UTC  (2+ messages)
` [PATCH v3] pinctrl: actions: Fix functions groups names for S700 SoC

[GIT PULL] GPIO fixes for v5.6
 2020-02-13 22:40 UTC  (2+ messages)

linusw/for-next boot: 54 boots: 2 failed, 52 passed (gpio-v5.6-2-13-g53803ecac78b)
 2020-02-13 18:24 UTC 

linusw/devel boot: 55 boots: 5 failed, 50 passed (v5.6-rc1-12-gb2929a9cb2fb)
 2020-02-13 18:19 UTC 

linusw/for-next build: 5 builds: 0 failed, 5 passed (gpio-v5.6-2-13-g53803ecac78b)
 2020-02-13 17:39 UTC 

linusw/devel build: 5 builds: 0 failed, 5 passed (v5.6-rc1-12-gb2929a9cb2fb)
 2020-02-13 17:34 UTC 

[GIT PULL] gpio: updates for v5.7 part1
 2020-02-13 12:07 UTC  (2+ messages)

[libgpiod] consider changing the license of the C++ bindings
 2020-02-13 10:28 UTC  (6+ messages)

[PATCH 00/14] MIPS: Fixes and improvements for CI20 board (JZ4780)
 2020-02-13  9:10 UTC  (4+ messages)
` [PATCH 01/14] i2c: jz4780: suppress txabrt reports for i2cdetect
  ` i2c: jz4780: silence log flood on txabrt

[PATCH v3] ARM: dts: aspeed: witherspoon: Add gpio line names
 2020-02-13  0:54 UTC  (3+ messages)

[gpio:gpio-descriptors-backlight] BUILD SUCCESS f0dc6f5134fb276f3ca80f925f3c1ab8a79ce44b
 2020-02-12 16:00 UTC 

[gpio:gpio-descriptors-drm] BUILD SUCCESS f3a43481b3a542d99fed1ec2ba2519bcf937f08a
 2020-02-12 16:00 UTC 

[gpio:gpio-descriptors-extcon-cleanup] BUILD REGRESSION 9409cd9bbfba06ffdeea264f2376f7bd0baee63a
 2020-02-12 16:00 UTC 

[gpio:devel-cleanup-irqchip-threaded] BUILD REGRESSION bf5b241314ea9d338b03df6f54b7c02113ab0f87
 2020-02-12 16:00 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).