messages from 2026-09-10 13:35:31 to 2026-09-15 08:26:51 UTC [more...]
[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
2026-09-15 8:18 UTC (27+ messages)
` [PATCH 01/28] ALSA: ac97: Refactor snd_ac97_get_name() to use snprintf()
` [PATCH 02/28] sunrpc: Refactor rpc_sockaddr2uaddr() to use snprintf() instead of strlcat()
` [PATCH 03/28] ARM: atags: Replace strlcat() with snprintf() for cmdline extend
` [PATCH 04/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_nsymb_init()
` [PATCH 05/28] ALSA: usb-audio: Refactor usb_audio_make_longname() to use seq_buf
` [PATCH 06/28] comedi: comedi_bond: Refactor strlcat() to seq_buf in do_dev_config()
` [PATCH 07/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_psymb_init()
` [PATCH 08/28] devlink: Refactor strlcat() to seq_buf in __devlink_compat_running_version()
` [PATCH 09/28] drm/dp_mst: Refactor build_mst_prop_path() to use seq_buf
` [PATCH 10/28] of/fdt: Replace strlcat() with snprintf() in early_init_dt_scan_chosen()
` [PATCH 11/28] wifi: brcmfmac: Replace strlcat() with snprintf() in brcmf_fw_alloc_request()
` [PATCH 12/28] fortify: Convert strlcat() to snprintf() in strcat()
` [PATCH 13/28] i40e: Replace strlcat() with snprintf() in i40e_nvm_version_str()
` [PATCH 14/28] ALSA: usb-audio: Refactor append_ctl_name() to use snprintf()
` [PATCH 15/28] orangefs: Use seq_buf for debug help string generation
` [PATCH 16/28] pinctrl: samsung: Use snprintf() to construct pin bank names
` [PATCH 17/28] MIPS: cmdline: Refactor bootcmdline_append() to use snprintf()
` [PATCH 18/28] LoongArch: Refactor bootcmdline_init() to use seq_buf instead of strlcat()
` [PATCH 20/28] parisc: Refactor strlcat() to seq_buf in setup_cmdline()
` [PATCH 21/28] NFS: nfsroot: Refactor root_nfs_cat() to use snprintf()
` [PATCH 23/28] Input: synaptics_usb - use seq_buf and snprintf() for name and phys
` [PATCH 24/28] EDAC/thunderx: Fix stale error context in thunderx_l2c_threaded_isr()
` [PATCH 25/28] EDAC/thunderx: Replace strlcat() with seq_buf
` [PATCH 26/28] wifi: wil6210: Refactor resume_triggers2string() to use seq_buf
` [PATCH 27/28] drm/xe/pf: Convert strlcat() to seq_buf in control_read()
` [PATCH 28/28] drm/xe/pf: Refactor strlcat() to seq_buf in sched_group_engines_read()
[PATCH v6 0/4] gpio: mmio: report the line direction on chips without direction registers
2026-09-15 8:05 UTC (5+ messages)
` [PATCH v6 1/4] pinctrl: make the CONFIG_PINCTRL=n gpio config stubs return -ENOTSUPP
` [PATCH v6 2/4] pinctrl: imx: answer OUTPUT_ENABLE/INPUT_ENABLE queries from the pad register
` [PATCH v6 3/4] gpiolib: add get_config() and gpiochip_generic_get_config()
` [PATCH v6 4/4] gpio: mmio: track the direction of chips without direction registers
[PATCHv2] gpio: mvebu: keep resume masks within the irqchip cache
2026-09-15 6:43 UTC (2+ messages)
[PATCH] gpio: mvebu: fix Armada XP per-CPU mask register save/restore
2026-09-15 3:12 UTC
[PATCH 0/2] Fix sharing a PMIC GPIO between multiple consumers
2026-09-15 1:44 UTC (3+ messages)
` [PATCH 1/2] gpio: shared-proxy: track direction instead of reading it back
` [PATCH 2/2] pinctrl: qcom: spmi-gpio: make direction changes exclusive
[PATCH] arm64: enable HAVE_SHARED_GPIOS for all ARM64 platforms
2026-09-14 21:17 UTC (3+ messages)
[PATCH v17 00/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
2026-09-14 18:51 UTC (5+ messages)
` [PATCH v17 15/22] media: i2c: add Maxim GMSL2/3 deserializer framework
` [PATCH v17 20/22] media: i2c: maxim-serdes: add MAX96724 driver
[PATCH v3 0/5] Renesas RZ/T2H pinctrl fixes and cleanups
2026-09-14 16:53 UTC (11+ messages)
` [PATCH v3 1/5] pinctrl: renesas: rzt2h: restore correct pin mode on IRQ free
` [PATCH v3 2/5] pinctrl: renesas: rzt2h: setup IRQ in .irq_{request,release}_resources()
` [PATCH v3 3/5] pinctrl: renesas: rzt2h: fix reading pin value in IRQ function
` [PATCH v3 4/5] pinctrl: renesas: rzt2h: reuse helpers
` [PATCH v3 5/5] pinctrl: renesas: rzt2h: add a helper for reading PFC
[PATCH v3 00/13] x86/msr: Drop 32-bit MSR interfaces
2026-09-14 15:54 UTC (8+ messages)
` [PATCH v3 08/13] drivers/gpio: Stop using "
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function
[PATCH v16 00/22] media: i2c: add Maxim GMSL2/3 serializer and deserializer drivers
2026-09-14 13:10 UTC (6+ messages)
[PATCH 0/3] firmware: qcom: scm: pass struct qcom_scm through the API
2026-09-14 12:41 UTC (4+ messages)
` [PATCH 1/3] firmware: qcom: scm: pass qcom_scm to internal helpers
` [PATCH 2/3] firmware: qcom: scm: pass qcom_scm through the exported API
` [PATCH 3/3] firmware: qcom: scm: drop the __scm global
[PATCH v5 0/3] gpio: mmio: report the line direction on chips without direction registers
2026-09-14 12:39 UTC (6+ messages)
` [PATCH v5 1/3] pinctrl: imx: answer OUTPUT_ENABLE/INPUT_ENABLE queries from the pad register
` [PATCH v5 2/3] gpiolib: add get_config() and gpiochip_generic_get_config()
[PATCH v2] dt-bindings: pinctrl: fsl: Replace tabs with spaces
2026-09-14 12:12 UTC (2+ messages)
[PATCH 1/4] gpio: realtek-otto: Handle errors from optional IRQ lookup
2026-09-14 11:56 UTC (2+ messages)
[PATCH v2] pinctrl: sunxi: A523: fix voltage withstand encoding
2026-09-14 10:07 UTC
[PATCH v6 00/13] Ambarella CV75 SoC minimal bring-up
2026-09-14 9:44 UTC (14+ messages)
` [PATCH v6 04/13] dt-bindings: pinctrl: add Ambarella CV75 pinctrl
` [PATCH v6 11/13] serial: 8250_dw: add Ambarella CV75 quirks
` "
` "
` "
` "
[PATCH 00/13] HID: ft260: add UART and GPIO support, plus I2C fixes
2026-09-14 9:27 UTC (4+ messages)
[PATCH 0/5] PCI/pwrctrl: tc9563: introduce support for embedded GPIO controller
2026-09-14 9:20 UTC (5+ messages)
` [PATCH 2/5] gpio: tc9563: add support for the "
` [PATCH 4/5] PCI/pwrctrl: tc9563: switch per-port reset to GPIO descriptor API
[PATCH v4 0/2] gpio: realtek-otto: add pinctrl support
2026-09-14 9:16 UTC (9+ messages)
` [PATCH v4 1/2] dt-bindings: gpio: otto-gpio: Add gpio-ranges
` [PATCH v4 2/2] gpio: realtek-otto: add pinctrl support
[PATCH v8 0/6] rtc: s35390a: Allow use of output pin for interrupt signal 1 for wakealarm
2026-09-14 9:13 UTC (3+ messages)
` [PATCH v8 5/6] rtc: s35390a: Add pinctrl
[PATCH v1 0/3] pinctrl: mpfs-mssio: three fixes
2026-09-14 9:10 UTC (2+ messages)
[PATCH v3] dt-bindings: pinctrl: ti,pinctrl-palmas: Convert to DT schema
2026-09-14 9:06 UTC (2+ messages)
[PATCH] dt-bindings: pinctrl: fsl: Replace tabs with spaces
2026-09-14 9:05 UTC (2+ messages)
[PATCH] pinctrl: generic: serialise pinctrl_generic_dt_node_to_map()
2026-09-14 9:00 UTC (2+ messages)
[PATCH 08/13] HID: ft260: uart: add modem pins control via ioctl
2026-09-14 8:57 UTC (3+ messages)
[PATCH] dt-bindings: gpio: zynq: Add parsing of hogs
2026-09-14 8:51 UTC
[PATCH] pinctrl: meson: Fix typo in s4 group name
2026-09-14 8:39 UTC (2+ messages)
[PATCH 0/3] rust: Add basic GPIO consumer abstractions
2026-09-14 8:36 UTC (8+ messages)
` [PATCH 2/3] rust: gpio: Add basic "
` [PATCH 3/3] sample: rust: Add GPIO consumer sample driver
[PATCH] gpio: virtuser: skip free_irq when no IRQ is installed
2026-09-14 8:33 UTC (3+ messages)
[PATCH] pinctrl: amd: add timeout to irq-enable readback
2026-09-14 8:32 UTC (2+ messages)
[PATCH v1 0/4] gpio: Unify the GPIO controller node check
2026-09-14 8:30 UTC (3+ messages)
` [PATCH v1 3/4] pinctrl: ma35: Replace open coded fwnode_is_gpiochip()
[PATCH v5 00/15] Add initial support for Qualcomm Kuno SoC
2026-09-14 8:26 UTC (4+ messages)
` (subset) "
[PATCH v7 00/17] iio: adc: Add AD7768/AD7768-4 ADC driver support
2026-09-14 8:20 UTC (30+ messages)
` [PATCH v7 01/17] iio: adc: adi-axi-adc: Initialize state mutex
` [PATCH v7 02/17] dt-bindings: iio: adc: Add AD7768
` [PATCH v7 03/17] iio: backend: Add support for CRC
` [PATCH v7 04/17] iio: adc: adi-axi-adc: "
` [PATCH v7 05/17] iio: adc: Add AD7768 and AD7768-4 core support
` [PATCH v7 06/17] iio: adc: ad7768: Validate master clock rate
` [PATCH v7 07/17] iio: adc: ad7768: Add power mode helper
` [PATCH v7 08/17] iio: adc: ad7768: Derive output data rates
` [PATCH v7 09/17] iio: adc: ad7768: Configure channel sampling profiles
` [PATCH v7 10/17] iio: adc: ad7768: Add sampling frequency controls
` [PATCH v7 11/17] iio: adc: ad7768: Add per-channel filter controls
` [PATCH v7 12/17] iio: adc: ad7768: Wait for digital filters to settle
` [PATCH v7 13/17] iio: adc: ad7768: Add calibration controls
` [PATCH v7 14/17] iio: adc: ad7768: Add per-channel conversion delay
` [PATCH v7 15/17] iio: adc: ad7768: Add VCM regulator support
` [PATCH v7 16/17] iio: adc: ad7768: Register GPIO auxiliary device
` [PATCH v7 17/17] Documentation: iio: Add AD7768 Documentation
[PATCH] dt-bindings: pinctrl: Use consistent indentation in the example
2026-09-14 8:05 UTC (3+ messages)
Up Squared Pro 7000 (UPN-ADLN01) broken BIOS?
2026-09-14 8:01 UTC (11+ messages)
[PATCH v5 0/7] phy: cpcap-usb: improve charger detection and export cable state
2026-09-13 17:06 UTC (4+ messages)
` [PATCH v5 4/7] phy: cpcap-usb: add DCP detection and make UART idle mode optional
[PATCH 08/14] mfd: remove unused aat2870 driver
2026-09-13 8:33 UTC (8+ messages)
[PATCH v2 0/4] Renesas RZ/T2H pinctrl fixes and cleanups
2026-09-13 8:07 UTC (8+ messages)
` [PATCH v2 1/4] pinctrl: renesas: rzt2h: restore correct pin mode on IRQ free
` [PATCH v2 2/4] pinctrl: renesas: rzt2h: setup IRQ in .irq_{request,release}_resources()
` [PATCH v2 3/4] pinctrl: renesas: rzt2h: fix reading pin value in IRQ function
` [PATCH v2 4/4] pinctrl: renesas: rzt2h: reuse helpers
[PATCH] pinctrl: single: free the IRQ on domain creation failure
2026-09-13 4:03 UTC
[PATCH] gpio: mvebu: keep resume masks within the irqchip cache
2026-09-12 22:19 UTC
[PATCH] gpio: uapi: Fix gpio_v2_line_info_changed reference in kernel-doc
2026-09-12 12:51 UTC (2+ messages)
[PATCH v12 0/3] drivers/base: Introduce revocable
2026-09-12 12:38 UTC (4+ messages)
` [PATCH v12 3/3] gpio: Leverage revocable for accessing struct gpio_chip
[PATCH v13 0/3] drivers/base: Introduce revocable
2026-09-12 12:35 UTC (4+ messages)
` [PATCH v13 1/3] revocable: Revocable resource management
` [PATCH v13 2/3] revocable: Add KUnit test cases
` [PATCH v13 3/3] gpio: Leverage revocable for accessing struct gpio_chip
[PATCH] dt-bindings: arm: stm32: Sort the document
2026-09-11 15:23 UTC (2+ messages)
[bug report] gpio: Add ChromeOS EC GPIO driver
2026-09-11 12:37 UTC
[PATCH 05/13] ARM: orion/dove/mv78xx0: remove all board files
2026-09-11 10:22 UTC (2+ messages)
[PATCH v2 0/7] of: property: Make fw_devlink follow GPIO, PWM and clock nexus maps
2026-09-11 7:51 UTC (10+ messages)
` [PATCH v2 1/7] of: property: fw_devlink: Follow GPIO "
` [PATCH v2 2/7] of: property: fw_devlink: Report unsupported supplier linking
` [PATCH v2 3/7] of: unittest: Test fw_devlink with GPIO nexus maps
` [PATCH v2 4/7] of: property: fw_devlink: Follow PWM "
` [PATCH v2 5/7] of: unittest: Test fw_devlink with "
` [PATCH v2 6/7] of: property: fw_devlink: Follow clock "
` [PATCH v2 7/7] of: unittest: Test fw_devlink with "
[PATCH v5 0/5] PCI/pwrctrl: tc9563: Introduce support for embedded GPIO controller
2026-09-11 7:29 UTC (3+ messages)
` [PATCH v5 1/5] dt-bindings: PCI: toshiba,tc9563: Document "
[PATCH 00/14] mfd: unused driver purge
2026-09-11 7:24 UTC (3+ messages)
` [PATCH 01/14] mfd: remove unused 88pm80x driver
[PATCH v8 0/3] gpio: Add AD7768 GPIO support
2026-09-11 5:44 UTC (7+ messages)
` [PATCH v8 1/3] gpio: regmap: Use regmap_test_bits() for single bit reads
` [PATCH v8 2/3] gpio: regmap: Add optional runtime PM support
` [PATCH v8 3/3] gpio: ad7768: Add AD7768 GPIO auxiliary driver
[PATCH] soc: fsl: qe: drop GPIOD_FLAGS_BIT_NONEXCLUSIVE
2026-09-11 5:22 UTC (2+ messages)
[PATCH v3 00/10] Support ROHM BD73800
2026-09-11 4:27 UTC (3+ messages)
[PATCH v7 0/3] gpio: Add AD7768 GPIO support
2026-09-10 15:24 UTC (5+ messages)
` [PATCH v7 3/3] gpio: ad7768: Add AD7768 GPIO auxiliary driver
[PATCH 0/6] arm64: dts: qcom: Add support for Radxa Dragon Q8B
2026-09-10 15:04 UTC (3+ messages)
` [PATCH 1/6] PCI: of: Avoid config reads for disabled bridge nodes
[PATCH 0/7] pinctrl: sunxi: Add Allwinner A733 support
2026-09-10 14:56 UTC (8+ messages)
` [PATCH 2/7] pinctrl: sunxi: only use PortK special handling on A523
` [PATCH 3/7] pinctrl: sunxi: refactor IRQ register accessors
` [PATCH 4/7] pinctrl: sunxi: support A733 generation MMIO register layout
` [PATCH 5/7] dt-bindings: pinctrl: add compatible for Allwinner A733
` [PATCH 6/7] pinctrl: sunxi: a523-r: add a733-r compatible string
` [PATCH 7/7] pinctrl: sunxi: add support for the Allwinner A733
[PATCH v5 0/6] Add Samsung Galaxy S4 support
2026-09-10 13:56 UTC (5+ messages)
` [PATCH v5 4/6] mfd: qcom-pm8xxx: register PM8921 USB ID extcon
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).