messages from 2023-12-13 20:07:16 to 2023-12-18 17:20:12 UTC [more...]
[PATCH 0/4] Add support for Mobileye EyeQ5 pin controller
2023-12-18 17:19 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: add bindings
` [PATCH 2/4] pinctrl: eyeq5: add driver
` [PATCH 3/4] MIPS: mobileye: eyeq5: add pinctrl nodes & pinmux function nodes
` [PATCH 4/4] MIPS: mobileye: eyeq5: add pinctrl properties to uarts
[PATCH v4 0/5] gpiolib: cdev: relocate debounce_period_us
2023-12-18 16:08 UTC (11+ messages)
` [PATCH v4 1/5] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
` [PATCH v4 2/5] gpiolib: remove "
` [PATCH v4 3/5] gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()
` [PATCH v4 4/5] gpiolib: cdev: fully adopt guard() and scoped_guard()
` [PATCH v4 5/5] gpiolib: cdev: improve documentation of get/set values
[GIT PULL] intel-gpio for 6.8-1
2023-12-18 15:33 UTC (2+ messages)
[PATCH v1 0/3] gpio: mmio: Make driver agnostic
2023-12-18 15:02 UTC (22+ messages)
` [PATCH v1 1/3] device property: Implement device_is_big_endian()
[GIT PULL] intel-pinctrl for 6.8-1
2023-12-18 14:55 UTC
[GIT PULL] pinctrl: samsung: drivers for v6.8
2023-12-18 14:09 UTC (2+ messages)
[GIT PULL] pinctrl: renesas: Updates for v6.8 (take two)
2023-12-18 14:06 UTC (2+ messages)
[v2] gpio: dwapb: mask/unmask IRQ when disable/enale it
2023-12-18 12:07 UTC (4+ messages)
[PATCH v5 00/13] pinctrl: Convert struct group_desc to use struct pingroup
2023-12-18 11:43 UTC (7+ messages)
` [PATCH v5 03/13] pinctrl: ingenic: Use C99 initializers in PINCTRL_PIN_GROUP()
[PATCH v2 2/5] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
2023-12-15 20:23 UTC
[PATCH v1 0/8] Add T-Head TH15020 SoC pin control
2023-12-18 10:05 UTC (14+ messages)
` [PATCH v1 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings
` [PATCH v1 2/8] pinctrl: Add driver for the T-Head TH1520 SoC
` [PATCH v1 3/8] riscv: dts: thead: Add TH1520 pin control nodes
` [PATCH v1 4/8] dt-bindings: gpio: dwapb: allow gpio-ranges
` [PATCH v1 5/8] riscv: dts: thead: Add TH1520 GPIO ranges
` [PATCH v1 6/8] riscv: dts: thead: Adjust TH1520 GPIO labels
` [PATCH v1 7/8] riscv: dts: thead: Add TH1520 pinctrl settings for UART0
` [PATCH v1 8/8] riscv: dtb: thead: Add BeagleV Ahead LEDs
[PATCH v3 0/2] gpiolib: protect the list of GPIO devices with a mutex
2023-12-18 9:00 UTC (5+ messages)
` [PATCH v3 1/2] gpiolib: rename static functions that are called with the lock taken
` [PATCH v3 2/2] gpiolib: use a mutex to protect the list of GPIO devices
[PATCH v3 0/2] Add gpio driver support for Realtek DHC SoCs
2023-12-18 8:50 UTC (12+ messages)
` [PATCH v3 2/2] Add GPIO support for Realtek DHC(Digital Home Center) RTD SoCs
[PATCH] gpio: xilinx: remove excess kernel doc
2023-12-18 8:57 UTC (4+ messages)
[PATCH v2] gpiolib: cleanup for duplicated including
2023-12-18 8:54 UTC (2+ messages)
[PATCH v8 1/2] dt-bindings: adc: add AD7173
2023-12-18 1:00 UTC (14+ messages)
` [PATCH v8 2/2] iio: adc: ad7173: add AD7173 driver
[PATCH v9 1/2] dt-bindings: adc: add AD7173
2023-12-17 14:20 UTC (5+ messages)
` [PATCH v9 2/2] iio: adc: ad7173: add AD7173 driver
[brgl:gpio/for-next] BUILD SUCCESS 0a10d107818cc4def73723ba3101aae0d25ea353
2023-12-16 17:07 UTC
[PATCH 0/7] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
2023-12-16 4:44 UTC (10+ messages)
` [PATCH 1/7] firmware: arm_scmi: introduce helper get_max_msg_size
` [PATCH 2/7] firmware: scmi: support compatible string
` [PATCH 3/7] firmware: arm_scmi: bus: iterate the id_table
` [PATCH 4/7] dt-bindings: firmware: arm,scmi: support pinctrl protocol
` [PATCH 5/7] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
` [PATCH 6/7] pinctrl: Implementation of the generic scmi-pinctrl driver
` [PATCH 7/7] pinctrl: scmi: implement pinctrl_scmi_imx_dt_node_to_map
[PATCH] pinctrl: qcom: lpass-lpi: remove duplicated include
2023-12-16 0:04 UTC (2+ messages)
[PATCH v3 0/5] gpiolib: cdev: relocate debounce_period_us
2023-12-15 23:33 UTC (11+ messages)
` [PATCH v3 1/5] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
` [PATCH v3 2/5] gpiolib: remove "
` [PATCH v3 3/5] gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()
` [PATCH v3 4/5] gpiolib: cdev: fully adopt guard() and scoped_guard()
` [PATCH v3 5/5] gpiolib: cdev: improve documentation of get/set values
[PATCH] pinctrl: at91-pio4: use dedicated lock class for IRQ
2023-12-15 21:34 UTC
[PATCH v2 0/5] gpiolib: cdev: relocate debounce_period_us
2023-12-15 16:31 UTC (35+ messages)
` [PATCH v2 1/5] gpiolib: cdev: adopt scoped_guard()
` [PATCH v2 2/5] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
` [PATCH v2 3/5] gpiolib: remove "
` [PATCH v2 4/5] gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()
` [PATCH v2 5/5] gpiolib: cdev: improve documentation of get/set values
[PATCH] gpiolib: cleanup for duplicated including
2023-12-15 15:47 UTC (2+ messages)
[PATCH] gpiolib: allocate memory atomically with a spinlock held
2023-12-15 15:43 UTC (2+ messages)
[PATCH v1 1/1] pinctrl: intel: Add Intel Meteor Point pin controller and GPIO support
2023-12-15 15:09 UTC (5+ messages)
[PATCH v1] gpio: dwapb: mask/unmask IRQ when disable/enable it
2023-12-15 12:57 UTC (6+ messages)
[PATCH -next] pinctrl: renesas: rzg2l: Remove unneeded semicolon
2023-12-15 10:21 UTC (2+ messages)
How to gets gpio status but does not change it
2023-12-15 10:14 UTC (2+ messages)
` [libgpiod] "
[libgpiod] Simplify GPIO monitoring
2023-12-15 8:58 UTC (2+ messages)
[PATCH] irq: Resolve that mask_irq/unmask_irq may not be called in pairs
2023-12-15 2:18 UTC (7+ messages)
[PATCH v3 0/3] soc: add NPCM BPC driver support
2023-12-14 22:41 UTC (12+ messages)
` [PATCH v3 1/3] dt-bindings: soc: nuvoton: Add NPCM BPC
` [PATCH v3 3/3] soc: nuvoton: add NPCM BPC driver
[PATCH v2 2/5] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
2023-12-14 21:05 UTC (2+ messages)
[PATCH v1 1/6] gpiolib: acpi: Modify acpi_dev_irq_wake_get_by to use resource
2023-12-14 20:56 UTC (3+ messages)
[PATCH 0/2] stm32: fix GPIO level interrupts
2023-12-14 17:12 UTC (3+ messages)
` [PATCH 2/2] pinctrl: "
` [Linux-stm32] "
[PATCH 0/4] gpiolib: cdev: relocate debounce_period_us
2023-12-14 14:47 UTC (16+ messages)
` [PATCH 1/4] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc
[PATCH v2 0/2] gpiolib: protect the list of GPIO devices with a mutex
2023-12-14 14:18 UTC (7+ messages)
` [PATCH v2 2/2] gpiolib: use a mutex to protect the list of GPIO devices
[linusw-gpio:b4/gpio-descriptors-sound-misc] BUILD SUCCESS 5634debdfb50c8f3d7af74adca070f0993163d55
2023-12-14 9:33 UTC
[PATCH v3 0/3] soc: add NPCM BPC driver support
2023-12-14 7:56 UTC (3+ messages)
` [PATCH v3 1/3] dt-bindings: soc: nuvoton: Add NPCM BPC
[linusw-pinctrl:ib-pef2256-framer] BUILD SUCCESS 1e95d20ae8e6a383b4c1dd2282e5259790724037
2023-12-13 23:20 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).