linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-12 10:22:40 to 2022-09-17 09:01:47 UTC [more...]

[PATCH -next v2 1/2] pinctrl: ocelot: add missing destroy_workqueue() in error path in ocelot_pinctrl_probe()
 2022-09-17  8:55 UTC  (4+ messages)
` [PATCH -next v2 2/2] pinctrl: ocelot: Use devm_platform_get_and_ioremap_resource()

[PATCH 0/3] Introduce the ACCES IDIO-16 GPIO library module
 2022-09-17  8:59 UTC  (8+ messages)
` [PATCH 1/3] gpio: idio-16: "
` [PATCH 2/3] gpio: 104-idio-16: Utilize the idio-16 GPIO library

[PATCH v2 RESEND 0/2] rockchip pinctrl for acpi
 2022-09-17  6:09 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: rockchip: find gpiochip by name from gpio module
` [PATCH v2 2/2] pinctrl: rockchip: get match data by device_get_match_data

[PATCH] pinctrl: rockchip: find gpiochip by name from gpio module
 2022-09-17  5:06 UTC  (3+ messages)

[PATCH v2 0/2] rockchip pinctrl for acpi
 2022-09-17  3:32 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: rockchip: find gpiochip by name from gpio module
` [PATCH v2 2/2] pinctrl: rockchip: get match data by device_get_match_data

[PATCH -next 1/2] pinctrl: ocelot: add missing destroy_workqueue() in error path in ocelot_pinctrl_probe()
 2022-09-17  2:28 UTC  (4+ messages)
` [PATCH -next 2/2] pinctrl: ocelot: Use devm_platform_get_and_ioremap_resource()

[PATCH v1 1/3] pinctrl: cy8c95x0: Lock register accesses in cy8c95x0_set_mux()
 2022-09-16 20:54 UTC  (3+ messages)
` [PATCH v1 2/3] pinctrl: cy8c95x0: Drop atomicity on operations on push_pull
` [PATCH v1 3/3] pinctrl: cy8c95x0: Align function names in cy8c95x0_pmxops

[GIT PULL] gpio: fixes for v6.0-rc6
 2022-09-16 20:01 UTC  (4+ messages)

[PATCH 1/3] pwm: Change prototype of .get_state() callback to return an error
 2022-09-16 15:15 UTC  (3+ messages)
` [PATCH 2/3] pwm/tracing: Also record trace events for failed apply calls
` [PATCH 3/3] pwm: Handle .get_state() failures

[GIT PULL] pin control fixes for the v6.0 series
 2022-09-16 14:21 UTC  (2+ messages)

[PATCH] gpiolib: TODO: add an item about GPIO safe-state
 2022-09-16 14:00 UTC  (12+ messages)

[PATCH] gpiolib: fix OOB access in quirk callbacks
 2022-09-16 13:20 UTC  (5+ messages)

[PATCH 1/4] gpiolib: of: do not ignore requested index when applying quirks
 2022-09-16 11:25 UTC  (6+ messages)
` [PATCH 3/4] gpiolib: rework quirk handling in of_find_gpio()

[PATCH v7 0/2] gpio: rockchip: support acpi
 2022-09-16  8:43 UTC  (3+ messages)
` [PATCH 1/2] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integer
` [PATCH 2/2] gpio: rockchip: support acpi

[PATCH] gpio: tpmx86: fix uninitialized variable girq
 2022-09-16  7:56 UTC  (4+ messages)

[PATCH] gpio: ftgpio010: Make irqchip immutable
 2022-09-16  7:54 UTC  (2+ messages)

[libgpiod v2][PATCH v2] bindings: cxx: tests: use the builder pattern for the GPIO simulator
 2022-09-16  7:10 UTC  (4+ messages)

[PATCH v2 0/4] AXP221/AXP223/AXP809 GPIO support
 2022-09-16  4:16 UTC  (4+ messages)
` [PATCH v2 4/4] ARM: dts: axp22x/axp809: Add GPIO controller nodes

[PATCH 0/2] SDM670 Pin Control Driver
 2022-09-16  2:01 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: qcom: add sdm670 pinctrl
` [PATCH 2/2] "

[brgl:gpio/for-next] BUILD SUCCESS d9e7f0e320516c660d6f33e6c16a3d99970eb14e
 2022-09-15 20:49 UTC 

[PATCH v2 0/2] gpio: pca9570: add slg7xl45106 support
 2022-09-15 12:24 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: gpio: pca9570: Add compatible for slg7xl45106
` [PATCH v2 2/2] gpio: pca9570: add slg7xl45106 support

[PATCH] gpio: tegra186: add Tegra234 PMC compatible in GPIO driver
 2022-09-15 12:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] pinctrl: ocelot: Fix interrupt controller
 2022-09-15 11:33 UTC  (5+ messages)

[PATCH v3 00/13] acpi: i2c: Use SharedAndWake and ExclusiveAndWake to enable wake irq
 2022-09-15 10:43 UTC  (3+ messages)
` [PATCH v3 05/13] gpiolib: acpi: Add wake_capable variants of acpi_dev_gpio_irq_get

BUG: sleeping function called from invalid context at arch/arm64/mm/fault.c:593
 2022-09-15 10:17 UTC 

[PATCH char-misc-next] misc: microchip: pci1xxxx: use DEFINE_SIMPLE_DEV_PM_OPS() in place of the SIMPLE_DEV_PM_OPS() in pci1xxxx's gpio driver
 2022-09-15  9:50 UTC  (5+ messages)

[PATCH v2 char-misc-next] misc: microchip: pci1xxxx: use DEFINE_SIMPLE_DEV_PM_OPS() in place of the SIMPLE_DEV_PM_OPS() in pci1xxxx's gpio driver
 2022-09-15  9:47 UTC 

[PATCH v6 0/3] gpio: rockchip: support acpi
 2022-09-15  8:43 UTC  (5+ messages)
` [PATCH 1/3] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID as integer
` [PATCH 2/3] pinctrl: export function get_pinctrl_dev_from_devname()
` [PATCH 3/3] gpio: rockchip: support acpi

[PATCH v5 2/5] dt-bindings: gpio: pca95xx: add entry for pcal6534 and PI4IOE5V6534Q
 2022-09-15  8:31 UTC  (5+ messages)
` [PATCH v5 3/5] gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()
` [PATCH v5 4/5] gpio: pca953x: Swap if statements to save later complexity
` [PATCH v5 5/5] gpio: pca953x: Add support for PCAL6534

[PATCH 0/6] isa: Ensure number of irq matches number of base
 2022-09-15  8:29 UTC  (4+ messages)
` [PATCH 1/6] isa: Introduce the module_isa_driver_with_irq helper macro

[PATCH -next] misc: microchip: pci1xxxx: Fix build error unused-function
 2022-09-15  6:05 UTC  (2+ messages)

[PATCH v1 0/3]sgpio:nuvoton:add support for Nuvoton NPCM SoCs
 2022-09-15  3:36 UTC  (4+ messages)
` [PATCH v1 1/3] dts: add Nuvoton sgpio feature

[linusw-pinctrl:devel] BUILD SUCCESS 92858eb6cb64cfafdc2b35c942d1812275f4205a
 2022-09-15  1:42 UTC 

[brgl:gpio/for-next] BUILD SUCCESS f7d619e9ab851eb89ab50c9265504ed732d5bee2
 2022-09-15  1:42 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS 04fa696fc49cde70440858d87805882e5f0cbc2b
 2022-09-15  1:42 UTC 

[linusw-pinctrl:fixes] BUILD SUCCESS c297561bc98ad0f2a37ce0178ee3ba89ab586d70
 2022-09-15  1:42 UTC 

[brgl:gpio/for-current] BUILD SUCCESS 09eed5a1ed3c752892663976837eb4244c2f1984
 2022-09-15  0:30 UTC 

[gpiolib] c11a3c631d: BUG:kernel_NULL_pointer_dereference,address
 2022-09-14 15:56 UTC 

[PATCH v2 00/13] acpi: i2c: Use SharedAndWake and ExclusiveAndWake to enable wake irq
 2022-09-14 15:21 UTC  (5+ messages)
` [PATCH v2 05/13] gpiolib: acpi: Add wake_capable parameter to acpi_dev_gpio_irq_get_by

[PATCH v3 0/2] gpio: Add gpio-latch driver
 2022-09-14 15:05 UTC  (5+ messages)
` [PATCH v3 1/2] gpio: Add gpio latch driver
` [PATCH v3 2/2] dt-bindings: gpio: Add gpio-latch binding document

[PATCH] gpio: tegra186: Check GPIO pin permission before access
 2022-09-14 13:43 UTC  (3+ messages)

[PATCH v4 2/5] dt-bindings: gpio: pca95xx: add entry for pcal6534 and PI4IOE5V6534Q
 2022-09-14 13:28 UTC  (6+ messages)
` [PATCH v4 3/5] gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()
` [PATCH v4 4/5] gpio: pca953x: Swap if statements to save later complexity
` [PATCH v4 5/5] gpio: pca953x: Add support for PCAL6534

[PATCH v2 0/9] gpio: Get rid of ARCH_NR_GPIOS (v2)
 2022-09-14 13:03 UTC  (6+ messages)

[PATCH v2] dt-bindings: pinctrl: update bindings for MT7986 SoC
 2022-09-14 12:55 UTC  (3+ messages)

[GIT PULL] pinctrl: samsung: for v6.1
 2022-09-14 12:29 UTC  (2+ messages)

[PATCH v1] pinctrl: ocelot: add help and description information to ocelot pinctrl kconfig
 2022-09-14 12:26 UTC  (2+ messages)

[PATCH v2] gpio: mt7621: Make the irqchip immutable
 2022-09-14 12:24 UTC  (4+ messages)
` [PATCH v2] gpio: mt7621: Switch to use platform_get_irq() function

[PATCH v2 1/2] dt-bindings: gpio: pca95xx: add entry for pcal6408
 2022-09-14 12:17 UTC  (3+ messages)
` [PATCH v2 2/2] gpio: pca953x: introduce support for nxp,pcal6408

[libgpiod v2][PATCH v2] treewide: rework line configuration
 2022-09-14 11:58 UTC  (3+ messages)

[PATCH v2 00/40] pinctrl/arm64: qcom: fix some of Qualcomm pinctrl schema warnings
 2022-09-14 10:21 UTC  (4+ messages)
` (subset) "

[PATCH] tools: Change asprintf return code check
 2022-09-14  9:11 UTC  (4+ messages)

[brgl:gpio/for-current] BUILD SUCCESS 94e9bc73d85aa6ecfe249e985ff57abe0ab35f34
 2022-09-14  3:05 UTC 

[PATCH 0/2] gpiolib: export the consumer's PID to user-space
 2022-09-14  1:00 UTC  (16+ messages)
` [PATCH 2/2] gpiolib: cdev: export the consumer's PID

[PATCH] dt-bindings: pinctrl: stm32: add missing entries for gpio subnodes
 2022-09-13 15:55 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: qcom: drop non-working codeaurora.org emails
 2022-09-13 15:18 UTC  (2+ messages)

[PATCH 00/40] pinctrl/arm64: qcom: fix some of Qualcomm pinctrl schema warnings
 2022-09-13 15:17 UTC  (3+ messages)
` [PATCH 02/40] dt-bindings: pinctrl: qcom,sm6115-pinctrl: fix matching SD card pins

[PATCH 1/2] gpio: mt7621: Switch to use fwnode instead of of_node
 2022-09-13 14:48 UTC  (6+ messages)
` [PATCH 2/2] gpio: mt7621: Make the irqchip immutable

[PATCH] MAINTAINERS: Update HiSilicon GPIO Driver maintainer
 2022-09-13 14:12 UTC  (2+ messages)

[PATCH] gpio: ixp4xx: Make irqchip immutable
 2022-09-13 14:29 UTC  (3+ messages)

[PATCH] gpio: pca953x: Introduce support for nxp,pcal6408
 2022-09-13 14:10 UTC  (2+ messages)

[PATCH v2 0/4] Add Support for Qualcomm SPMI GPIOs
 2022-09-13 10:56 UTC  (7+ messages)
` [PATCH v2 1/4] pinctrl: qcom: spmi-gpio: add support for LV_VIN2 and MV_VIN3 subtypes
` [PATCH v2 2/4] pinctrl: qcom: spmi-gpio: Fix the GPIO strength mapping
` [PATCH v2 3/4] pinctrl: qcom: spmi-gpio: Add compatible for PM7250B
` [PATCH v2 4/4] dt-bindings: qcom-pmic-gpio: Add PM7250B and PM8450 bindings

[PATCH] misc: microchip: pci1xxxx: Remove duplicate include
 2022-09-13 10:40 UTC  (2+ messages)

[PATCH v3 2/5] dt-bindings: gpio: pca95xx: add entry for pcal6534 and PI4IOE5V6534Q
 2022-09-13  9:38 UTC  (6+ messages)
` [PATCH v3 3/5] gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()
` [PATCH v3 4/5] gpio: pca953x: Swap if statements to save later complexity
` [PATCH v3 5/5] gpio: pca953x: Add support for PCAL6534

[PATCH v5 0/6] gpio: rockchip: support acpi
 2022-09-13  7:55 UTC  (4+ messages)
` [PATCH 6/6] "

[PATCH v2 0/5] arm64: dts: ti: Add support for AM62A family of SoCs
 2022-09-13  6:57 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 044b771be9c5de9d817dfafb829d2f049c71c3b4
 2022-09-12 22:26 UTC 

[PATCH] gpio: tegra186: Check PMC driver status before any request
 2022-09-12 13:33 UTC 

build failure of next-20220906 due to 4ec7ac90ff39 ("misc: microchip: pci1xxxx: Add power management functions - suspend & resume handlers.")
 2022-09-12 11:48 UTC  (4+ messages)

[PATCH 0/6] Add Apple Mac System Management Controller GPIOs
 2022-09-12 10:55 UTC  (11+ messages)
` [PATCH 4/6] platform/apple: Add new Apple Mac SMC driver


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