linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-28 23:13:58 to 2021-01-07 02:59:37 UTC [more...]

[PATCH v2 0/7] selftests: gpio: rework and port to GPIO uAPI v2
 2021-01-07  2:57 UTC  (2+ messages)
` [PATCH v2 5/7] tools: gpio: remove uAPI v1 code no longer used by selftests

[PATCH v3 0/4] gpio: visconti: Add Toshiba Visconti GPIO support
 2021-01-07  0:33 UTC  (3+ messages)

[PATCH v2 0/4] Allwinner H6 RSB support
 2021-01-06 20:10 UTC  (15+ messages)
` [PATCH v2 1/4] clk: sunxi-ng: h6-r: Add R_APB2_RSB clock and reset
` [PATCH v2 2/4] pinctrl: sunxi: h6-r: Add s_rsb pin functions
  ` [linux-sunxi] "
` [PATCH v2 3/4] arm64: dts: allwinner: h6: Add RSB controller node
` [PATCH v2 4/4] arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection
` [linux-sunxi] [PATCH v2 0/4] Allwinner H6 RSB support

[PATCH v2] gpiolib: Disallow identical line names in the same chip
 2021-01-06 16:14 UTC  (7+ messages)

[PATCH v1 1/3] gpiolib: Follow usual pattern for gpiod_remove_lookup_table() call
 2021-01-06 16:03 UTC  (9+ messages)
` [PATCH v1 2/3] i2c: i801: Drop duplicate NULL check in i801_del_mux()
` [PATCH v1 3/3] i2c: i801: Refactor mux code since platform_device_unregister() is NULL aware

[RFC PATCH 0/3] GPIO support on the Etron EJ168/EJ188/EJ198 xHCI controllers
 2021-01-06 15:17 UTC  (8+ messages)
` [RFC PATCH 3/3] gpio: ej1x8: Add GPIO driver for Etron Tech Inc. EJ168/EJ188/EJ198

[PATCH -next] gpio: use resource_size
 2021-01-06 13:30 UTC  (2+ messages)
` 答复: "

[PATCH -next] gpio: wcove: use resource_size
 2021-01-06 13:25 UTC  (2+ messages)

[PATCH -next] gpio: tegra186: use resource_size
 2021-01-06 13:19 UTC 

[PATCH -next] gpio: max77620: use resource_size
 2021-01-06 13:19 UTC 

[PATCH -next] gpio: vx855: use resource_size
 2021-01-06 13:19 UTC 

[PATCH V4 0/5] gpio-xilinx: Update on xilinx gpio driver
 2021-01-06 12:26 UTC  (6+ messages)
` [PATCH V4 1/5] gpio: gpio-xilinx: Simplify with dev_err_probe()
` [PATCH V4 2/5] gpio: gpio-xilinx: Reduce spinlock array to array
` [PATCH V4 3/5] gpio: gpio-xilinx: Add interrupt support
` [PATCH V4 4/5] gpio: gpio-xilinx: Add support for suspend and resume
` [PATCH V4 5/5] gpio: gpio-xilinx: Add check if width exceeds 32

[PATCH 0/2] gpio: tegra: Convert to gpio_irq_chip
 2021-01-06 10:59 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH v1] gpio: dwapb: mask/unmask IRQ when disable/enable it
 2021-01-06 10:24 UTC  (8+ messages)

[PATCH] dt-bindings: gpio: Add compatible string for AM64 SoC
 2021-01-06 10:19 UTC  (2+ messages)

[PATCH v5 0/4] gpio: visconti: Add Toshiba Visconti GPIO support
 2021-01-06 10:13 UTC  (11+ messages)
` [PATCH v5 1/4] dt-bindings: gpio: Add bindings for Toshiba Visconti GPIO Controller
` [PATCH v5 2/4] gpio: visconti: Add Toshiba Visconti GPIO support
` [PATCH v5 3/4] MAINTAINERS: Add entries for Toshiba Visconti GPIO controller
` [PATCH v5 4/4] arm: dts: visconti: Add DT support for Toshiba Visconti5 GPIO driver

[PATCH] gpio: bd7xxxx: use helper variable for pdev->dev
 2021-01-06 10:11 UTC 

[PATCH] gpio: bd7xxxx: Do not depend on parent driver data
 2021-01-06  9:52 UTC  (2+ messages)

[PATCH 0/5] Introduce the for_each_set_clump macro
 2021-01-06  8:19 UTC  (12+ messages)
` [PATCH 4/5] gpio: xilinx: Utilize generic bitmap_get_value and _set_value
` [PATCH 5/5] gpio: xilinx: Add extra check if sum of widths exceed 64

[PATCH v6 0/4] gpio: mvebu: Armada 8K/7K PWM support
 2021-01-06  7:37 UTC  (5+ messages)
` [PATCH v6 1/4] gpio: mvebu: fix pwm get_state period calculation
` [PATCH v6 2/4] gpio: mvebu: add pwm support for Armada 8K/7K
` [PATCH v6 3/4] arm64: dts: armada: add pwm offsets for ap/cp gpios
` [PATCH v6 4/4] dt-bindings: ap806: document gpio marvell,pwm-offset property

[libgpiod] AC_FUNC_MALLOC cross-compile failure
 2021-01-06  7:21 UTC  (5+ messages)

[PATCH] dt-bindings: Add missing array size constraints
 2021-01-06  7:13 UTC  (12+ messages)

[PATCH v4 0/2] pinctrl: qcom: Add SM8350 pinctrl support
 2021-01-06  5:49 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: pinctrl: qcom: Add SM8350 pinctrl bindings
` [PATCH v4 2/2] pinctrl: qcom: Add SM8350 pinctrl driver

[PATCH v3 1/2] dt-bindings: pinctrl: qcom: Add SM8350 pinctrl bindings
 2021-01-05 23:18 UTC  (5+ messages)

[PATCH] pinctrl: mediatek: Fix fallback call path
 2021-01-05 22:40 UTC  (3+ messages)

[PATCH 0/7] selftests: gpio: rework and port to GPIO uAPI v2
 2021-01-05 22:31 UTC  (18+ messages)
` [PATCH 1/7] selftests: gpio: rework and simplify test implementation
` [PATCH 2/7] selftests: gpio: remove obsolete gpio-mockup-chardev.c
` [PATCH 3/7] selftests: remove obsolete build restriction for gpio
` [PATCH 4/7] selftests: remove obsolete gpio references from kselftest_deps.sh
` [PATCH 5/7] tools: gpio: remove uAPI v1 code no longer used by selftests
` [PATCH 6/7] selftests: gpio: port to GPIO uAPI v2
` [PATCH 7/7] selftests: gpio: add CONFIG_GPIO_CDEV to config

[PATCH] pinctrl: nomadik: remove an unused variable
 2021-01-05 22:25 UTC  (3+ messages)

[PATCH 0/7] Add minimal boot support for IPQ5018
 2021-01-05 18:55 UTC  (6+ messages)
` [PATCH 1/7] clk: qcom: clk-alpha-pll: Add support for Stromer PLLs
` [PATCH 6/7] arm64: dts: Add ipq5018 SoC and MP03 board support

[PATCH v8 00/12] treewide: bd9571mwv: Add support for BD9574MWF
 2021-01-05 17:58 UTC  (11+ messages)
` [PATCH v8 04/12] regulator: bd9571mwv: rid of using struct bd9571mwv
` [PATCH v8 05/12] regulator: bd9571mwv: Add BD9574MWF support
` [PATCH v8 06/12] gpio: bd9571mwv: Use the SPDX license identifier
` [PATCH v8 07/12] gpio: bd9571mwv: rid of using struct bd9571mwv
` [PATCH v8 08/12] gpio: bd9571mwv: Add BD9574MWF support

[PATCH v3 1/2] dt-bindings: gpio: 74x164: Introduce the 'registers-default' property
 2021-01-05 15:40 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH] pinctrl: nomadik: Remove unused variable in nmk_gpio_dbg_show_one
 2021-01-05 15:15 UTC  (2+ messages)

[PATCH v3] pinctrl: remove empty lines in pinctrl subsystem
 2021-01-05 15:09 UTC  (2+ messages)

[PATCH] pinctrl: nomadik: remove unused variable ‘wake’ in nmk_gpio_dbg_show_one
 2021-01-05 14:04 UTC 

[PATCH v5 0/4] gpio: mvebu: Armada 8K/7K PWM support
 2021-01-05 12:49 UTC  (6+ messages)
` [PATCH v5 1/4] gpio: mvebu: fix pwm get_state period calculation
` [PATCH v5 2/4] gpio: mvebu: add pwm support for Armada 8K/7K
` [PATCH v5 3/4] arm64: dts: armada: add pwm offsets for ap/cp gpios
` [PATCH v5 4/4] dt-bindings: ap806: document gpio marvell,pwm-offset property

[PATCH] gpio: gpiolib: remove shadowed variable
 2021-01-05 11:14 UTC  (2+ messages)

linusw/fixes baseline: 112 runs, 1 regressions (v5.11-rc1)
 2021-01-05 10:59 UTC 

linusw/fixes build: 7 builds: 0 failed, 7 passed, 2 warnings (v5.11-rc1)
 2021-01-05 10:15 UTC 

linusw/devel baseline: 112 runs, 3 regressions (v5.11-rc1)
 2021-01-05 10:12 UTC 

linusw/devel build: 7 builds: 0 failed, 7 passed, 2 warnings (v5.11-rc1)
 2021-01-05  9:27 UTC 

[PATCH v2] driver: aspeed: g6: Fix PWMG0 pinctrl setting
 2021-01-04 15:03 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/6] irqchip/bcm2836: Fix return check in IPI alloc
 2021-01-04 15:00 UTC  (10+ messages)
` [PATCH 2/6] irqchip/armada-370-xp: "
` [PATCH 3/6] irqdomain/msi: Fix return check of __irq_domain_alloc_irqs
` [PATCH 4/6] irqchip/ixp4xx: "
` [PATCH 5/6] gpiolib: "
` [PATCH 6/6] x86/ioapic: "

[PATCH 0/8] pinctrl: ralink: rt2880: Some minimal clean ups
 2021-01-04 14:55 UTC  (4+ messages)

[RFC PATCH 05/12] pinctrl: sunxi: add pinctrl driver for V831/V833
 2021-01-04 14:47 UTC  (2+ messages)

[PATCH] pinctrl: ralink: rt2880: fix '-Wmissing-prototypes' in init function
 2021-01-04 14:40 UTC  (2+ messages)

[PATCH 1/2] pinctrl: ingenic: Fix JZ4760 support
 2021-01-04 14:35 UTC  (2+ messages)

[PATCH -next] ti/pinctrl-ti-iodelay: convert comma to semicolon
 2021-01-04 14:32 UTC  (2+ messages)

[PATCH -next] mediatek/pinctrl-moore: convert comma to semicolon
 2021-01-04 14:31 UTC  (2+ messages)

[PATCH -next] mediatek/pinctrl-paris: convert comma to semicolon
 2021-01-04 14:29 UTC  (2+ messages)

[RFC PATCH 0/3] gpio: ep93xx: convert to multi irqchips
 2021-01-04 14:17 UTC  (4+ messages)
` [RFC PATCH 2/3] gpio: ep93xx: drop to_irq binding

[PATCH] gpiolib: warning on gpiochip->to_irq defined
 2021-01-04 14:15 UTC  (2+ messages)

[PATCH v2] gpio: Kconfig: Update help description for GPIO_RCAR config
 2021-01-04 13:03 UTC  (3+ messages)

[PATCH -next] gpio: convert comma to semicolon
 2021-01-04 11:22 UTC  (2+ messages)

[PATCH] gpio: rcar: Remove redundant compatible values
 2021-01-04 11:20 UTC  (3+ messages)

[PATCH] gpio: Kconfig: Update help description for GPIO_RCAR
 2021-01-04 11:05 UTC  (4+ messages)

[PATCH -next] pinctrl/pinctrl-at91: convert comma to semicolon
 2021-01-04 10:37 UTC  (2+ messages)

[PATCH v4 0/3] gpio: mvebu: Armada 8K/7K PWM support
 2021-01-04 10:12 UTC  (8+ messages)
` [PATCH v4 1/3] gpio: mvebu: add pwm support for Armada 8K/7K

[RFC PATCH v2] pinctrl: add helper to expose pinctrl state in debugfs
 2021-01-03 20:23 UTC  (4+ messages)

[PATCH] gpiolib: cdev: fix frame size warning in gpio_ioctl()
 2021-01-03 15:34 UTC  (3+ messages)

[PATCH] docs: gpio: Fix formatting in description of gpiod_*_array_* functions
 2021-01-03 15:28 UTC  (2+ messages)

[PATCH] docs: gpio: intro: Improve HTML formatting
 2021-01-03 15:28 UTC  (2+ messages)

[PATCH] gpio: fix spelling mistake in Kconfig "supprot" -> "support"
 2021-01-03 15:10 UTC  (2+ messages)

[PATCH v1] sh: Drop ARCH_NR_GPIOS definition
 2021-01-02  2:12 UTC  (7+ messages)

[PATCH v2 1/2] dt-bindings: gpio: 74x164: Introduce the 'registers-default' property
 2020-12-30 20:59 UTC  (2+ messages)
` [PATCH v2 2/2] "

[PATCH 1/2] dt-bindings: gpio: 74x164: Introduce the 'registers-default' property
 2020-12-30 15:41 UTC  (2+ messages)
` [PATCH 2/2] "


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