messages from 2024-07-31 07:54:12 to 2024-08-09 08:59:03 UTC [more...]
[PATCH] pinctrl: qcom: x1e80100: Fix special pin offsets
2024-08-09 8:59 UTC (2+ messages)
[PATCH v1 00/10] Add minimal Exynos8895 SoC and SM-G950F support
2024-08-09 5:49 UTC (23+ messages)
` [PATCH v1 01/10] dt-bindings: arm: cpus: Add Samsung Mongoose M2
` [PATCH v1 02/10] dt-bindings: hwinfo: samsung,exynos-chipid: add exynos8895 compatible
` [PATCH v1 03/10] soc: samsung: exynos-chipid: add exynos8895 SoC support
` [PATCH v1 04/10] dt-bindings: pinctrl: samsung: Add compatible for Exynos8895 SoC
` [PATCH v1 05/10] pinctrl: samsung: Add exynos8895 SoC pinctrl configuration
` [PATCH v1 06/10] dt-bindings: pinctrl: samsung: add exynos8895-wakeup-eint compatible
` [PATCH v1 07/10] dt-bindings: soc: samsung: exynos-pmu: Add exynos8895 compatible
` [PATCH v1 08/10] arm64: dts: exynos: Add initial support for exynos8895 SoC
` [PATCH v1 09/10] dt-bindings: arm: samsung: Document dreamlte board binding
` [PATCH v1 10/10] arm64: dts: exynos: Add initial support for Samsung Galaxy S8
[PATCH] pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE
2024-08-08 23:27 UTC
[PATCH v2 0/2] Add pinctrl support for rk3576
2024-08-08 16:39 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: Add rk3576 pinctrl bindings
` [PATCH v2 2/2] pinctrl: rockchip: Add rk3576 pinctrl support
[PATCH v3] pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()
2024-08-08 16:27 UTC
[PATCH v4] pinctrl: samsung: Add support for pull-up and pull-down
2024-08-08 15:24 UTC (4+ messages)
[PATCH v2] pinctrl: meson: Constify some structures
2024-08-08 10:05 UTC (2+ messages)
[PATCH v3 0/3] pinctrl: pinctrl-zynqmp: Add Versal platform support
2024-08-08 5:53 UTC (10+ messages)
` [PATCH v3 1/3] dt-bindings: pinctrl: Add support for Xilinx Versal platform
` [PATCH v3 2/3] firmware: xilinx: Add Pinctrl Get Attribute ID
` [PATCH v3 3/3] pinctrl: pinctrl-zynqmp: Add support for Versal platform
[PATCH] pinctrl: single: fix potential NULL dereference in pcs_get_function()
2024-08-08 4:13 UTC
[PATCH v2] pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()
2024-08-08 2:21 UTC (2+ messages)
[GIT PULL] intel-pinctrl for v6.11-1
2024-08-07 17:57 UTC (2+ messages)
[PATCH] pinctrl: imx: Switch to LATE_SYSTEM_SLEEP_PM_OPS()
2024-08-07 17:22 UTC
[RFC v7 0/6] PolarFire SoC GPIO support
2024-08-07 17:22 UTC (16+ messages)
` [RFC v7 3/6] irqchip: add mpfs gpio interrupt mux
` [RFC v7 4/6] gpio: mpfs: add polarfire soc gpio support
` [RFC v7 5/6] gpio: mpfs: pass gpio line number as irq data
[PATCH 0/3] pinctrl: meson: Constify some structure
2024-08-07 15:22 UTC (7+ messages)
` [PATCH 1/3] pinctrl: meson: Constify struct meson_pmx_group and meson_pmx_func
` [PATCH 2/3] pinctrl: meson: Constify struct meson_bank
` [PATCH 3/3] pinctrl: meson: Constify struct meson_pmx_bank
[PATCH v2 00/10] Add minimal Exynos8895 SoC and SM-G950F support
2024-08-07 15:20 UTC (13+ messages)
` [PATCH v2 01/10] dt-bindings: arm: cpus: Add Samsung Mongoose M2
` [PATCH v2 02/10] dt-bindings: hwinfo: samsung,exynos-chipid: add exynos8895 compatible
` [PATCH v2 03/10] soc: samsung: exynos-chipid: add exynos8895 SoC support
` [PATCH v2 04/10] dt-bindings: pinctrl: samsung: Add compatible for Exynos8895 SoC
` [PATCH v2 05/10] pinctrl: samsung: Add exynos8895 SoC pinctrl configuration
` [PATCH v2 06/10] dt-bindings: pinctrl: samsung: add exynos8895-wakeup-eint compatible
` [PATCH v2 07/10] dt-bindings: soc: samsung: exynos-pmu: Add exynos8895 compatible
` [PATCH v2 08/10] arm64: dts: exynos: Add initial support for exynos8895 SoC
` [PATCH v2 09/10] dt-bindings: arm: samsung: Document dreamlte board binding
` [PATCH v2 10/10] arm64: dts: exynos: Add initial support for Samsung Galaxy S8
[PATCH v7 0/4] ADP5585 GPIO expander, PWM and keypad controller support
2024-08-07 10:54 UTC (4+ messages)
[PATCH libgpiod v4 00/18] dbus: add GLib-based D-Bus daemon and command-line client
2024-08-07 9:10 UTC (19+ messages)
` [PATCH libgpiod v4 01/18] tests: split out reusable test code into a local static library
` [PATCH libgpiod v4 02/18] tests: split out the common test code for bash scripts
` [PATCH libgpiod v4 03/18] bindings: glib: add build files
` [PATCH libgpiod v4 04/18] bindings: glib: add public headers
` [PATCH libgpiod v4 05/18] bindings: glib: add core code
` [PATCH libgpiod v4 06/18] bindings: glib: add examples
` [PATCH libgpiod v4 07/18] bindings: glib: add tests
` [PATCH libgpiod v4 08/18] README: document GLib bindings
` [PATCH libgpiod v4 09/18] dbus: add build files
` [PATCH libgpiod v4 10/18] dbus: add the API definitions
` [PATCH libgpiod v4 11/18] dbus: add a wrapper around the gdbus-codegen generated header
` [PATCH libgpiod v4 12/18] dbus: add data files
` [PATCH libgpiod v4 13/18] dbus: add gpio-manager code
` [PATCH libgpiod v4 14/18] dbus: add tests
` [PATCH libgpiod v4 15/18] dbus: add a command-line client
` [PATCH libgpiod v4 16/18] dbus: client: add tests
` [PATCH libgpiod v4 17/18] README: document the DBus API
` [PATCH libgpiod v4 18/18] TODO: drop the DBus daemon from the list
[linusw-gpio:b4/asoc-tas-gpios] BUILD SUCCESS bf9530db8cc34c883d854533fa28bc0f014e1ded
2024-08-06 16:36 UTC
[linusw-pinctrl:fixes] BUILD SUCCESS b7fd10333713e9984cc9b9c04f3681f80efdc809
2024-08-06 4:14 UTC
[linusw-pinctrl:devel] BUILD SUCCESS 0274d8098291d87f61f1f8e5b22214abb5324669
2024-08-06 2:07 UTC
[linusw-pinctrl:for-next] BUILD SUCCESS 6fb214cdf7df78eb1be1e85d4b40b60307903ef3
2024-08-06 2:06 UTC
[brgl:gpio/for-next] BUILD SUCCESS 26b95b7b588d70b5075b597ff808543503d36ac6
2024-08-06 1:42 UTC
[linusw-gpio:b4/asoc-tas-gpios] BUILD REGRESSION fdef6b7abff7f4cfe98c3bc496210885c9b26292
2024-08-05 21:18 UTC
[PATCH v4 0/7] riscv: sophgo: Add pinctrl support for CV1800 series SoC
2024-08-05 20:12 UTC (12+ messages)
` [PATCH v4 1/7] dt-bindings: pinctrl: Add pinctrl for Sophgo "
` [PATCH v4 2/7] pinctrl: sophgo: add support for CV1800B SoC
` [PATCH v4 3/7] pinctrl: sophgo: add support for CV1812H SoC
` [PATCH v4 4/7] pinctrl: sophgo: add support for SG2000 SoC
` [PATCH v4 5/7] pinctrl: sophgo: add support for SG2002 SoC
` [PATCH v4 6/7] riscv: dts: sophgo: cv1800b: add pinctrl support
` [PATCH v4 7/7] riscv: dts: sophgo: cv1812h: "
[linusw-gpio:b4/asoc-tas-gpios 2/4] sound/soc/codecs/tas2781-i2c.c:786:13: error: no member named 'irq_info' in 'struct tasdevice_priv'
2024-08-05 15:04 UTC
[linusw-gpio:b4/asoc-tas-gpios 2/4] sound/soc/codecs/tas2781-i2c.c:786:25: error: 'struct tasdevice_priv' has no member named 'irq_info'
2024-08-05 13:01 UTC
[PATCH v2 0/2] few small change for gpio-vf610
2024-08-05 9:51 UTC (8+ messages)
` [PATCH v2 1/2] gpio: gpio-vf610: use u32 mask to handle 32 number gpios
` [PATCH v2 2/2] gpio: vf610: add get_direction() support
[PATCH 0/7] Add pin control driver for BCM2712 SoC
2024-08-05 9:37 UTC (29+ messages)
` [PATCH 1/7] dt-bindings: pinctrl: Add support for Broadcom STB pin controller
` [PATCH 2/7] pinctrl: bcm: Add STB family pin controller driver
` [PATCH 3/7] arm64: dts: broadcom: Add support for BCM2712
` [PATCH 4/7] arm64: dts: broadcom: bcm2712: Add pin controller nodes
` [PATCH 5/7] arm64: dts: broadcom: bcm2712: Add one more GPIO node
` [PATCH 6/7] arm64: dts: broadcom: bcm2712: Add second SDHCI controller node
` [PATCH 7/7] arm64: dts: broadcom: bcm2712: Add UARTA "
[PATCH 0/3] add small improvements to the S32G pinctrl driver
2024-08-05 8:18 UTC (2+ messages)
[PATCH 0/6] mfd: add adp5585 gpio and pwm support
2024-08-05 7:48 UTC (3+ messages)
` [PATCH 2/6] mfd: adp5585: add ADI adp5585 core support
[PATCH v2 0/7] pinctrl: npcm8xx: pin configuration changes
2024-08-05 7:33 UTC (3+ messages)
` [PATCH v2 1/7] dt-bindings: pinctrl: npcm8xx: remove non-existent groups and functions
[PATCH PULL] pinctrl: samsung: Use scope based of_node_put() cleanups
2024-08-05 7:31 UTC (3+ messages)
[PATCH] pinctrl: qcom: x1e80100: Update PDC hwirq map
2024-08-05 7:30 UTC (2+ messages)
[PATCH 0/4] dt-bindings: pinctrl: convert remaining qcom bindings to yaml
2024-08-05 7:26 UTC (2+ messages)
[PATCH 0/3] pinctrl: ti: ti-iodelay: Fix some error handling paths + 2 unrelated clean-ups
2024-08-05 7:23 UTC (2+ messages)
[PATCH v3 0/5] Convert Atmel PIO3 Pinctrl and GPIO bindings to yaml
2024-08-05 7:21 UTC (6+ messages)
` [PATCH v3 4/5] dt-bindings: gpio: convert Atmel GPIO to json-schema
[PATCH 0/2] pinctrl: Constify read-only struct regmap_config
2024-08-05 7:08 UTC (2+ messages)
[PATCH 0/2] Add pinctrl support for rk3576
2024-08-04 9:58 UTC (5+ messages)
` [PATCH 1/2] pinctrl: rockchip: Add rk3576 pinctrl support
` [PATCH 2/2] dt-bindings: pinctrl: Add rk3576 pinctrl bindings
[PATCH] pinctrl: samsung: Use of_property_present()
2024-08-04 9:09 UTC (2+ messages)
[PATCH] pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins
2024-08-03 23:38 UTC (2+ messages)
[PATCH 0/2] pinctrl: pinconf-generic: Add "input-schmitt-microvolt" property
2024-08-03 22:55 UTC (2+ messages)
[PATCH RESEND v2 0/2] Add Mobileye EyeQ5 pinctrl support
2024-08-03 22:52 UTC (2+ messages)
[brgl:gpio/for-next] BUILD SUCCESS b034a90b2745e43b4a85b56dc5fd7a6fa1a21f31
2024-08-02 9:50 UTC
[PATCH v4 0/4] ADP5585 GPIO expander, PWM and keypad controller support
2024-08-01 23:21 UTC (13+ messages)
` [PATCH v4 3/4] gpio: adp5585: Add Analog Devices ADP5585 support
` [PATCH v4 4/4] pwm: "
[PATCH] gpio: exar set value handling for hw with gpio pull-up or pull-down
2024-08-01 15:18 UTC (2+ messages)
[PATCH] pinctrl: renesas: rzg2l: Use dev_err_probe()
2024-08-01 15:21 UTC (2+ messages)
[PATCH] pinctrl: renesas: rzg2l: Return -EINVAL if the pin doesn't support PIN_CFG_OEN
2024-08-01 15:19 UTC (2+ messages)
[PATCH libgpiod 1/2] bindings: python: properly pass event clock settings
2024-08-01 8:27 UTC (5+ messages)
` [PATCH libgpiod 2/2] bindings: python: tests: check that event clock is property set in request
[brgl:gpio/for-next] BUILD SUCCESS ac93ca125b5409df56c5139648bbe10fd1ea989b
2024-08-01 8:25 UTC
[PATCH] pinctrl: mediatek: Use of_property_read_bool()
2024-08-01 8:22 UTC (2+ messages)
[PATCH] gpio: Use of_property_present()
2024-08-01 7:40 UTC (2+ messages)
[PATCH 0/3] Update Konrad Dybcio's email addresses
2024-08-01 3:19 UTC (2+ messages)
` (subset) "
[PATCH AUTOSEL 5.10 21/38] gpiolib: cdev: Add INIT_KFIFO() for linereq events
2024-08-01 0:35 UTC
[PATCH AUTOSEL 5.15 27/47] gpiolib: cdev: Add INIT_KFIFO() for linereq events
2024-08-01 0:31 UTC
[PATCH AUTOSEL 6.1 32/61] gpiolib: cdev: Add INIT_KFIFO() for linereq events
2024-08-01 0:25 UTC
[PATCH AUTOSEL 6.6 42/83] gpiolib: cdev: Add INIT_KFIFO() for linereq events
2024-08-01 0:17 UTC
[PATCH AUTOSEL 6.10 062/121] gpiolib: cdev: Add INIT_KFIFO() for linereq events
2024-08-01 0:00 UTC (2+ messages)
` [PATCH AUTOSEL 6.10 068/121] pinctrl: renesas: rzg2l: Validate power registers for SD and ETH
[PATCH v11 00/12] Initial Marvell PXA1908 support
2024-07-31 14:25 UTC (2+ messages)
[PATCH] pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID
2024-07-31 10:42 UTC (2+ messages)
[PATCH libgpiod v2 0/4] Fix issues detected by static analyzer
2024-07-31 9:21 UTC (2+ messages)
[PATCH] tools/gpio:Fix the wrong format specifier
2024-07-31 7:57 UTC (2+ messages)
[PATCH v3] dt-bindings: gpio: nxp,lpc3220-gpio: Convert to dtschema
2024-07-31 7:54 UTC (2+ messages)
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).