messages from 2025-08-12 08:27:09 to 2025-08-15 09:09:45 UTC [more...]
[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-15 9:09 UTC (15+ messages)
` [PATCH v5 01/15] devres: provide devm_kmemdup_const()
` [PATCH v5 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v5 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v5 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v5 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v5 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v5 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v5 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v5 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v5 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v5 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v5 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v5 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v5 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
[PATCH libgpiod v2 0/9] bindings: rust: prepare v1.0.0 release
2025-08-15 8:57 UTC (10+ messages)
` [PATCH libgpiod v2 1/9] bindings: rust: make Buffer::read_edge_events() lifetimes more explicit
` [PATCH libgpiod v2 2/9] bindings: rust: add missing unsafe block ahead of rust version bump
` [PATCH libgpiod v2 3/9] bindings: rust: update bindgen dependency
` [PATCH libgpiod v2 4/9] bindings: rust: update errno dependency
` [PATCH libgpiod v2 5/9] bindings: rust: update cc dependency
` [PATCH libgpiod v2 6/9] bindings: rust: update system-deps dependency
` [PATCH libgpiod v2 7/9] bindings: rust: update thiserror dependency
` [PATCH libgpiod v2 8/9] bindings: rust: update intmap dependency
` [PATCH libgpiod v2 9/9] bindings: rust: update crate versions to v1.0.0
[GIT PULL] gpio fixes for v6.17-rc2
2025-08-15 8:47 UTC
[brgl:gpio/for-next] BUILD SUCCESS 5893165a27e7d1f318aa91f0cd84e795dab7460d
2025-08-15 8:06 UTC
[PATCH 1/2] gpiolib: acpi: Add quirk for ASUS ProArt PX13
2025-08-15 6:45 UTC (3+ messages)
` [PATCH 2/2] pinctrl: amd: Add PM debugging message for turning on/off wakes
[PATCH v4 0/2] Handle shared reset GPIO for WSA883x speakers
2025-08-15 6:37 UTC (3+ messages)
` [PATCH v4 2/2] ASoC: codecs: wsa883x: "
[PATCH] gpio: fx6408: Add suspend/resume support
2025-08-15 3:25 UTC
[PATCH] pintctl: STMFX: add missing HAS_IOMEM dependency
2025-08-15 2:27 UTC
[PATCH 0/6] mfd: Add support for the LTC4283 Hot Swap Controller
2025-08-14 21:57 UTC (12+ messages)
` [PATCH 1/6] dt-binbings: mfd: Add bindings for the LTC4283 "
` [PATCH 2/6] mfd: ltc4283: Add support "
` [PATCH 3/6] dt-binbings: hwmon: Add bindings "
` [PATCH 4/6] hwmon: ltc4283-hwmon: Add support "
` [PATCH 5/6] dt-binbings: gpio: Add bindings "
` [PATCH 6/6] gpio: gpio-ltc4283: Add support "
[PATCH] pinctrl: meson-g12a: add GPIOC_7 pcie_clkreqn pinmux
2025-08-14 19:14 UTC (2+ messages)
[PATCH 00/21] treewide: remove unneeded 'fast_io' parameter in regmap_config
2025-08-14 14:18 UTC (8+ messages)
` [PATCH 03/21] gpio: "
` [PATCH 13/21] pinctrl: "
` (subset) [PATCH 00/21] treewide: "
[PATCH v6 5/9] pinctrl: meson: Fix typo in device table macro
2025-08-14 13:07 UTC
[PATCH] pinctrl: renesas: rza1: Make mux_conf const in rza1_pin_mux_single()
2025-08-14 10:06 UTC (2+ messages)
[PATCH next] gpio: aggregator: Fix off by one in gpiochip_fwd_desc_add()
2025-08-14 9:32 UTC (5+ messages)
[PATCH RFC v2 0/7] pinctrl-scmi: Add GPIO support
2025-08-14 8:39 UTC (3+ messages)
` [PATCH RFC v2 6/7] "
[PATCH v4 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-14 7:37 UTC (21+ messages)
` [PATCH v4 01/15] devres: provide devm_kmemdup_const()
` [PATCH v4 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v4 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v4 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v4 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v4 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v4 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v4 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v4 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v4 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v4 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v4 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v4 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v4 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v4 15/15] pinctrl: qcom: make the pinmuxing strict
[PATCH 0/3] Support pinctrl for Loongson 2K0300 SoC
2025-08-14 3:15 UTC (3+ messages)
` [PATCH 2/3] pinctrl: ls2k0300: Support "
[PATCH] gpiolib: enable CONFIG_GPIOLIB_LEGACY even for !GPIOLIB
2025-08-13 22:26 UTC (2+ messages)
[GIT PULL] Immutable branch between the GPIO and pinctrl trees
2025-08-13 21:45 UTC (2+ messages)
[PATCH v1] PCI: stm32: use pinctrl_pm_select_init_state() in stm32_pcie_resume_noirq()
2025-08-13 19:06 UTC (2+ messages)
[PATCH v5 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur
2025-08-13 14:34 UTC (7+ messages)
` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add Glymur pinctrl bindings
` [PATCH v5 2/2] pinctrl: qcom: Add glymur pinctrl driver
[brgl:gpio/for-current] BUILD SUCCESS 810bd9066fb1871b8a9528f31f2fdbf2a8b73bf2
2025-08-13 14:12 UTC
[PATCH] pinctrl: equilibrium: Remove redundant semicolons
2025-08-13 13:17 UTC (2+ messages)
[PATCH] Documentation: gpio: add documentation about using software nodes
2025-08-13 12:47 UTC (6+ messages)
[PATCH 00/21] gpiolib: fence off legacy interfaces
2025-08-13 12:35 UTC (12+ messages)
` [PATCH 04/21] sh: select legacy gpiolib interface
` [PATCH 06/21] x86/olpc: select GPIOLIB_LEGACY
` [PATCH 17/21] nfc: marvell: convert to gpio descriptors
` (subset) [PATCH 00/21] gpiolib: fence off legacy interfaces
[PATCH] iio: adc: bd79124: Add GPIOLIB dependency
2025-08-13 12:27 UTC (5+ messages)
[PATCH libgpiod 00/10] bindings: rust: prepare v1.0.0 release
2025-08-13 8:33 UTC (22+ messages)
` [PATCH libgpiod 01/10] bindings: rust: make Buffer::read_edge_events() lifetimes more explicit
` [PATCH libgpiod 02/10] bindings: rust: add missing unsafe block ahead of rust version bump
` [PATCH libgpiod 03/10] bindings: rust: update bindgen dependency
` [PATCH libgpiod 04/10] bindings: rust: update errno dependency
` [PATCH libgpiod 05/10] bindings: rust: update cc dependency
` [PATCH libgpiod 06/10] bindings: rust: update system-deps dependency
` [PATCH libgpiod 07/10] bindings: rust: update thiserror dependency
` [PATCH libgpiod 08/10] bindings: rust: update intmap dependency
` [PATCH libgpiod 09/10] bindings: rust: update rust version
` [PATCH libgpiod 10/10] bindings: rust: update crate versions to v1.0.0
[PATCH v1 0/2] Add pinctrl_pm_select_init_state helper function
2025-08-13 8:11 UTC (3+ messages)
` [PATCH v1 1/2] Documentation: pinctrl: Describe PM helper functions for standard states
` [PATCH v1 2/2] pinctrl: Add pinctrl_pm_select_init_state helper function
[PATCH 0/4] Add support of IRQs to QUICC ENGINE GPIOs
2025-08-13 7:49 UTC (13+ messages)
` [PATCH 1/4] soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
` [PATCH 2/4] soc: fsl: qe: Change GPIO driver to a proper platform driver
` [PATCH 3/4] soc: fsl: qe: Add support of IRQ in QE GPIO
` [PATCH 4/4] dt-bindings: soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports
[PATCH v3 0/3] pinctrl: tegra: Add Tegra186 pinmux driver
2025-08-12 21:24 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: Document Tegra186 pin controllers
` [PATCH v3 2/3] pinctrl: tegra: Add Tegra186 pinmux driver
` [PATCH v3 3/3] arm64: tegra: Add Tegra186 pin controllers
[PATCH] dt-bindings: pinctrl: Convert brcm,iproc-gpio to DT schema
2025-08-12 20:33 UTC
[PATCH] dt-bindings: pinctrl: Convert brcm,bcm2835-gpio to DT schema
2025-08-12 20:33 UTC
[brgl:gpio/for-next] BUILD SUCCESS 38f7b4a6a0510bc9b578b2bbf31e434d84b3244b
2025-08-12 15:18 UTC
[brgl:gpio/aggregator-refactoring] BUILD SUCCESS 53ec9169db1345f04174febb90f88a871fc28d9e
2025-08-12 14:17 UTC
[PATCH v1 0/2] gpio: mlxbf3: revert device name logic
2025-08-12 13:43 UTC (7+ messages)
` [PATCH v1 1/2] Revert "gpio: mlxbf3: only get IRQ for device instance 0"
` [PATCH v1 2/2] gpio: mlxbf3: use platform_get_irq_optional()
[PATCH v2 0/2] gpio: mlxbf3: revert device name logic
2025-08-12 13:39 UTC (3+ messages)
` [PATCH v2 1/2] Revert "gpio: mlxbf3: only get IRQ for device instance 0"
` [PATCH v2 2/2] gpio: mlxbf3: use platform_get_irq_optional()
[PATCH RESEND 00/14] gpio: replace legacy bgpio_init() with its modernized alternative
2025-08-12 12:14 UTC (16+ messages)
` [PATCH RESEND 01/14] gpio: generic: provide to_gpio_generic_chip()
` [PATCH RESEND 02/14] gpio: generic: provide helpers for reading and writing registers
` [PATCH RESEND 03/14] gpio: hisi: use the BGPIOF_UNREADABLE_REG_DIR flag
` [PATCH RESEND 04/14] gpio: ts4800: remove the unnecessary call to platform_set_drvdata()
` [PATCH RESEND 05/14] gpio: ts4800: use generic device properties
` [PATCH RESEND 06/14] gpio: ts4800: use dev_err_probe()
` [PATCH RESEND 07/14] gpio: ts4800: use new generic GPIO chip API
` [PATCH RESEND 08/14] gpio: loongson-64bit: "
` [PATCH RESEND 09/14] gpio: dwapb: "
` [PATCH RESEND 10/14] gpio: amdpt: "
` [PATCH RESEND 11/14] gpio: rda: "
` [PATCH RESEND 12/14] gpio: grgpio: "
` [PATCH RESEND 13/14] gpio: mpc8xxx: "
` [PATCH RESEND 14/14] gpio: ge: "
[PATCH 0/6] Add peripheral nodes to RaspberryPi 5 DT
2025-08-12 12:12 UTC (4+ messages)
` [PATCH 2/6] dt-bindings: serial: Add clock-frequency property as an alternative to clocks
[PATCH] pwm: Rename GPIO set_rv callback back to its original name
2025-08-12 11:37 UTC (3+ messages)
[PATCH RESEND 00/14] gpio: replace legacy bgpio_init() with its modernized alternative
2025-08-12 9:59 UTC (8+ messages)
` [PATCH RESEND 01/14] gpio: generic: provide to_gpio_generic_chip()
` [PATCH RESEND 02/14] gpio: generic: provide helpers for reading and writing registers
` [PATCH RESEND 03/14] gpio: hisi: use the BGPIOF_UNREADABLE_REG_DIR flag
` [PATCH RESEND 04/14] gpio: ts4800: remove the unnecessary call to platform_set_drvdata()
` [PATCH RESEND 05/14] gpio: ts4800: use generic device properties
` [PATCH RESEND 06/14] gpio: ts4800: use dev_err_probe()
[PATCH 00/14] gpio: replace legacy bgpio_init() with its modernized alternative
2025-08-12 9:52 UTC (6+ messages)
` [PATCH 01/14] gpio: generic: provide to_gpio_generic_chip()
` [PATCH 02/14] gpio: generic: provide helpers for reading and writing registers
` [PATCH 03/14] gpio: hisi: use the BGPIOF_UNREADABLE_REG_DIR flag
` [PATCH 04/14] gpio: ts4800: remove the unnecessary call to platform_set_drvdata()
` [PATCH 05/14] gpio: ts4800: use generic device properties
[PATCH] pinctrl: rp1: Add regmap ranges to RP1 gpio controller
2025-08-12 9:26 UTC
[PATCH] dt-bindings: pinctrl: rp1: Describe groups for RP1 pin controller
2025-08-12 8:46 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).