linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-29 11:22:31 to 2025-06-03 14:01:16 UTC [more...]

[PATCH v4 00/11] iio: adc: Add support for AD4170 series of ADCs
 2025-06-03 14:00 UTC  (21+ messages)
` [PATCH v4 01/11] dt-bindings: iio: adc: Add AD4170
` [PATCH v4 02/11] iio: adc: Add basic support for AD4170
` [PATCH v4 03/11] iio: adc: ad4170: Add support for calibration gain
` [PATCH v4 04/11] iio: adc: ad4170: Add support for calibration bias
` [PATCH v4 05/11] iio: adc: ad4170: Add digital filter and sample frequency config support
` [PATCH v4 06/11] iio: adc: ad4170: Add support for buffered data capture
` [PATCH v4 07/11] iio: adc: ad4170: Add clock provider support
` [PATCH v4 08/11] iio: adc: ad4170: Add GPIO controller support
` [PATCH v4 09/11] iio: adc: ad4170: Add support for internal temperature sensor
` [PATCH v4 10/11] iio: adc: ad4170: Add support for weigh scale and RTD sensors
` [PATCH v4 11/11] iio: adc: ad4170: Add timestamp channel

[PATCH v2 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-06-03 12:55 UTC  (11+ messages)
` [PATCH v2 1/7] dt-bindings: pinctrl: rockchip: increase max amount of device functions
` [PATCH v2 2/7] dt-bindings: pwm: Add a new binding for rockchip,rk3576-pwm
` [PATCH v2 3/7] bitfield: introduce HI16_WE bitfield prep macros
` [PATCH v2 4/7] soc: rockchip: add mfpwm driver
` [PATCH v2 5/7] pwm: Add rockchip PWMv4 driver
` [PATCH v2 6/7] counter: Add rockchip-pwm-capture driver
` [PATCH v2 7/7] arm64: dts: rockchip: add PWM nodes to RK3576 SoC dtsi

[PATCH v10 00/11] Add support for MAX7360
 2025-06-03 12:45 UTC  (23+ messages)
` [PATCH v10 01/11] dt-bindings: mfd: gpio: Add MAX7360
` [PATCH v10 02/11] mfd: Add max7360 support
` [PATCH v10 03/11] pinctrl: Add MAX7360 pinctrl driver
` [PATCH v10 04/11] pwm: max7360: Add MAX7360 PWM support
` [PATCH v10 05/11] regmap: irq: Add support for chips without separate IRQ status
` [PATCH v10 06/11] gpio: regmap: Allow to allocate regmap-irq device
` [PATCH v10 07/11] gpio: regmap: Allow to provide init_valid_mask callback
` [PATCH v10 08/11] gpio: max7360: Add MAX7360 gpio support
` [PATCH v10 09/11] input: keyboard: Add support for MAX7360 keypad
` [PATCH v10 10/11] input: misc: Add support for MAX7360 rotary
` [PATCH v10 11/11] MAINTAINERS: Add entry on MAX7360 driver

[PATCH 00/17] pinctrl: Constify pointers to 'pinctrl_desc' and more
 2025-06-03  9:40 UTC  (7+ messages)
` [PATCH 14/17] pinctrl: renesas: Move fixed assignments to 'pinctrl_desc' definition
` [PATCH 16/17] pinctrl: Constify static 'pinctrl_desc'

[PATCH 1/1] dt-bindings: gpio: convert gpio-74xx-mmio.txt to yaml format
 2025-06-03  7:03 UTC  (2+ messages)

[PATCH v9 00/12] iio: adc: ad7768-1: Add features, improvements, and fixes
 2025-06-02 21:25 UTC  (22+ messages)
` [PATCH v9 01/12] device property: add fwnode_find_reference_args()
` [PATCH v9 02/12] dt-bindings: trigger-source: add generic GPIO trigger source
` [PATCH v9 03/12] dt-bindings: iio: adc: ad7768-1: add trigger-sources property
` [PATCH v9 04/12] dt-bindings: iio: adc: ad7768-1: Document GPIO controller
` [PATCH v9 05/12] dt-bindings: iio: adc: ad7768-1: document regulator provider property
` [PATCH v9 06/12] iio: adc: ad7768-1: add regulator to control VCM output
` [PATCH v9 07/12] iio: adc: ad7768-1: Add GPIO controller support
` [PATCH v9 08/12] iio: adc: ad7768-1: add multiple scan types to support 16-bits mode
` [PATCH v9 09/12] iio: adc: ad7768-1: add support for Synchronization over SPI
` [PATCH v9 10/12] iio: adc: ad7768-1: replace manual attribute declaration
` [PATCH v9 11/12] iio: adc: ad7768-1: add filter type and oversampling ratio attributes
` [PATCH v9 12/12] iio: adc: ad7768-1: add low pass -3dB cutoff attribute

GPIO interrupt pins are locked and tx instead of rx
 2025-06-02 18:45 UTC 

[PATCH v12 0/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-06-02 15:57 UTC  (33+ messages)
` [PATCH v12 01/13] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v12 02/13] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH v12 03/13] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v12 04/13] clk: rp1: Add support for clocks provided by RP1
` [PATCH v12 05/13] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v12 06/13] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v12 07/13] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v12 08/13] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
` [PATCH v12 09/13] arm64: dts: broadcom: Add board DTS for Rpi5 which includes RP1 node
` [PATCH v12 10/13] arm64: dts: broadcom: Add overlay for RP1 device
` [PATCH v12 11/13] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
` [PATCH v12 12/13] arm64: defconfig: Enable OF_OVERLAY option
` [PATCH v12 13/13] MAINTAINERS: add Raspberry Pi RP1 section

[PATCH 1/1] dt-bindings: gpio: convert nxp,lpc1850-gpio.txt to yaml format
 2025-06-02 14:42 UTC 

[PATCH 1/1] dt-bindings: pinctrl: convert xp,lpc1850-scu.txt to yaml format
 2025-06-02 14:39 UTC 

[PATCH 0/7] Add Rockchip RK3576 PWM Support Through MFPWM
 2025-06-02 13:14 UTC  (9+ messages)
` [PATCH 1/7] dt-bindings: pinctrl: rockchip: increase max amount of device functions
` [PATCH 3/7] soc: rockchip: add utils header for things shared across drivers
` [PATCH 4/7] soc: rockchip: add mfpwm driver

[PATCH v2] gpio: palmas: Allow building as a module
 2025-06-02  9:48 UTC  (4+ messages)

[PATCH 1/3] dt-bindings: pinctrl: add compatible for Renesas RZ/T2H
 2025-06-02  7:37 UTC  (4+ messages)

[PATCH v4 0/8] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
 2025-06-02  5:16 UTC  (24+ messages)
` [PATCH v4 2/8] ASoC: dt-bindings: qcom: Manage clock settings for ADSP solution
` [PATCH v4 3/8] arm64: dts: qcom: sc7280: Add WSA SoundWire and LPASS support
` [PATCH v4 4/8] arm64: dts: qcom: qcs6490-audioreach: Modify LPASS macros clock settings for audioreach
` [PATCH v4 5/8] arm64: dts: qcom: qcs6490-rb3gen2: Add WSA8830 speakers amplifier
` [PATCH v4 6/8] arm64: dts: qcom: qcs6490-rb3gen2: Add sound card
` [PATCH v4 7/8] arm64: dts: qcom: qcm6490-idp: Add WSA8830 speakers and WCD9370 headset codec

[PATCH AUTOSEL 5.4 19/22] gpio: pxa: Make irq_chip immutable
 2025-06-01 23:45 UTC 

[PATCH AUTOSEL 6.1 47/58] gpio: pxa: Make irq_chip immutable
 2025-06-01 23:40 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 48/58] gpio: grgpio: "
` [PATCH AUTOSEL 6.1 49/58] gpio: xgene-sb: "

[PATCH AUTOSEL 6.6 51/66] gpio: pxa: Make irq_chip immutable
 2025-06-01 23:37 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 52/66] gpio: grgpio: "
` [PATCH AUTOSEL 6.6 53/66] gpio: xgene-sb: "
` [PATCH AUTOSEL 6.6 65/66] gpio: ds4520: don't check the 'ngpios' property in the driver

[PATCH AUTOSEL 6.12 75/93] gpio: pxa: Make irq_chip immutable
 2025-06-01 23:33 UTC  (4+ messages)
` [PATCH AUTOSEL 6.12 76/93] gpio: grgpio: "
` [PATCH AUTOSEL 6.12 77/93] gpio: xgene-sb: "
` [PATCH AUTOSEL 6.12 92/93] gpio: ds4520: don't check the 'ngpios' property in the driver

[PATCH AUTOSEL 6.14 082/102] gpio: pxa: Make irq_chip immutable
 2025-06-01 23:29 UTC  (4+ messages)
` [PATCH AUTOSEL 6.14 083/102] gpio: grgpio: "
` [PATCH AUTOSEL 6.14 084/102] gpio: xgene-sb: "
` [PATCH AUTOSEL 6.14 101/102] gpio: ds4520: don't check the 'ngpios' property in the driver

[PATCH AUTOSEL 6.15 089/110] gpio: pxa: Make irq_chip immutable
 2025-06-01 23:24 UTC  (4+ messages)
` [PATCH AUTOSEL 6.15 090/110] gpio: grgpio: "
` [PATCH AUTOSEL 6.15 091/110] gpio: xgene-sb: "
` [PATCH AUTOSEL 6.15 108/110] gpio: ds4520: don't check the 'ngpios' property in the driver

[PATCH] gpio: TODO: add a task for removing MMIO-specific fields from gpio_chip
 2025-06-01 18:56 UTC  (2+ messages)

[PATCH] pinctrl: tb10x: Drop of_match_ptr for ID table
 2025-06-01 10:51 UTC 

[PATCH v1 0/2] gpiolib: get rid of devm_gpio_request()
 2025-06-01  7:37 UTC  (4+ messages)
` [PATCH v1 1/2] usb: gadget: pxa25x_udc: Switch to use devm_gpio_request_one()
` [PATCH v1 2/2] gpiolib: Remove unused devm_gpio_request()

[PATCH v1 0/2] gpio: More cleanups to legacy header
 2025-05-31 19:55 UTC  (3+ messages)
` [PATCH v1 1/2] gpio: Remove unused 'struct gpio' definition
` [PATCH v1 2/2] gpiolib: Move GPIO_DYNAMIC_* constants to its only user

[PATCH v3 00/10] Add support for AD4170 series of ADCs
 2025-05-31 15:50 UTC  (5+ messages)
` [PATCH v3 01/10] dt-bindings: iio: adc: Add AD4170

[PATCH 0/6] pinctrl: Add Airoha AN7583 support
 2025-05-31 13:29 UTC  (4+ messages)
` [PATCH 2/6] pinctrl: mediatek: airoha: generalize pins/group/function/confs handling

[GIT PULL] pin control changes for the v6.16 kernel
 2025-05-30 17:28 UTC  (2+ messages)

[PATCH AUTOSEL 6.6 16/18] gpiolib: of: Add polarity quirk for s5m8767
 2025-05-30 12:40 UTC 

[PATCH AUTOSEL 6.12 22/26] gpiolib: of: Add polarity quirk for s5m8767
 2025-05-30 12:40 UTC 

[PATCH AUTOSEL 6.14 24/28] gpiolib: of: Add polarity quirk for s5m8767
 2025-05-30 12:39 UTC 

[PATCH AUTOSEL 6.15 26/30] gpiolib: of: Add polarity quirk for s5m8767
 2025-05-30 12:38 UTC 

[PATCH libgpiod] build: drop python3-config check from configure.ac
 2025-05-30 11:24 UTC 

[PATCH v3 00/12] qrb4210-rb2: add wsa audio playback and capture support
 2025-05-29 17:12 UTC  (9+ messages)
` [PATCH v3 02/12] dt-bindings: arm: qcom-soc: ignore "wsa" from being selected as SoC component

[PATCH v11 0/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-05-29 13:39 UTC  (22+ messages)
` [PATCH v10 1/5] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
  ` [PATCH v11 01/13] "
` [PATCH v10 2/5] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
  ` [PATCH v11 02/13] "
` [PATCH v10 3/5] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
  ` [PATCH v11 03/13] "
` [PATCH v10 4/5] clk: rp1: Add support for clocks provided by RP1
  ` [PATCH v11 04/13] "
` [PATCH v10 5/5] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
  ` [PATCH v11 05/13] "
` [PATCH v11 06/13] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v11 07/13] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v11 08/13] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
` [PATCH v11 09/13] arm64: dts: broadcom: Add board DTS for Rpi5 which includes RP1 node
` [PATCH v11 10/13] arm64: dts: broadcom: Add overlay for RP1 device
` [PATCH v11 11/13] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
` [PATCH v11 12/13] arm64: defconfig: Enable OF_OVERLAY option
` [PATCH v11 13/13] MAINTAINERS: add Raspberry Pi RP1 section

[PATCH v10 0/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-05-29 12:32 UTC  (5+ messages)
` [PATCH v10 12/13] arm64: defconfig: Enable OF_OVERLAY option
` [PATCH v10 13/13] MAINTAINERS: add Raspberry Pi RP1 section


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