Linux-GPIO Archive mirror
 help / color / mirror / Atom feed
[PATCH v5 00/10] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-12-10 22:55 UTC  (7+ messages)
` [PATCH v5 03/10] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v5 04/10] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v5 08/10] misc: rp1: RaspberryPi RP1 misc driver

[PATCH libgpiod] bindings: python: provide fileno() for Chip and LineRequest
 2024-12-10 15:28 UTC  (3+ messages)

[PATCH v5 0/5] Add pinctrl support for mt7988
 2024-12-10 18:45 UTC  (18+ messages)
` [PATCH v5 1/5] pinctrl: mediatek: add support for MTK_PULL_PD_TYPE
` [PATCH v5 2/5] pinctrl: mediatek: add MT7988 pinctrl driver
` [PATCH v5 3/5] dt-bindings: pinctrl: add binding for MT7988 SoC
` [PATCH v5 4/5] arm64: dts: mediatek: mt7988: add pinctrl support
` [PATCH v5 5/5] arm64: dts: mediatek: mt7988: add pinctrl subnodes for bpi-r4

[PATCH v3 00/13] Add support for SAMA7D65
 2024-12-10 16:46 UTC  (30+ messages)
` [PATCH v3 01/13] dt-bindings: ARM: at91: Document Microchip SAMA7D65 Curiosity
` [PATCH v3 02/13] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
` [PATCH v3 03/13] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
` [PATCH v3 04/13] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
` [PATCH v3 05/13] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
` [PATCH v3 06/13] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
` [PATCH v3 07/13] dt-bindings: clock: Add SAMA7D65 PMC compatible string
` [PATCH v3 08/13] clk: at91: sama7d65: add sama7d65 pmc driver
` [PATCH v3 09/13] ARM: dts: microchip: add sama7d65 SoC DT
` [PATCH v3 10/13] ARM: dts: at91: Add sama7d65 pinmux
` [PATCH v3 11/13] ARM: dts: microchip: add support for sama7d65_curiosity board
` [PATCH v3 12/13] ARM: configs: at91: sama7: add new SoC config
` [PATCH v3 13/13] ARM: at91: add new SoC sama7d65

[PATCH v3 0/7] Add Nuvoton NCT6694 MFD drivers
 2024-12-10 15:58 UTC  (13+ messages)
` [PATCH v3 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v3 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v3 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v3 4/7] can: Add Nuvoton NCT6694 CAN support
` [PATCH v3 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v3 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v3 7/7] rtc: Add Nuvoton NCT6694 RTC support

[PATCH v3 0/9] misc: Support TI FPC202 dual-port controller
 2024-12-10 15:21 UTC  (5+ messages)
` [PATCH v3 8/9] i2c: Support dynamic address translation

[PATCH 0/8] Add DisplayPort support for QCS615 platform
 2024-12-10 15:09 UTC  (21+ messages)
` [PATCH 3/8] phy: qcom: qmp-usbc: Add DP phy mode support on QCS615
` [PATCH 5/8] drm/msm/dp: Add support for lane mapping configuration
` [PATCH 6/8] drm/msm/dp: Add maximum width limitation for modes

[PATCH libgpiod] bindings: python: provide fileno() for Chip and LineRequest
 2024-12-10 14:58 UTC  (3+ messages)

[PATCH] gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespace
 2024-12-10 10:39 UTC  (6+ messages)

[PATCH libgpiod] bindings: python: provide fileno() for Chip and LineRequest
 2024-12-10 10:26 UTC 

[PATCH v3 00/25] Add audio support for the Renesas RZ/G3S SoC
 2024-12-10 10:01 UTC  (57+ messages)
` [PATCH v3 02/25] clk: versaclock3: Prepare for the addition of 5L35023 device
` [PATCH v3 03/25] dt-bindings: clock: versaclock3: Document 5L35023 Versa3 clock generator
` [PATCH v3 04/25] clk: versaclock3: Add support for the 5L35023 variant
` [PATCH v3 06/25] ASoC: renesas: rz-ssi: Terminate all the DMA transactions
` [PATCH v3 07/25] ASoC: renesas: rz-ssi: Use only the proper amount of dividers
` [PATCH v3 08/25] ASoC: renesas: rz-ssi: Fix typo on SSI_RATES macro comment
` [PATCH v3 09/25] ASoC: renesas: rz-ssi: Remove pdev member of struct rz_ssi_priv
` [PATCH v3 10/25] ASoC: renesas: rz-ssi: Remove the rz_ssi_get_dai() function
` [PATCH v3 11/25] ASoC: renesas: rz-ssi: Remove the first argument of rz_ssi_stream_is_play()
` [PATCH v3 12/25] ASoC: renesas: rz-ssi: Use readl_poll_timeout_atomic()
` [PATCH v3 13/25] ASoC: renesas: rz-ssi: Use temporary variable for struct device
` [PATCH v3 14/25] ASoC: renesas: rz-ssi: Use goto label names that specify their actions
` [PATCH v3 15/25] ASoC: renesas: rz-ssi: Rely on the ASoC subsystem to runtime resume/suspend the SSI
` [PATCH v3 16/25] ASoC: renesas: rz-ssi: Enable runtime PM autosuspend support
` [PATCH v3 17/25] ASoC: renesas: rz-ssi: Add runtime PM support
` [PATCH v3 18/25] ASoC: renesas: rz-ssi: Issue software reset in hw_params API
` [PATCH v3 20/25] ASoC: dt-bindings: renesas,rz-ssi: Document the Renesas RZ/G3S SoC
` [PATCH v3 21/25] arm64: dts: renesas: r9a08g045: Add SSI nodes
` [PATCH v3 22/25] arm64: dts: renesas: rzg3s-smarc-som: Add versa3 clock generator node
` [PATCH v3 23/25] arm64: dts: renesas: Add da7212 audio codec node
` [PATCH v3 24/25] arm64: dts: renesas: rzg3s-smarc: Enable SSI3
` [PATCH v3 25/25] arm64: dts: renesas: rzg3s-smarc: Add sound card

[PATCH 0/7] gpio: Fixes for Granite Rapids vGPIO driver
 2024-12-10  9:37 UTC  (4+ messages)

[PATCH] regulator:s5m8767 Fully convert to GPIO descriptors
 2024-12-10  6:51 UTC  (5+ messages)

[PATCH] pinctrl-tegra: Add config property GPIO mode
 2024-12-09 14:24 UTC  (2+ messages)

[PATCH v6 0/5] Add pinctrl support for mt7988
 2024-12-09 12:57 UTC  (6+ messages)
` [PATCH v6 1/5] pinctrl: mediatek: add support for MTK_PULL_PD_TYPE
` [PATCH v6 2/5] pinctrl: mediatek: add MT7988 pinctrl driver
` [PATCH v6 3/5] dt-bindings: pinctrl: add binding for MT7988 SoC
` [PATCH v6 4/5] arm64: dts: mediatek: mt7988: Add pinctrl support
` [PATCH v6 5/5] arm64: dts: mediatek: mt7988a-bpi-r4: Add pinctrl subnodes for bpi-r4

[PATCH 0/4] gpio-tqmx86: cleanup + changing directions
 2024-12-09 10:36 UTC  (5+ messages)
` [PATCH 1/4] gpio: tqmx86: add macros for interrupt configuration
` [PATCH 2/4] gpio: tqmx86: consistently refer to IRQs by hwirq numbers
` [PATCH 3/4] gpio: tqmx86: introduce tqmx86_gpio_clrsetbits() helper
` [PATCH 4/4] gpio: tqmx86: add support for changing GPIO directions

[PATCH] pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking
 2024-12-09  7:46 UTC 

[PATCH 0/4] Add SPI0 support for IPQ5424
 2024-12-09  6:43 UTC  (4+ messages)
` [PATCH 4/4] arm64: dts: qcom: ipq5424: configure spi0 node for rdp466

[PATCH] pinctrl: bcm63268: Add gpio function
 2024-12-09  4:44 UTC  (2+ messages)

[PATCH v3 00/11] driver core: Constify API device_find_child()
 2024-12-08 13:18 UTC  (25+ messages)
` [PATCH v3 01/11] libnvdimm: Simplify nd_namespace_store() implementation
` [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v3 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v3 10/11] cxl/pmem: Remove match_nvdimm_bridge()
` [PATCH v3 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[brgl:gpio/for-current] BUILD SUCCESS 3396995f9fb6bcbe0004a68118a22f98bab6e2b9
 2024-12-07 15:31 UTC 

[PATCH v2 0/6] Introduce devm_kmemdup_array() helper
 2024-12-07 14:46 UTC  (4+ messages)

[PATCH v3] pinctrl: stm32: Add check for clk_enable()
 2024-12-07 14:23 UTC  (3+ messages)
` [Linux-stm32] "

[PATCH v2] pinctrl: nomadik: Add check for clk_enable()
 2024-12-06 22:16 UTC 

[PATCH v2] pinctrl: stm32: Add check for clk_enable()
 2024-12-06 21:08 UTC 

[PATCH v2 0/4] Add RZ/G3E pinctrl support
 2024-12-06 16:36 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: pinctrl: renesas: Document RZ/G3E SoC
` [PATCH v2 2/4] pinctrl: renesas: rzg2l: Add support for "

[PATCH] gpio: gpiolib: fix refcount imbalance in gpiochip_setup_dev()
 2024-12-06 15:40 UTC  (7+ messages)

[PATCH v2] gpio: gpiolib: fix refcount imbalance in gpiochip_setup_dev()
 2024-12-06  8:53 UTC 

[brgl:gpio/for-current] BUILD SUCCESS d4216a10e8b6f15b5e47663abd6c21d1149bb5d0
 2024-12-06  3:35 UTC 

[brgl:gpio/for-next] BUILD SUCCESS 26a4dedc5f3cdb6e2de79371f57d12e5119f03c1
 2024-12-06  0:32 UTC 

[PATCH 0/4] Add RZ/G2L pinctrl support
 2024-12-05 20:25 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: pinctrl: renesas: Document RZ/G3E SoC
` [PATCH 2/4] pinctrl: renesas: rzg2l: Add support for "

[libgpiod][PATCH] bindings: python: fix license tags
 2024-12-05 14:51 UTC  (3+ messages)

[PATCH v1 char-misc-next] misc: microchip: pci1xxxx: Add push-pull drive support for GPIO
 2024-12-05 13:49 UTC 

[PATCH v1 char-misc-linus 0/2] misc: microchip: pci1xxxx: Resolve kernel panic and return code mismatch issues
 2024-12-05 13:36 UTC  (3+ messages)
` [PATCH v1 char-misc-linus 1/2] misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handling
` [PATCH v1 char-misc-linus 2/2] misc: microchip: pci1xxxx: Resolve return code mismatch during GPIO set config

[PATCH] pinctrl: ingenic: Replace seq_printf() by seq_puts()
 2024-12-05 13:13 UTC 

[PATCH] gpio: twl4030: use gpiochip_get_data
 2024-12-05 12:15 UTC  (2+ messages)

[PATCH] drivers: gpio: gpio-ljca: Initialize num before accessing item in ljca_gpio_config
 2024-12-05 12:10 UTC  (2+ messages)

[PATCH v2 1/2] gpio: omap: allow building the module with COMPILE_TEST=y
 2024-12-05 12:06 UTC  (2+ messages)
` [PATCH v2 2/2] gpio: omap: save two lines by using devm_clk_get_prepared()

[PATCH 1/2] gpio: omap: allow building the module with COMPILE_TEST=y
 2024-12-05 10:27 UTC  (5+ messages)

[PATCH] pinctrl: stm32: Add check for clk_enable()
 2024-12-05  5:07 UTC  (2+ messages)

[PATCH] pinctrl: nomadik: Add check for clk_enable()
 2024-12-05  4:22 UTC 

[brgl:gpio/for-current] BUILD SUCCESS 70327137eb3eb64f346191dcd0ee5140d5ab34d8
 2024-12-05  3:51 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).