linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-17 09:42:03 to 2020-03-25 09:15:04 UTC [more...]

[PATCH v6 0/8] gpio: Add GPIO Aggregator
 2020-03-25  9:14 UTC  (10+ messages)
` [PATCH v6 1/8] ARM: integrator: impd1: Use GPIO_LOOKUP() helper macro
  ` [PATCH v6 2/8] i2c: i801: "
  ` [PATCH v6 3/8] mfd: sm501: Use GPIO_LOOKUP_IDX() "
  ` [PATCH v6 4/8] gpiolib: Add support for GPIO lookup by line name
  ` [PATCH v6 5/8] gpiolib: Introduce gpiod_set_config()
  ` [PATCH v6 6/8] gpio: Add GPIO Aggregator
  ` [PATCH v6 7/8] docs: gpio: Add GPIO Aggregator documentation
  ` [PATCH v6 8/8] MAINTAINERS: Add GPIO Aggregator section

[GIT PULL] gpio: updates for v5.7 part4
 2020-03-25  9:05 UTC 

[GIT PULL] gpio: updates for v5.7 part 3
 2020-03-25  8:54 UTC  (7+ messages)

[PATCH 1/2] pinctrl: sprd: Use the correct pin output configuration
 2020-03-25  8:25 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: sprd: Add pin high impedance mode support

[PATCH] gpio: Fix gpio-f7188x module name in Kconfig help text
 2020-03-25  0:57 UTC 

[gpio:devel] BUILD SUCCESS a28e1c0505a09c3a2d81fed1c8453ac2d8d02b3a
 2020-03-24 22:57 UTC 

linusw/devel boot: 61 boots: 2 failed, 58 passed with 1 untried/unknown (v5.6-rc1-32-ga28e1c0505a0)
 2020-03-24 22:05 UTC 

linusw/for-next boot: 61 boots: 1 failed, 60 passed (v5.6-rc3-38-gb3e741a0f776)
 2020-03-24 21:51 UTC 

linusw/fixes boot: 63 boots: 2 failed, 61 passed (v5.6-rc3-5-g0c625ccfe6f7)
 2020-03-24 21:51 UTC 

linusw/devel build: 6 builds: 0 failed, 6 passed (v5.6-rc1-32-ga28e1c0505a0)
 2020-03-24 21:20 UTC 

linusw/for-next build: 6 builds: 0 failed, 6 passed (v5.6-rc3-38-gb3e741a0f776)
 2020-03-24 21:07 UTC 

linusw/fixes build: 6 builds: 0 failed, 6 passed (v5.6-rc3-5-g0c625ccfe6f7)
 2020-03-24 21:06 UTC 

[gpio:fixes] BUILD SUCCESS 0c625ccfe6f754d0896b8881f5c85bcb81699f1f
 2020-03-24 17:19 UTC 

[gpio:for-next] BUILD SUCCESS b3e741a0f776152b36395ba97f94d5bd2d71c09c
 2020-03-24 17:19 UTC 

[PATCH pinctrl REGRESSION] Revert "pinctrl: mvebu: armada-37xx: use use platform api"
 2020-03-24 12:20 UTC  (2+ messages)

[PATCH] irqchip/stm32: Retrigger both in eoi and unmask callbacks
 2020-03-24 11:10 UTC  (2+ messages)

[PATCH v3 0/2] Add GPIO level-sensitive interrupt support
 2020-03-23 23:52 UTC  (11+ messages)
` [PATCH v3 2/2] pinctrl: stm32: Add level interrupt support to gpio irq chip

[PATCH 0/4] gpio: dwapb: Fix reference clocks usage
 2020-03-23 21:39 UTC  (26+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] dt-bindings: gpio: Convert snps,dw-apb-gpio to DT schema
  ` [PATCH v2 2/6] dt-bindings: gpio: Add DW GPIO debounce clock property
  ` [PATCH v2 3/6] dt-bindings: gpio: Add Sergey Semin to DW APB GPIO driver maintainers
  ` [PATCH v2 4/6] gpio: dwapb: Use optional-clocks interface for APB ref-clock
  ` [PATCH v2 5/6] gpio: dwapb: Add debounce reference clock support
  ` [PATCH v2 6/6] MAINTAINERS: Add Segey Semin to maintainers of DW APB GPIO driver
  ` [PATCH v3 0/6] gpio: dwapb: Fix reference clocks usage
    ` [PATCH v3 1/6] dt-bindings: gpio: Convert snps,dw-apb-gpio to DT schema
    ` [PATCH v3 2/6] dt-bindings: gpio: Add DW GPIO debounce clock property
    ` [PATCH v3 3/6] dt-bindings: gpio: Add Sergey Semin to DW APB GPIO driver maintainers
    ` [PATCH v3 4/6] gpio: dwapb: Use optional-clocks interface for APB ref-clock
    ` [PATCH v3 5/6] gpio: dwapb: Add debounce reference clock support
    ` [PATCH v3 6/6] MAINTAINERS: Add Segey Semin to maintainers of DW APB GPIO driver

[PATCH 0/9] pinctrl: tegra: Support SFIO/GPIO programming
 2020-03-23 13:16 UTC  (22+ messages)
` [PATCH 1/9] gpio: Support GPIO controllers without pin-ranges
` [PATCH 2/9] gpio: tegra186: Add support for pin ranges
` [PATCH 3/9] gpio: tegra186: Add Tegra194 pin ranges for GG.0 and GG.1
` [PATCH 4/9] pinctrl: tegra: Fix whitespace issues for improved readability
` [PATCH 5/9] pinctrl: tegra: Fix "Scmitt" -> "Schmitt" typo
` [PATCH 6/9] pinctrl: tegra: Pass struct tegra_pmx for pin range check
` [PATCH 7/9] pinctrl: tegra: Do not add default pin range on Tegra194
` [PATCH 8/9] pinctrl: tegra: Renumber the GG.0 and GG.1 pins
` [PATCH 9/9] pinctrl: tegra: Add SFIO/GPIO programming on Tegra194

[PATCH] tools: gpio: Fix typo in gpio-utils
 2020-03-23  9:44 UTC  (2+ messages)

[PATCH 0/3] gpiolib: add reference counting to GPIO descriptors
 2020-03-23  8:44 UTC  (8+ messages)
` [PATCH 2/3] gpiolib: use kref in gpio_desc

REGRESSION pinctrl armada-37xx
 2020-03-22  8:41 UTC 

[PATCH 00/28] DT: Improve validation for Marvell SoCs
 2020-03-21  7:36 UTC  (49+ messages)
` [PATCH 01/28] ARM: dts: kirkwood: Fix interrupt controller node name
` [PATCH 02/28] ARM: dts: dove: "
` [PATCH 03/28] ARM: dts: pxa168: Add missing address/size cells to i2c nodes
` [PATCH 04/28] ARM: dts: pxa168: Fix the gpio interrupt cell number
` [PATCH 05/28] ARM: dts: pxa3xx: Fix up encoding of the /gpio interrupts property
` [PATCH 06/28] ARM: dts: pxa910: Fix the gpio interrupt cell number
` [PATCH 07/28] ARM: dts: pxa*: Fix up encoding of the /rtc interrupts property
` [PATCH 08/28] ARM: dts: mmp*: "
` [PATCH 09/28] ARM: dts: mmp3: fix L2 cache controller node name
` [PATCH 10/28] ARM: dts: mmp3: fix USB & USB PHY node names
` [PATCH 11/28] ARM: dts: berlin*: Fix up the SDHCI "
` [PATCH 12/28] spi: dt-bindings: spi-controller: Slaves have no address cells
` [PATCH 13/28] dt-bindings: serial: move Marvell compatible string to 8250 binding doc
` [PATCH 14/28] dt-bindings: arm: l2x0: Tauros 3 is PL310 compatible
` [PATCH 15/28] dt-bindings: arm: mrvl: Add missing compatible strings
` [PATCH 16/28] dt-bindings: Add "mrvl", a legacy vendor prefix for Marvell
` [PATCH 17/28] dt-bindings: mmc: Fix up clk-phase-sd-hs in an example
` [PATCH 18/28] dt-bindings: mmc: Fix node name "
` [PATCH 19/28] dt-bindings: mmc: Convert sdhci-pxa to json-schema
` [PATCH 20/28] dt-bindings: phy: Convert phy-mmp3-usb "
` [PATCH 21/28] dt-bindings: gpio: Convert mrvl-gpio "

[gpio:for-next] BUILD SUCCESS ef0c1aed2459f59f2aec13bcc97c68e0646ab0a2
 2020-03-20 23:17 UTC 

[gpio:gpio-descriptors-spi] BUILD SUCCESS 354cb003a24f93dd47b6455ff1d45ca146a67e3a
 2020-03-20 21:55 UTC 

[PATCH] Fix typo in gpio-utils
 2020-03-20 17:24 UTC  (2+ messages)

[PATCH] gpiolib: don't call sleeping functions with a spinlock taken
 2020-03-20 16:55 UTC  (3+ messages)

[gpio:gpio-devm-cleanup] BUILD SUCCESS d2a6cc2035a0099009614ef80fbf7db46e837ee6
 2020-03-20 16:50 UTC 

[gpio:fixes] BUILD SUCCESS 1b26f3ba611774c897d29228e4ba28919e0fbfd0
 2020-03-20 16:50 UTC 

linusw/devel boot: 64 boots: 2 failed, 61 passed with 1 untried/unknown (v5.6-rc1-31-g347ae6e29145)
 2020-03-20 10:40 UTC 

linusw/for-next boot: 62 boots: 1 failed, 58 passed with 3 untried/unknown (v5.6-rc3-37-gef0c1aed2459)
 2020-03-20 10:39 UTC 

linusw/fixes boot: 64 boots: 2 failed, 62 passed (v5.6-rc3-5-g1b26f3ba6117)
 2020-03-20 10:30 UTC 

linusw/devel build: 6 builds: 0 failed, 6 passed (v5.6-rc1-31-g347ae6e29145)
 2020-03-20  9:55 UTC 

linusw/for-next build: 6 builds: 0 failed, 6 passed (v5.6-rc3-37-gef0c1aed2459)
 2020-03-20  9:54 UTC 

linusw/fixes build: 6 builds: 0 failed, 6 passed (v5.6-rc3-5-g1b26f3ba6117)
 2020-03-20  9:45 UTC 

[PATCH v2 0/6] irq/irq_sim: try to improve the API
 2020-03-20  9:38 UTC  (6+ messages)
` [PATCH v2 3/6] irq/domain: add a new callback to domain ops

[PATCH] pinctrl: mediatek: Use scnprintf() for avoiding potential buffer overflow
 2020-03-19 15:53 UTC  (2+ messages)

[PATCH AUTOSEL 5.5 06/84] pinctrl: meson-gxl: fix GPIOX sdio pins
 2020-03-18 20:52 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 07/84] pinctrl: imx: scu: Align imx sc msg structs to 4

[PATCH AUTOSEL 5.4 05/73] pinctrl: meson-gxl: fix GPIOX sdio pins
 2020-03-18 20:52 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 06/73] pinctrl: imx: scu: Align imx sc msg structs to 4
` [PATCH AUTOSEL 5.4 08/73] pinctrl: core: Remove extra kref_get which blocks hogs being freed

[PATCH AUTOSEL 4.19 04/37] pinctrl: meson-gxl: fix GPIOX sdio pins
 2020-03-18 20:54 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 06/37] pinctrl: core: Remove extra kref_get which blocks hogs being freed

[PATCH AUTOSEL 4.14 04/28] pinctrl: core: Remove extra kref_get which blocks hogs being freed
 2020-03-18 20:55 UTC 

[PATCH 00/18] Add support for Kontron sl28cpld
 2020-03-18 20:35 UTC  (29+ messages)
` [PATCH 01/18] include/linux/ioport.h: add helper to define REG resource constructs
` [PATCH 02/18] mfd: mfd-core: Don't overwrite the dma_mask of the child device
` [PATCH 03/18] mfd: mfd-core: match device tree node against reg property
` [PATCH 04/18] dt-bindings: mfd: Add bindings for sl28cpld
` [PATCH 05/18] mfd: Add support for Kontron sl28cpld management controller
` [PATCH 06/18] irqchip: add sl28cpld interrupt controller support
` [PATCH 07/18] dt-bindings: watchdog: Add bindings for sl28cpld watchdog
` [PATCH 08/18] watchdog: add support "
` [PATCH 09/18] dt-bindings: pwm: Add bindings for sl28cpld PWM controller
` [PATCH 10/18] pwm: add support "
` [PATCH 11/18] dt-bindings: gpio: Add bindings for sl28cpld GPIO controller
` [PATCH 12/18] gpio: add support for the "
` [PATCH 13/18] dt-bindings: hwmon: Add bindings for sl28cpld hardware monitoring
` [PATCH 14/18] hwmon: add support for the sl28cpld hardware monitoring controller
` [PATCH 15/18] arm64: dts: freescale: sl28: enable sl28cpld
` [PATCH 16/18] arm64: dts: freescale: sl28: map GPIOs to input events
` [PATCH 17/18] arm64: dts: freescale: sl28: enable LED support
` [PATCH 18/18] arm64: dts: freescale: sl28: enable fan support

[PATCH 12/17] gpio: gpiolib.c: fix a doc warning
 2020-03-18  9:15 UTC  (2+ messages)

[PATCH] pinctrl: da9062: Fix include path
 2020-03-17 21:10 UTC  (2+ messages)

[PATCH v4 0/2] pinctrl: make MediaTek pinctrl v2 driver and MT6765 pinctrl driver ready for building loadable module
 2020-03-17 19:57 UTC  (5+ messages)
` [PATCH v4 1/2] pinctrl: make MediaTek pinctrl v2 driver ready for buidling "

[PATCH 0/3] Block idle in gpio-omap with cpu_pm
 2020-03-17 17:34 UTC  (3+ messages)

[PATCH 05/12] docs: dt: fix references to ap806-system-controller.txt
 2020-03-17 16:12 UTC  (3+ messages)

[PATCH] gpio-hammer: Apply scripts/Lindent and retain good changes
 2020-03-17 13:50 UTC  (2+ messages)

[RESEND PATCH v6 0/7] gpiolib: add an ioctl() for monitoring line status changes
 2020-03-17 13:40 UTC  (4+ messages)
` [RESEND PATCH v6 5/7] gpiolib: provide a dedicated function for setting lineinfo

[PATCH v5 0/5] gpio: Add GPIO Aggregator
 2020-03-17 11:32 UTC  (5+ messages)
` [PATCH v5 3/5] "


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