messages from 2024-11-13 13:36:11 to 2024-11-20 09:10:36 UTC [more...]
[PATCH 00/15] Add support for SAMA7D65
2024-11-20 9:10 UTC (26+ messages)
` [PATCH 01/15] dt-bindings: ARM: at91: Document Microchip SAMA7D65 Curiosity
` [PATCH 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
` [PATCH 03/15] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
` [PATCH 04/15] dt-bindings: mmc: atmel,sama5d2-sdhci: add microchip,sama7d65-sdhci
` [PATCH 05/15] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
` [PATCH 06/15] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
` [PATCH 07/15] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
` [PATCH 08/15] dt-bindings: clock: Add SAMA7D65 PMC compatible string
` [PATCH 09/15] dt-bindings: clock: at91: Allow MCKs to be exported and referenced in DT
` [PATCH 10/15] ARM: configs: at91: sama7: add new SoC config
` [PATCH 11/15] ARM: dts: microchip: add sama7d65 SoC DT
` [PATCH 12/15] ARM: dts: microchip: add support for sama7d65_curiosity board
` [PATCH 13/15] clk: at91: clk-master: increase maximum number of clocks
` [PATCH 14/15] clk: at91: clk-sam9x60-pll: increase maximum amount of plls
` [PATCH 15/15] clk: at91: sama7d65: add sama7d65 pmc driver
[PATCH] Fix a potential abuse of seq_printf() format string in drivers
2024-11-20 9:00 UTC (3+ messages)
[PATCH v2 0/5] Congatec Board Controller drivers
2024-11-20 7:02 UTC (4+ messages)
` [PATCH v2 3/5] i2c: Congatec Board Controller i2c bus driver
[linusw-pinctrl:devel] BUILD SUCCESS ac6f0825e582f2216a582c9edf0cee7bfe347ba6
2024-11-20 1:04 UTC
[linusw-pinctrl:for-next] BUILD SUCCESS 1aa06a2eb27647545a1dcaf0612b5192e2eda653
2024-11-20 1:04 UTC
[PATCH v2 0/9] misc: Support TI FPC202 dual-port controller
2024-11-19 18:16 UTC (11+ messages)
` [PATCH v2 1/9] dt-bindings: misc: Describe TI FPC202 dual port controller
` [PATCH v2 2/9] media: i2c: ds90ub960: Replace aliased clients list with bitmap
` [PATCH v2 3/9] media: i2c: ds90ub960: Protect alias_use_mask with a mutex
` [PATCH v2 4/9] i2c: use client addresses directly in ATR interface
` [PATCH v2 5/9] i2c: move ATR alias pool to a separate struct
` [PATCH v2 6/9] i2c: rename field 'alias_list' of struct i2c_atr_chan to 'alias_pairs'
` [PATCH v2 7/9] i2c: support per-channel ATR alias pools
` [PATCH v2 8/9] i2c: Support dynamic address translation
` [PATCH v2 9/9] misc: add FPC202 dual port controller driver
[libgpiod][PATCH] bindings: python: tests: replace LooseVersion with packaging.version.Version
2024-11-19 15:36 UTC
[libgpiod][PATCH] bindings: python: tests: replace LooseVersion with packaging.version.Version
2024-11-19 15:32 UTC (3+ messages)
[libgpiod][PATCH] bindings: python: drop distutils from build_tests.py
2024-11-19 15:31 UTC (2+ messages)
[libgpiod][PATCH] bindings: python: drop distutils from build_tests.py
2024-11-19 14:59 UTC
[libgpiod][PATCH] bindings: python: tests: replace LooseVersion with packaging.version.Version
2024-11-19 14:42 UTC
[libgpiod][PATCH v2 00/23] bindings: python: conform to mypy and ruff linter recommendations
2024-11-19 14:41 UTC (31+ messages)
` [libgpiod][PATCH v2 01/23] bindings: python: clean up imports and exports
` [libgpiod][PATCH v2 02/23] bindings: python: make internal a private submodule
` [libgpiod][PATCH v2 03/23] bindings: python: loosen type requirements in public API
` [libgpiod][PATCH v2 04/23] bindings: python: explicitly type gpiod.request_lines
` [libgpiod][PATCH v2 05/23] bindings: python: add type stub for the _ext module
` [libgpiod][PATCH v2 06/23] bindings: python: add missing method type hints
` [libgpiod][PATCH v2 07/23] bindings: python: add type hint for the sec variable in poll_fd
` [libgpiod][PATCH v2 08/23] bindings: python: add type hints for Chip's internal members
` [libgpiod][PATCH v2 09/23] bindings: python: fix Chip union-attr type errors
` [libgpiod][PATCH v2 10/23] bindings: python: add type hints for LineRequest's internal members
` [libgpiod][PATCH v2 11/23] bindings: python: fix LineRequest union-attr type errors
` [libgpiod][PATCH v2 12/23] bindings: python: convert lines to offsets in LineRequest
` [libgpiod][PATCH v2 13/23] bindings: python: cast return value of LineRequest.get_values
` [libgpiod][PATCH v2 14/23] bindings: python: selectively use f-strings
` [libgpiod][PATCH v2 15/23] bindings: python: tests: fix duplicate test name
` [libgpiod][PATCH v2 16/23] bindings: python: tests: clean up imports and exports
` [libgpiod][PATCH v2 17/23] bindings: python: tests: make EventType private to prevent export
` [libgpiod][PATCH v2 18/23] bindings: python: tests: add type stubs for external modules
` [libgpiod][PATCH v2 19/23] bindings: python: tests: add missing method type hints
` [libgpiod][PATCH v2 20/23] bindings: python: tests: add type hints to internal members
` [libgpiod][PATCH v2 21/23] bindings: python: tests: ignore purposeful type errors
` [libgpiod][PATCH v2 22/23] bindings: python: tests: selectively use f-strings
` [libgpiod][PATCH v2 23/23] bindings: python: configure and document dev dependencies
[PATCH v6 0/7] gpio: siul2-s32g2: add initial GPIO driver
2024-11-19 13:51 UTC (10+ messages)
` [PATCH v6 1/7] dt-bindings: mfd: add support for the NXP SIUL2 module
` [PATCH v6 4/7] pinctrl: s32: convert the driver into an mfd cell
[PATCH v2] gpio: exar: set value when external pull-up or pull-down is present
2024-11-19 13:50 UTC (7+ messages)
` [PATCH v3] "
[PATCH v5 0/7] gpio: siul2-s32g2: add initial GPIO driver
2024-11-19 9:19 UTC (5+ messages)
` [PATCH v5 2/7] mfd: nxp-siul2: add support for NXP SIUL2
[PATCH] pinctrl: samsung: Fix irq handling if an error occurs in exynos_irq_demux_eint16_31()
2024-11-19 6:35 UTC (5+ messages)
[brgl:gpio/for-next] BUILD SUCCESS bef29ca3a6458582ac13320d47bf2646e5734dc8
2024-11-19 0:56 UTC
[linusw-pinctrl:for-next] BUILD SUCCESS 9eb198b4be4426ea776f17086ea7f5333c1e07d8
2024-11-18 23:50 UTC
[PATCH] pinctrl: airoha: Use unsigned long for bit search
2024-11-18 22:58 UTC (3+ messages)
[PATCH v3 00/25] Add audio support for the Renesas RZ/G3S SoC
2024-11-18 22:54 UTC (19+ messages)
` [PATCH v3 05/25] pinctrl: renesas: rzg2l: Add audio clock pins
` [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 19/25] ASoC: renesas: rz-ssi: Add suspend to RAM support
` [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 v4] pinctrl: k210: Undef K210_PC_DEFAULT
2024-11-18 22:51 UTC (2+ messages)
[PATCH v2 0/1] polarfire gpio driver follow-ups
2024-11-18 20:56 UTC (4+ messages)
` [PATCH v2 1/1] gpio: mpfs: add CoreGPIO support
[PATCH v10] pwm: airoha: Add support for EN7581 SoC
2024-11-18 17:40 UTC (3+ messages)
[GIT PULL] gpio updates for v6.13-rc1
2024-11-18 12:55 UTC
[linusw-pinctrl:devel] BUILD SUCCESS 6bc0ebfb1d920f13c522545f114cdabb49e9408a
2024-11-18 11:57 UTC
[linusw-pinctrl:fixes] BUILD SUCCESS d40b69c93650aac1b3ee8d83ef11c94e18f0c610
2024-11-18 11:56 UTC
[PATCH v6 00/10] Add MSM8917/PM8937/Redmi 5A
2024-11-18 10:21 UTC (15+ messages)
` [PATCH v6 01/10] arm64: dts: qcom: Add PM8937 PMIC
` [PATCH v6 02/10] dt-bindings: pinctrl: qcom: Add MSM8917 pinctrl
` [PATCH v6 03/10] pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
` [PATCH v6 04/10] dt-bindings: thermal: tsens: Add MSM8937
` [PATCH v6 05/10] thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
` [PATCH v6 06/10] dt-bindings: iommu: qcom,iommu: Add MSM8917 IOMMU to SMMUv1 compatibles
` [PATCH v6 07/10] dt-bindings: nvmem: Add compatible for MS8917
` [PATCH v6 08/10] arm64: dts: qcom: Add initial support for MSM8917
` [PATCH v6 09/10] dt-bindings: arm: qcom: Add Xiaomi Redmi 5A
` [PATCH v6 10/10] arm64: dts: "
[PATCH v2 1/1] gpio: altera: Add missed base and label initialisations
2024-11-18 9:28 UTC
[PATCH v2 1/1] gpio: zevio: Add missed label initialisation
2024-11-18 9:27 UTC
[PATCH] gpio: gpio-exar: replace division condition with direct comparison
2024-11-18 9:23 UTC (8+ messages)
[PATCH v6 0/5] Pinctrl: A4: Add pinctrl driver
2024-11-18 8:41 UTC (6+ messages)
` [PATCH v6 4/5] pinctrl: meson: Add driver support for Amlogic A4 SoCs
[PATCH 00/35] Reorganize kerneldoc parameter names
2024-11-17 12:09 UTC (2+ messages)
` (subset) "
[brgl:gpio/for-next] BUILD SUCCESS 1b81e73e3babc88017232253f99ffdad6d370bd3
2024-11-17 2:43 UTC
Nov:16:24
2024-11-16 15:40 UTC
[PATCH v1 1/1] gpio: zevio: Add missed label initialisation
2024-11-16 14:16 UTC (2+ messages)
[PATCH v1 1/1] gpio: altera: Add missed base and label initialisations
2024-11-16 14:15 UTC (3+ messages)
[PATCH v3 00/12] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-11-15 23:00 UTC (6+ messages)
` [PATCH v3 01/12] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
[PATCH] PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodes
2024-11-15 17:25 UTC (6+ messages)
[PATCH v7 0/5] Pinctrl: A4: Add pinctrl driver
2024-11-15 17:09 UTC (3+ messages)
` [PATCH v7 1/5] dt-bindings: pinctrl: move gpio-cells and gpio-controller property
[PATCH 2/2] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
2024-11-15 10:54 UTC (3+ messages)
[PATCH RESEND v13 00/12] Initial Marvell PXA1908 support
2024-11-14 22:37 UTC (13+ messages)
` [PATCH RESEND v13 01/12] clk: mmp: Switch to use struct u32_fract instead of custom one
` [PATCH RESEND v13 04/12] dt-bindings: clock: Add Marvell PXA1908 clock bindings
` [PATCH RESEND v13 05/12] clk: mmp: Add Marvell PXA1908 APBC driver
` [PATCH RESEND v13 06/12] clk: mmp: Add Marvell PXA1908 APBCP driver
` [PATCH RESEND v13 07/12] clk: mmp: Add Marvell PXA1908 APMU driver
` [PATCH RESEND v13 08/12] clk: mmp: Add Marvell PXA1908 MPMU driver
[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-11-14 15:41 UTC (4+ messages)
` [PATCH v2 08/14] clk: rp1: Add support for clocks provided by RP1
[PATCH] gpio: tegra186: Allow to enable driver on Tegra234
2024-11-14 14:44 UTC (3+ messages)
[PATCH v1 1/1] gpio: Move and sort Kconfig entries as suggested
2024-11-14 13:50 UTC (8+ messages)
[PATCH] gpio: grgpio: Add NULL check in grgpio_probe
2024-11-14 13:18 UTC (2+ messages)
[PATCH v2 1/1] gpio: Move and sort Kconfig entries as suggested
2024-11-14 10:52 UTC
[PATCH v9 0/6] Add mfd, pinctrl and pwm support to EN7581 SoC
2024-11-14 7:47 UTC (9+ messages)
` [PATCH v9 4/6] dt-bindings: mfd: Add support for Airoha EN7581 GPIO System Controller
` (subset) "
[brgl:gpio/for-next] BUILD SUCCESS 400913bd4edd76ef1775bfd95543846bd6f5ed71
2024-11-14 5:36 UTC
[PATCH] tools: gpio: Fix several incorrect format specifiers
2024-11-13 15:31 UTC (2+ messages)
[PATCH v5 00/10] Add MSM8917/PM8937/Redmi 5A
2024-11-13 15:07 UTC (6+ messages)
` [PATCH v5 08/10] arm64: dts: qcom: Add initial support for MSM8917
[PATCH v6 7/7] MAINTAINERS: add MAINTAINER for NXP SIUL2 MFD driver
2024-11-13 14:34 UTC (2+ messages)
[PATCH v2 0/2] pinctrl: qcom: Introduce pinctrl for SM8750
2024-11-13 13:46 UTC (2+ messages)
[PATCH v7 0/7] MediaTek pinctrl DT binding cleanup and MT6735 pinctrl support
2024-11-13 13:44 UTC (3+ messages)
` [PATCH v7 7/7] pinctrl: mediatek: Add MT6735 pinctrl driver
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).