linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-25 14:35:43 to 2023-01-27 10:57:37 UTC [more...]

[PATCH 00/10] Add minimal boot support for IPQ5332
 2023-01-27 10:56 UTC  (29+ messages)
` [PATCH 01/10] dt-bindings: pinctrl: qcom: add IPQ5332 pinctrl
` [PATCH 03/10] clk: qcom: Add STROMER PLUS PLL type for IPQ5332
` [PATCH 04/10] dt-bindings: clock: Add Qualcomm IPQ5332 GCC
` [PATCH 05/10] clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC
` [PATCH 06/10] dt-bindings: qcom: add ipq5332 boards
` [PATCH 07/10] dt-bindings: firmware: document IPQ5332 SCM
` [PATCH 08/10] dt-bindings: mmc: sdhci-msm: add IPQ5332 compatible
` [PATCH 09/10] arm64: dts: qcom: add IPQ5332 SoC and MI01.2 board support

[PATCH V1 0/8] Add minimal boot support for IPQ9574
 2023-01-27 10:56 UTC  (15+ messages)
` [PATCH V1 2/8] clk: qcom: Add Global Clock Controller driver "
` [PATCH V1 4/8] pinctrl: qcom: Add IPQ9574 pinctrl driver
` [PATCH V1 6/8] dt-bindings: mmc: sdhci-msm: Document the IPQ9574 compatible
` [PATCH V1 7/8] arm64: dts: qcom: Add ipq9574 SoC and AL02 board support

[PATCH v2 0/7] gpiolib cleanups
 2023-01-27 10:51 UTC  (10+ messages)
` [PATCH v2 1/7] gpiolib: remove empty asm/gpio.h files
` [PATCH v2 2/7] gpiolib: coldfire: remove custom asm/gpio.h
` [PATCH v2 3/7] gpiolib: remove asm-generic/gpio.h
` [PATCH v2 4/7] gpiolib: remove gpio_set_debounce
` [PATCH v2 5/7] gpiolib: remove legacy gpio_export
` [PATCH v2 6/7] gpiolib: split linux/gpio/driver.h out of linux/gpio.h
` [PATCH v2 7/7] gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h

[PATCH] mmc: atmel: convert to gpio descriptos
 2023-01-27 10:49 UTC  (4+ messages)

[PATCH v2 00/11] fw_devlink improvements
 2023-01-27 10:48 UTC  (29+ messages)
` [PATCH v2 01/11] driver core: fw_devlink: Don't purge child fwnode's consumer links
` [PATCH v2 02/11] driver core: fw_devlink: Improve check for fwnode with no device/driver
` [PATCH v2 03/11] soc: renesas: Move away from using OF_POPULATED for fw_devlink
` [PATCH v2 04/11] gpiolib: Clear the gpio_device's fwnode initialized flag before adding
` [PATCH v2 05/11] driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
` [PATCH v2 06/11] driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
` [PATCH v2 07/11] driver core: fw_devlink: Consolidate device link flag computation
` [PATCH v2 08/11] driver core: fw_devlink: Make cycle detection more robust
` [PATCH v2 09/11] of: property: Simplify of_link_to_phandle()
` [PATCH v2 10/11] irqchip/irq-imx-gpcv2: Mark fwnode device as not initialized
` [PATCH v2 11/11] firmware: arm_scmi: Set fwnode for the scmi_device

[PATCH v5 00/11] leds: lookup-table support + int3472/media privacy LED support
 2023-01-27 10:29 UTC  (7+ messages)
` [PATCH v5 06/11] media: v4l2-core: Built async and fwnode code into videodev.ko
` [PATCH v5 07/11] media: v4l2-core: Make the v4l2-core code enable/disable the privacy LED if present

[PATCH] tools: gpio: fix -c option of gpio-event-mon
 2023-01-27 10:15 UTC  (3+ messages)

[PATCH] gpio: ep93xx: remove unused variable
 2023-01-27  9:49 UTC  (2+ messages)

[PATCH 0/8] gpiolib cleanups
 2023-01-27  9:48 UTC  (27+ messages)
` [PATCH 1/8] gpiolib: remove empty asm/gpio.h files
` [PATCH 2/8] gpiolib: coldfire: remove custom asm/gpio.h
` [PATCH 3/8] gpiolib: remove asm-generic/gpio.h
` [PATCH 4/8] gpiolib: remove gpio_set_debounce
` [PATCH 5/8] gpiolib: remove legacy gpio_export
` [PATCH 6/8] gpiolib: split linux/gpio/driver.h out of linux/gpio.h
` [PATCH 7/8] gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h
` [PATCH 8/8] gpiolib: move of_gpio_flags into gpiolib-of.c

[PATCH v1 1/1] gpiolib: of: Move enum of_gpio_flags to its only user
 2023-01-27  9:16 UTC  (4+ messages)

[PATCH 00/18] arm64: qcom: add support for sa8775p-ride
 2023-01-26 20:35 UTC  (3+ messages)
` [PATCH 18/18] arm64: dts: qcom: add initial support for qcom sa8775p-ride

[PATCH] fec: convert to gpio descriptor
 2023-01-26 20:32 UTC  (3+ messages)

[PATCH] wiznet: convert to GPIO descriptors
 2023-01-26 18:41 UTC  (3+ messages)

[PATCH] ca8210: move to gpio descriptors
 2023-01-26 16:25 UTC  (2+ messages)

[PATCH] cc2520: move to gpio descriptors
 2023-01-26 16:15 UTC 

[PATCH] ASoC: cs42l56: fix DT probe
 2023-01-26 15:32 UTC  (4+ messages)

[PATCH v9 0/9] Add minimal MT8365 and MT8365-EVK support
 2023-01-26 15:04 UTC  (13+ messages)
` [PATCH v9 1/9] dt-bindings: arm64: dts: mediatek: Add mt8365-evk board
` [PATCH v9 2/9] dt-bindings: irq: mtk, sysirq: add support for mt8365
` [PATCH v9 3/9] dt-bindings: mfd: syscon: Add mt8365-syscfg
` [PATCH v9 4/9] dt-bindings: pinctrl: add bindings for Mediatek MT8365 SoC
` [PATCH v9 5/9] dt-bindings: usb: mediatek,mtu3: add MT8365 SoC bindings
` [PATCH v9 6/9] dt-bindings: usb: mediatek,mtk-xhci: "
` [PATCH v9 7/9] dt-bindings: timer: mediatek,mtk-timer: add MT8365
` [PATCH v9 8/9] dt-bindings: serial: mediatek,uart: "
` [PATCH v9 9/9] arm64: dts: mediatek: Initial mt8365-evk support

[PATCH] at86rf230: convert to gpio descriptors
 2023-01-26 14:39 UTC  (5+ messages)

[PATCH v1 0/5] gpio: First attempt to clean up headers
 2023-01-26 14:10 UTC  (23+ messages)
` [PATCH v1 1/5] gpiolib: fix linker errors when GPIOLIB is disabled
` [PATCH v1 2/5] gpio: Drop unused forward declaration from driver.h
` [PATCH v1 3/5] gpio: Deduplicate forward declarations in consumer.h
` [PATCH v1 4/5] gpio: Group "
` [PATCH v1 5/5] gpio: Clean up headers

[PATCH v2 1/8] dt-bindings: gpio: rockchip,gpio-bank: add compatible string per SoC
 2023-01-26 13:47 UTC  (6+ messages)
` [PATCH v2 2/8] dt-bindings: pinctrl: rockchip,pinctrl: mark gpio sub nodes of pinctrl as deprecated
` [PATCH v2 3/8] gpio: gpio-rockchip: parse gpio-ranges for bank id

[PATCH] pinctrl: mediatek: Fix the drive register definition of some Pins
 2023-01-26 13:42 UTC  (2+ messages)

[PATCH 0/2] MediaTek pinctrl cleanups and improvements
 2023-01-26 13:40 UTC  (2+ messages)

[PATCH v4 0/3] Add pinctrl support for S32 SoC family
 2023-01-26 13:25 UTC  (3+ messages)
` [PATCH v4 2/3] pinctrl: add NXP S32 SoC family support

[PATCH] gpio: tegra186: remove unneeded loop in tegra186_gpio_init_route_mapping()
 2023-01-26 12:45 UTC  (2+ messages)

[PATCH v1 1/1] pinctrl: qcom: Unify accessing to device fwnode
 2023-01-26 12:41 UTC  (2+ messages)

[PATCH v3 0/4] gpiolib: get rid of exessive ->of_gpio_ranges_fallback()
 2023-01-26 12:39 UTC  (2+ messages)

[PATCH 0/3] Introduce new optional property to mark port as write only
 2023-01-26 12:28 UTC  (5+ messages)
` [PATCH 1/3] gpio: dt-bindings: add new property to wd,mbl-gpio bindings
` [PATCH 2/3] gpio: Add new flag BGPIOF_NO_INPUT
` [PATCH 3/3] gpio: mmio: Use "

GPIO static allocation warning with v6.2-rcX
 2023-01-26 10:49 UTC  (11+ messages)

[GIT PULL] pinctrl: dt-bindings: qcom: bindings for v6.3
 2023-01-26 10:31 UTC  (2+ messages)

[PATCH v3 0/3] Add the Renesas IDT821034 codec support
 2023-01-26  8:51 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: sound: Add Renesas IDT821034 codec
` [PATCH v3 2/3] ASoC: codecs: Add support for the "
` [PATCH v3 3/3] MAINTAINERS: add the Renesas IDT821034 codec entry

[PATCH 0/8] soc: amlogic: switch bindings to yaml and adjust some dtbs's
 2023-01-26  7:40 UTC  (11+ messages)
` [PATCH 5/8] dt-bindings: rtc: Add Amlogic Meson vrtc controller binding
` [PATCH 6/8] dt-bindings: pwm: Add Amlogic Meson PWM binding
` [PATCH 7/8] dt-bindings: interrupt-controller: Add Amlogic Meson GPIO interrupt controller binding

[PATCH v2 0/2] add pinctrl driver for MT7981 SoC
 2023-01-26  0:34 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: add bindings "
` [PATCH v2 2/2] pinctrl: add mt7981 pinctrl driver

[PATCH v3] gpiolib: fix linker errors when GPIOLIB is disabled
 2023-01-25 18:59 UTC  (4+ messages)

[PATCH v2 resend 0/2] gpio: tps68470: 2 bugfixes
 2023-01-25 17:22 UTC  (8+ messages)
` [PATCH v2 resend 1/2] gpio: tps68470: Fix tps68470_gpio_get() reading from the wrong register

[PATCH 0/2] add pinctrl driver for MT7981 SoC
 2023-01-25 17:16 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: add bindings "

[PATCH] dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
 2023-01-25 16:26 UTC  (4+ messages)

[PATCH] dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
 2023-01-25 15:08 UTC  (3+ messages)


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