linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-23 04:26:31 to 2021-05-06 13:35:29 UTC [more...]

[PATCH 1/2] regmap: add regmap_might_sleep()
 2021-05-06 13:35 UTC  (8+ messages)
` [PATCH 2/2] gpio: regmap: use new regmap_might_sleep()

[PATCH 1/2] dt-bindings: gpio: introduce hog properties with less ambiguity
 2021-05-06 12:37 UTC  (8+ messages)
` [PATCH 2/2] gpio: use "asserted" and "deasserted" instead of "high" and "low"

[PATCH 0/2] spi: Correct CS GPIOs polarity when using GPIO descriptors
 2021-05-06 12:17 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Revert "gpio: of: Handle SPI chipselect legacy bindings"

[PATCH v4 1/2] gpio: Add support for IDT 79RC3243x GPIO controller
 2021-05-06 11:11 UTC  (16+ messages)
` [PATCH v4 2/2] dt-bindings: gpio: Add devicetree binding for IDT 79RC32434 "

[PATCH V2 0/3] Add GPIO support for PM7325, PM8350c, PMK8350 and PMR735A
 2021-05-06  4:48 UTC  (4+ messages)
` [PATCH V2 3/3] dt-bindings: pinctrl: qcom-pmic-gpio: Convert qcom pmic gpio bindings to YAML

[PATCH v2] linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>
 2021-05-05 21:09 UTC  (2+ messages)

[GIT PULL v2] gpio: updates for v5.13
 2021-05-05 20:49 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 13/25] pinctrl: samsung: use 'int' for register masks in Exynos
 2021-05-05 16:40 UTC 

[PATCH AUTOSEL 4.19 18/32] pinctrl: samsung: use 'int' for register masks in Exynos
 2021-05-05 16:39 UTC 

[PATCH AUTOSEL 5.4 20/46] pinctrl: samsung: use 'int' for register masks in Exynos
 2021-05-05 16:38 UTC 

[PATCH AUTOSEL 5.10 39/85] pinctrl: samsung: use 'int' for register masks in Exynos
 2021-05-05 16:36 UTC 

[PATCH AUTOSEL 5.11 049/104] pinctrl: samsung: use 'int' for register masks in Exynos
 2021-05-05 16:33 UTC 

[PATCH AUTOSEL 5.12 054/116] pinctrl: samsung: use 'int' for register masks in Exynos
 2021-05-05 16:30 UTC 

[GIT PULL] gpio: updates for v5.13
 2021-05-05 14:19 UTC  (9+ messages)

[PATCH v2 0/4] convert grf.txt to YAML
 2021-05-05 13:40 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: gpio: convert rk3328-grf-gpio.txt "
` [PATCH v2 2/4] dt-bindings: soc: rockchip: convert grf.txt "
` [PATCH v2 3/4] ARM: dts: rockchip: add grf register compatible for rk3066/rk3188
` [PATCH v2 4/4] arm64: dts: rename grf-gpio nodename in rk3328.dtsi

[PATCH v2] gpio: wcd934x: Fix shift-out-of-bounds error
 2021-05-04 12:37 UTC  (2+ messages)

[PATCH] pinctrl: qcom: spmi-mpp: Add compatible for pmi8994
 2021-05-03 19:31 UTC  (2+ messages)

[PATCH] pinctrl: amd: Implement irq_set_wake
 2021-05-03 15:53 UTC  (4+ messages)

gpio_chip::ngpio vs. gpio_dev::ngpio
 2021-05-03 14:12 UTC  (3+ messages)

Error code handling by GPIO subsystem for PIN_CONFIG_PERSIST_STATE config
 2021-05-03  8:48 UTC  (3+ messages)

[PATCH 00/12] pinctrl: renesas: Add more bias pinconf support
 2021-05-01  9:54 UTC  (26+ messages)
` [PATCH 01/12] pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin
` [PATCH 02/12] pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities
` [PATCH 03/12] pinctrl: renesas: r8a77990: Drop bogus PUEN_ prefixes in comments
` [PATCH 04/12] pinctrl: renesas: r8a7778: Remove unused PORT_GP_PUP_1() macro
` [PATCH 05/12] pinctrl: renesas: r8a779{51,6,65}: Reduce non-functional differences
` [PATCH 06/12] pinctrl: renesas: r8a77470: Add bias pinconf support
` [PATCH 07/12] pinctrl: renesas: r8a7790: "
` [PATCH 08/12] pinctrl: renesas: r8a7792: "
` [PATCH 09/12] pinctrl: renesas: r8a7794: "
` [PATCH 10/12] pinctrl: renesas: r8a77970: "
` [PATCH 11/12] pinctrl: renesas: r8a77980: "
` [PATCH 12/12] pinctrl: renesas: r8a77995: "

[libgpiod][RFC 0/6] first draft of libgpiod v2.0 API
 2021-05-01  0:15 UTC  (15+ messages)

[GIT PULL] pin control bulk changes for the v5.13 kernel cycle
 2021-04-30 20:10 UTC  (2+ messages)

[libgpiod][PATCH] tools: gpioget: add new --dir-as-is option for GPO read-back
 2021-04-30 20:02 UTC  (2+ messages)

[PATCH 1/6] mfd: Add Delta TN48M CPLD driver
 2021-04-30 13:12 UTC  (7+ messages)
` [PATCH 2/6] dt-bindings: gpio: Add Delta TN48M CPLD GPIO bindings
` [PATCH 3/6] gpio: Add Delta TN48M CPLD GPIO driver
` [PATCH 4/6] hwmon: Add Delta TN48M CPLD HWMON driver
` [PATCH 5/6] dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings
` [PATCH 6/6] MAINTAINERS: Add Delta Networks TN48M CPLD drivers

[libgpiod][PATCH 0/3] tests: add support for the gpio-sim kernel module
 2021-04-30 12:31 UTC  (12+ messages)
` [libgpiod][PATCH 1/3] tests: remove gpiod_test_chip_num()
` [libgpiod][PATCH 2/3] libgpiosim: new library for controlling the gpio-sim module
` [libgpiod][PATCH 3/3] tests: port C tests to libgpiosim

[Bug 212379] AMD GPIO chip IRQs stops working (ELN4690, WCOM51C7, BMA250E)
 2021-04-29 14:58 UTC  (6+ messages)

[PATCH v6 0/3] Add ZynqMP pinctrl driver
 2021-04-29 14:32 UTC  (16+ messages)
` [PATCH v6 3/3] pinctrl: Add Xilinx ZynqMP pinctrl driver support

[RFT, PATCH v1 0/5] gpio: xilinx: convert to use bitmap API
 2021-04-29 14:30 UTC  (6+ messages)

[PATCH v1 1/1] Documentation: firmware-guide: gpio-properties: Add note to SPI CS case
 2021-04-28 17:12 UTC  (2+ messages)

[PATCH][next][V2] gpio: sim: Fix dereference of free'd pointer config
 2021-04-27 12:57 UTC  (4+ messages)

[PATCH][next] gpio: sim: Fix dereference of free'd pointer config
 2021-04-27 11:50 UTC  (3+ messages)

[PATCH] pinctrl: aspeed: Fix minor documentation error
 2021-04-27  1:17 UTC  (3+ messages)

[RFC] GPIO User I/O
 2021-04-26 11:20 UTC  (23+ messages)
            ` [RFC] GPIO lines [was: GPIO User I/O]
                    ` [RFC v2 "

[PATCH v3 1/2] gpio: Add support for IDT 79RC3243x GPIO controller
 2021-04-26  9:33 UTC  (8+ messages)
` [PATCH v3 2/2] dt-bindings: gpio: Add devicetree binding for IDT 79RC32434 "

[PATCH] gpio: sim: allocate IDA numbers earlier
 2021-04-26  7:16 UTC  (3+ messages)

Request an output line, without modifying the value
 2021-04-26  4:34 UTC  (3+ messages)
` [libgpiod] "

[PATCH v7 0/1] Mediatek pinctrl patch on mt8195
 2021-04-26  2:45 UTC  (2+ messages)
` [PATCH v7] pinctrl: mediatek: add rsel setting on MT8195

[PATCH v6 0/1] Mediatek pinctrl patch on mt8195
 2021-04-26  2:38 UTC  (2+ messages)
` [PATCH] pinctrl: mediatek: dd rsel setting on MT8195

[PATCH v6 00/12] Fix bugs and add support for new Ingenic SoCs
 2021-04-24 11:22 UTC  (3+ messages)

[GIT PULL] final pin control fixes for v5.12
 2021-04-24  0:46 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: convert Broadcom Northstar to the json-schema
 2021-04-23 18:18 UTC  (3+ messages)
` [PATCH V2] "

[GIT PULL] gpio: fixes for v5.12
 2021-04-23 17:26 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: rockchip: Convert to json-schema
 2021-04-23 14:44 UTC  (2+ messages)

[PATCH v5 0/1] Mediatek pinctrl patch on mt8195
 2021-04-23  4:26 UTC  (3+ messages)
` [PATCH v5] pinctrl: add rsel setting on MT8195


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