linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-22 15:27:14 to 2025-10-01 05:04:19 UTC [more...]

[PATCH v3 00/22] tegra-video: add CSI support for Tegra20 and Tegra30
 2025-10-01  5:04 UTC  (28+ messages)
` [PATCH v3 01/22] clk: tegra: set CSUS as vi_sensor's gate for Tegra20, Tegra30 and Tegra114
` [PATCH v3 02/22] dt-bindings: clock: tegra30: Add IDs for CSI pad clocks
` [PATCH v3 03/22] clk: tegra30: add CSI pad clock gates
` [PATCH v3 04/22] dt-bindings: display: tegra: document Tegra30 VI and VIP
` [PATCH v3 05/22] staging: media: tegra-video: expand VI and VIP support to Tegra30
` [PATCH v3 06/22] staging: media: tegra-video: vi: adjust get_selection op check
` [PATCH v3 07/22] staging: media: tegra-video: vi: add flip controls only if no source controls are provided
` [PATCH v3 08/22] staging: media: tegra-video: csi: move CSI helpers to header
` [PATCH v3 09/22] gpu: host1x: convert MIPI to use operation function pointers
` [PATCH v3 10/22] staging: media: tegra-video: vi: improve logic of source requesting
` [PATCH v3 11/22] staging: media: tegra-video: csi: move avdd-dsi-csi-supply from VI to CSI
` [PATCH v3 12/22] arm64: tegra: move avdd-dsi-csi-supply into CSI node
` [PATCH v3 13/22] staging: media: tegra-video: tegra20: set correct maximum width and height
` [PATCH v3 14/22] staging: media: tegra-video: tegra20: add support for second output of VI
` [PATCH v3 15/22] staging: media: tegra-video: tegra20: simplify format align calculations
` [PATCH v3 16/22] staging: media: tegra-video: tegra20: set VI HW revision
` [PATCH v3 17/22] staging: media: tegra-video: tegra20: increase maximum VI clock frequency
` [PATCH v3 18/22] staging: media: tegra-video: tegra20: expand format support with RAW8/10 and YUV422 1X16
` [PATCH v3 19/22] staging: media: tegra-video: tegra20: adjust luma buffer stride
` [PATCH v3 20/22] dt-bindings: display: tegra: document Tegra20 and Tegra30 CSI
` [PATCH v3 21/22] ARM: tegra: add CSI nodes for Tegra20 and Tegra30
` [PATCH v3 22/22] staging: media: tegra-video: add CSI support "

[PATCH 0/6] pinctrl: bcmbca: Refactor and add BCM6846
 2025-10-01  0:44 UTC  (8+ messages)
` [PATCH 1/6] pinctrl: bcm: Rename bcm4908 to bcmbca
` [PATCH 2/6] pinctrl: bcm: bcmbca: Parameterize pins, groups, funcs
` [PATCH 3/6] pinctrl: bcm: bcmbca: Prefix all BCM4908 data
` [PATCH 4/6] pinctrl: bcm: bcmbca: Use a guarded mutex
` [PATCH 5/6] dt-bindings: pinctrl: Add binding for BCM6846 pinctrl
` [PATCH 6/6] pinctrl: bcm: bcmbca: Add support for BCM6846

[PATCH v5 00/12] drivers: gpio: and the QIXIS FPGA GPIO controller
 2025-09-30 23:00 UTC  (7+ messages)
` [PATCH v5 03/12] dt-bindings: fsl,fpga-qixis: describe the gpio child node found on LS1046AQDS
` [PATCH v5 04/12] mfd: simple-mfd-i2c: keep compatible strings in alphabetical order
` [PATCH v5 08/12] gpio: add QIXIS FPGA GPIO controller

[GIT PULL] pin control bulk changes for v6.18
 2025-09-30 18:48 UTC 

[PATCH v3 7/8] dt-bindings: iio: adc: adi,ad4030: Add ADAQ4216 and ADAQ4224
 2025-09-30 18:26 UTC  (6+ messages)

[v2 0/3] Add pinctrl support for sky1
 2025-09-30 12:34 UTC  (8+ messages)
` [v2 1/3] pinctrl: cix: Add pin-controller "
    ` 回复: "

[PATCH v2 0/9] pinctrl: stm32: Support I/O synchronization
 2025-09-30 12:23 UTC  (3+ messages)
` [PATCH v2 2/9] dt-bindings: pincfg-node: Add property "skew-delay-direction"

[PATCH v3] pinctrl: renesas: rzg2l: Drop the unnecessary pin configurations
 2025-09-30 10:24 UTC  (2+ messages)

[PATCH v2] pinctrl: renesas: rzg2l: Fix ISEL restore on resume
 2025-09-30 10:24 UTC  (6+ messages)

[PATCH libgpiod 0/3] bindings: rust: pre-release tweaks
 2025-09-30  7:54 UTC  (9+ messages)
` [PATCH libgpiod 1/3] bindings: rust: complete the unification of exports in examples
` [PATCH libgpiod 2/3] bindings: rust: update formatting to --edition 2024
` [PATCH libgpiod 3/3] bindings: rust: add examples to the README.md in the libgpiod crate

[PATCH v3 00/12] media: uvcvideo: Add support for orientation and rotation
 2025-09-29 18:49 UTC  (18+ messages)
` [PATCH v3 01/12] media: uvcvideo: Always set default_value
` [PATCH v3 02/12] media: uvcvideo: Set a function for UVC_EXT_GPIO_UNIT
` [PATCH v3 03/12] media: v4l: fwnode: Support ACPI's _PLD for v4l2_fwnode_device_parse
` [PATCH v3 04/12] ACPI: mipi-disco-img: Do not duplicate rotation info into swnodes
` [PATCH v3 05/12] media: ipu-bridge: Use v4l2_fwnode_device_parse helper
` [PATCH v3 06/12] media: ipu-bridge: Use v4l2_fwnode for unknown rotations
` [PATCH v3 07/12] dt-bindings: media: Add usb-camera-module
` [PATCH v3 08/12] media: uvcvideo: Add support for V4L2_CID_CAMERA_ORIENTATION
` [PATCH v3 09/12] media: uvcvideo: Fill ctrl->info.selector earlier
` [PATCH v3 10/12] media: uvcvideo: Add uvc_ctrl_query_entity helper
` [PATCH v3 11/12] media: uvcvideo: Use current_value for read-only controls
` [PATCH v3 12/12] media: uvcvideo: Add support for V4L2_CID_CAMERA_ROTATION

[PATCH] dt-bindings: pinctrl: Convert marvell,armada-3710-(sb|nb)-pinctrl to DT schema
 2025-09-29 15:43 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: gpio: Add Tegra410 support
 2025-09-29 13:41 UTC  (4+ messages)

[PATCH] gpio: aggregator: restore the set_config operation
 2025-09-29 12:45 UTC  (3+ messages)

[GIT PULL] gpio updates for v6.18-rc1
 2025-09-29  9:41 UTC 

[PATCH v2 0/3] gpio: mpsse: add support for bryx brik
 2025-09-29  8:48 UTC  (6+ messages)
` [PATCH v2 1/3] gpio: mpsse: use rcu to ensure worker is torn down
` [PATCH v2 2/3] gpio: mpsse: add quirk support
` [PATCH v2 3/3] gpio: mpsse: support bryx radio interface kit

[PATCH v1] gpio: gpio-grgpio: call request_irq after incrementing the reference count
 2025-09-28  5:40 UTC 

[linux-next:master] [gpio] b31c68fd85: kernel-selftests.gpio.gpio-aggregator.sh.fail
 2025-09-28  5:25 UTC 

[brgl:gpio/for-next] BUILD SUCCESS bc061143637532c08d9fc657eec93fdc2588068e
 2025-09-27 10:48 UTC 

[PATCH v3 0/3] RDA8810PL GPIO fixes
 2025-09-27  4:59 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: gpio: rda: Make interrupts optional
` [PATCH v3 2/3] gpio: rda: Make IRQ optional
` [PATCH v3 3/3] gpio: rda: Use bidirectional GPIO register for direction input

[GIT PULL] gpio fixes for v6.17
 2025-09-26 20:44 UTC  (2+ messages)

[RFC 0/5] microchip mpfs/pic64gx pinctrl questions
 2025-09-26 14:33 UTC  (6+ messages)
` [RFC 1/5] dt-bindings: pinctrl: add polarfire soc iomux0 pinmux
` [RFC 2/5] dt-bindings: pinctrl: add pic64gx "gpio2" pinmux
` [RFC 3/5] pinctrl: add polarfire soc iomux0 pinmux driver
` [RFC 4/5] pinctrl: add pic64gx "gpio2" "
` [RFC 5/5] riscv: dts: microchip: add pinctrl nodes for iomux0

[PATCH] mmc: core: Fix system shutdown hang in mmc_bus_shutdown
 2025-09-26 13:09 UTC  (2+ messages)

[PATCH v1] gpio: mpfs: fix setting gpio direction to output
 2025-09-26 11:20 UTC  (3+ messages)

[libgpiod][PATCH] bindings: python: generate wheels for CPython 3.14
 2025-09-26  9:54 UTC  (2+ messages)

[PATCH v3 00/10] Add ASPEED PCIe Root Complex support
 2025-09-26  3:45 UTC  (5+ messages)
` [PATCH v3 03/10] dt-bindings: PCI: Add ASPEED PCIe RC support

[PATCH v2] dt-bindings: pinctrl: Convert marvell,armada-3710-(sb|nb)-pinctrl to DT schema
 2025-09-25 22:18 UTC 

[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for Kaanapali
 2025-09-25 14:09 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: describe Kaanapali TLMM
` [PATCH 2/2] pinctrl: qcom: add the tlmm driver for Kaanapali platforms

[brgl:gpio/for-next] BUILD SUCCESS 2235b26c1b25daf253748acff501af3ea85faaa8
 2025-09-25 13:16 UTC 

[linusw-pinctrl:for-next] BUILD SUCCESS da3a88e9656c17a34daf49c9acc6d85f73b4d3d9
 2025-09-25 10:23 UTC 

[PATCH 0/3] gpio/pinctrl/mfd: use more common syntax for compound literals
 2025-09-25  8:11 UTC  (7+ messages)
` [PATCH 2/3] pinctrl: "

[PATCH 00/10] RDA8810PL SD/MMC support
 2025-09-25  5:30 UTC  (12+ messages)
` [PATCH 02/10] dt-bindings: clock: Add RDA Micro RDA8810PL clock/reset controller
` [PATCH 03/10] dt-bindings: dma: Add RDA IFC DMA
` [PATCH 04/10] dt-bindings: mmc: Add RDA SDMMC controller

[PATCH v2 0/4] Add pinctrl support for AST2700 SoC
 2025-09-25  4:48 UTC  (3+ messages)
` [PATCH v2 3/4] pinctrl: aspeed: Add AST2700 pinmux support

[PATCH] dt-bindings: pinctrl: Convert Marvell Berlin pinctrl to DT schema
 2025-09-24 22:31 UTC 

[PATCH v4 0/8] gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC
 2025-09-24 21:48 UTC  (13+ messages)
` [PATCH v4 4/8] irqchip/renesas-rza1: Use for_each_of_imap_item iterator
` [PATCH v4 5/8] ARM: dts: r9a06g032: Add GPIO controllers
` [PATCH v4 6/8] dt-bindings: soc: renesas: Add the Renesas RZ/N1 GPIO Interrupt Multiplexer
` [PATCH v4 7/8] soc: renesas: Add support for "
` [PATCH v4 8/8] ARM: dts: r9a06g032: Add support for GPIO interrupts

[PATCH RFC 0/9] gpio: improve support for shared GPIOs
 2025-09-24 18:58 UTC  (12+ messages)
` [PATCH RFC 1/9] gpio: wcd934x: mark the GPIO controller as sleeping
` [PATCH RFC 2/9] string: provide strends()
` [PATCH RFC 3/9] gpiolib: define GPIOD_FLAG_SHARED
` [PATCH RFC 4/9] gpiolib: implement low-level, shared GPIO support
` [PATCH RFC 5/9] gpio: shared-proxy: implement the shared GPIO proxy driver
` [PATCH RFC 6/9] gpiolib: support shared GPIOs in core subsystem code
` [PATCH RFC 7/9] arm64: select HAVE_SHARED_GPIOS for ARCH_QCOM
` [PATCH RFC 8/9] ASoC: wsa881x: drop GPIOD_FLAGS_BIT_NONEXCLUSIVE flag from GPIO lookup
` [PATCH RFC 9/9] ASoC: wsa883x: "

[PATCH v2 0/3] pinctrl: Update dt-binding and driver to support Glymur PMICs
 2025-09-24 17:01 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: qcom,pmic-gpio: Add GPIO bindings for "
` [PATCH v2 2/3] pinctrl: qcom: spmi-gpio: Add PMCX0102, PMK8850 & PMH01XX PMICs support
` [PATCH v2 3/3] pinctrl: qcom: spmi-gpio: add support for {LV_VIN2, MV_VIN3}_CLK subtypes

[PATCH v3 0/6] MediaTek devicetree/bindings warnings sanitization second round
 2025-09-24 14:04 UTC  (4+ messages)
` [PATCH v3 3/6] dt-bindings: arm: mediatek: Support mt8183-audiosys variant
` (subset) [PATCH v3 0/6] MediaTek devicetree/bindings warnings sanitization second round

[PATCH] clk: renesas: cpg-lib: Remove unneeded semicolon
 2025-09-24 13:02 UTC 

[PATCH] pinctrl: renesas: Remove unneeded semicolons
 2025-09-24 12:47 UTC 

[PATCH] pinctrl: renesas: rzg2l: remove extra semicolons
 2025-09-24 11:58 UTC  (2+ messages)

[PATCH 0/2] gpio: generic: rename BGPIOF_ flags and move them to the generic.h header
 2025-09-24 11:51 UTC  (2+ messages)

[PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address
 2025-09-24  7:51 UTC  (9+ messages)
` [PATCH 4/5] spi: "
` (subset) [PATCH 1/5] usb: misc: "

Thematic Funds Letter Of Intent
 2025-09-23 23:54 UTC 

[PATCH v2 00/12] MediaTek dt-bindings sanitization (MT8173)
 2025-09-23 21:48 UTC  (2+ messages)

[PATCH 00/38] MediaTek devicetree/bindings warnings sanitization
 2025-09-23 21:37 UTC  (2+ messages)

[PATCH v7 0/6] Initial support of MSM8937 and Xiaomi Redmi 3S
 2025-09-23  9:55 UTC  (6+ messages)
` [PATCH v7 6/6] arm64: dts: qcom: Add "

[linusw-pinctrl:fixes-test] BUILD SUCCESS 76c54b99c6cd84284fdb4ff8988c53f56fb73fe4
 2025-09-23  7:58 UTC 

[brgl:gpio/for-current] BUILD SUCCESS 3bd44edd6c55828fd4e11cb0efce5b7160bfa2de
 2025-09-23  7:36 UTC 

[PATCH] dt-bindings: pinctrl: qcom: msm8960: rename msmgpio node to tlmm
 2025-09-22 20:36 UTC  (2+ messages)

[PATCH v4 00/11] drivers: gpio: and the QIXIS FPGA GPIO controller
 2025-09-22 19:50 UTC  (3+ messages)
` [PATCH v4 03/11] dt-bindings: fsl,fpga-qixis: describe the gpio child node found on LS1046AQDS

[GIT PULL] late pin control fixes for v6.17
 2025-09-22 18:04 UTC  (2+ messages)

[PATCH AUTOSEL 6.16] gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-05
 2025-09-22 17:57 UTC 

[PATCH 6.17 REGRESSION FIX] gpiolib: acpi: Make set debounce errors non fatal
 2025-09-22 16:21 UTC  (6+ messages)

[PATCH v3 0/8] gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC
 2025-09-22 16:08 UTC  (6+ messages)
` [PATCH v3 5/8] ARM: dts: r9a06g032: Add GPIO controllers

[PATCH v3 0/4] Add support for mt6878 pinctrl
 2025-09-22 16:07 UTC  (3+ messages)
` [PATCH v3 1/4] dt-bindings: pinctrl: mediatek: Document MT6878 pin controller bindings

[PATCH 0/3] pinctrl: samsung: add Exynos9610 pinctrl support
 2025-09-22 15:42 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: samsung: Add exynos9610-pinctrl compatible
` [PATCH 2/3] dt-bindings: pinctrl: samsung: Add exynos9610-wakeup-eint node


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