messages from 2025-11-14 13:33:01 to 2025-11-26 15:24:36 UTC [more...]
[PATCH v1 00/12] Enable I2C on SA8255p Qualcomm platforms
2025-11-26 15:30 UTC (22+ messages)
` [PATCH v1 01/12] soc: qcom: geni-se: Refactor geni_icc_get() and make qup-memory ICC path optional
` [PATCH v1 02/12] soc: qcom: geni-se: Add geni_icc_set_bw_ab() function
` [PATCH v1 03/12] soc: qcom: geni-se: Introduce helper API for resource initialization
` [PATCH v1 04/12] soc: qcom: geni-se: Add geni_se_resource_state() helper
` [PATCH v1 05/12] soc: qcom: geni-se: Introduce helper API for attaching power domains
` [PATCH v1 06/12] soc: qcom: geni-se: Introduce helper APIs for performance control
` [PATCH v1 07/12] dt-bindings: i2c: Describe SA8255p
` [PATCH v1 08/12] i2c: qcom-geni: Isolate serial engine setup
` [PATCH v1 09/12] i2c: qcom-geni: Move resource initialization to separate function
` [PATCH v1 10/12] i2c: qcom-geni: Use geni_se_resources_state() API in runtime PM functions
` [PATCH v1 11/12] i2c: qcom-geni: Store of_device_id data in driver private struct
` [PATCH v1 12/12] i2c: qcom-geni: Enable I2C on SA8255p Qualcomm platforms
[PATCH v4 0/7] i2c: designware: Improve support of multi-messages transfer
2025-11-26 10:46 UTC (8+ messages)
` [PATCH v4 1/7] dt-bindings: i2c: dw: Add Mobileye I2C controllers
` [PATCH v4 2/7] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v4 3/7] i2c: designware: Sort compatible strings in alphabetical order
` [PATCH v4 4/7] i2c: designware: Add dedicated algorithm for AMD NAVI
` [PATCH v4 5/7] i2c: designware: Implement I2C_M_STOP support
` [PATCH v4 6/7] i2c: designware: Use runtime PM macro for auto-cleanup
` [PATCH v4 7/7] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled
[PATCH 0/7] media: qcom: camss: Add SM8750 support
2025-11-26 9:38 UTC (8+ messages)
` [PATCH 1/7] dt-bindings: i2c: qcom-cci: Document SM8750 compatible
` [PATCH 2/7] media: dt-bindings: Add CAMSS device for SM8750
` [PATCH 3/7] media: qcom: camss: Add SM8750 compatible camss driver
` [PATCH 4/7] media: qcom: camss: csiphy: Add support for v2.3.0 two-phase CSIPHY
` [PATCH 5/7] media: qcom: camss: csid: Add support for CSID 980
` [PATCH 6/7] media: qcom: camss: vfe: Add support for VFE gen4
` [PATCH 7/7] arm64: dts: qcom: sm8750: Add support for camss
[PATCH] i2c: ismt: add i2c bus recovery on timed out transaction
2025-11-25 18:30 UTC
[PATCH v2] i2c: imx-lpi2c: Add runtime PM support for IRQ and clock management on i.MX8QXP/8QM
2025-11-25 16:31 UTC (2+ messages)
[PATCH v3 0/7] i2c: designware: Improve support of multi-messages transfer
2025-11-25 11:12 UTC (17+ messages)
` [PATCH v3 1/7] dt-bindings: i2c: dw: Add Mobileye I2C controllers
` [PATCH v3 2/7] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v3 3/7] i2c: designware: Sort compatible strings in alphabetical order
` [PATCH v3 4/7] i2c: designware: Use runtime PM macro for auto-cleanup
` [PATCH v3 5/7] i2c: designware: Add dedicated algorithm for AMD NAVI
` [PATCH v3 6/7] i2c: designware: Implement I2C_M_STOP support
` [PATCH v3 7/7] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled
[PATCH v1 0/2] i2c: acpi: Ad-hoc cleanup and kernel-doc fix
2025-11-25 10:10 UTC (5+ messages)
` [PATCH v1 1/2] i2c: acpi: Return -ENOENT when no resources found in i2c_acpi_client_count()
` [PATCH v1 2/2] platform/x86: serial-multi-instantiate: Remove duplicate check
[PATCH v4 00/29] lan966x pci device: Add support for SFPs
2025-11-25 6:42 UTC (8+ messages)
` [PATCH v4 01/29] Revert "treewide: Fix probing of devices in DT overlays"
[PATCH] i2c: i2c.h: fix a bad kernel-doc line
2025-11-25 2:28 UTC
[PATCH] i2c: i2c-elektor: Allow building on SMP kernels
2025-11-24 22:42 UTC (5+ messages)
[PATCH] i2c: imx-lpi2c: Add runtime PM support for IRQ and clock management on i.MX8QXP/8QM
2025-11-24 17:07 UTC (2+ messages)
[PATCH] i2c: i801: Add support for Intel Nova Lake-S
2025-11-24 13:28 UTC
[PATCH v3 0/2] fw_devlink overlay fix
2025-11-24 8:48 UTC (3+ messages)
` [PATCH v3 1/2] Revert "treewide: Fix probing of devices in DT overlays"
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-24 9:49 UTC (6+ messages)
` [PATCH 20/44] drivers/i2c/busses: use min() instead of min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits
[PATCH v2] i2c: i2c-elektor: Allow building on SMP kernels
2025-11-22 13:45 UTC
[PATCH v8 0/4] rust: i2c: Add basic I2C driver abstractions
2025-11-22 14:00 UTC (11+ messages)
` [PATCH v8 1/4] rust: i2c: add basic I2C device and "
` [PATCH v8 2/4] rust: i2c: add manual I2C device creation abstractions
` [PATCH v8 3/4] samples: rust: add Rust I2C sample driver
` [PATCH v8 4/4] samples: rust: add Rust I2C client registration sample
lm75 on i2c-elektor.c
2025-11-22 12:16 UTC (7+ messages)
[PATCH v2] i2c: imx-lpi2c: support smbus block read feature
2025-11-21 15:59 UTC (2+ messages)
[PATCH] i2c: amd-mp2: fix device leak on probe()
2025-11-21 11:37 UTC
[PATCH v20 0/4] Add ASPEED AST2600 I2C controller driver
2025-11-21 7:22 UTC (12+ messages)
` [PATCH v20 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML
[PATCH v3] i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progress
2025-11-21 3:20 UTC (2+ messages)
[PATCH] i2c: imx-lpi2c: support smbus block read feature
2025-11-21 2:14 UTC (7+ messages)
[PATCH v2] i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progress
2025-11-21 2:02 UTC (5+ messages)
` [EXT] "
[GIT PULL] at24 updates for v6.19-rc1
2025-11-20 13:54 UTC
[PATCH 0/3] i2c: spacemit: add reset support
2025-11-20 8:13 UTC (8+ messages)
` [PATCH 1/3] dt-bindings: i2c: spacemit: add optional resets
` [PATCH 2/3] i2c: k1: add reset support
` [PATCH 3/3] riscv: dts: spacemit: add reset property
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-11-20 5:14 UTC (7+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[PATCH] i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progress
2025-11-20 3:02 UTC (5+ messages)
[PATCH v24 0/4] Add ASPEED AST2600 I2C controller driver
2025-11-19 7:27 UTC (6+ messages)
` [PATCH v24 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML
` [PATCH v24 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties
` [PATCH v24 3/4] i2c: ast2600: Add controller driver for new register layout
` [PATCH v24 4/4] i2c: ast2600: Add target mode support
[PATCH v3 0/4] fix the SpacemiT P1 Kconfig and resend the K1 I2C ILCR patch
2025-11-18 17:32 UTC (10+ messages)
` [PATCH v3 1/4] i2c: spacemit: configure ILCR for accurate SCL frequency
` [PATCH v3 2/4] rtc: spacemit: MFD_SPACEMIT_P1 as dependencies
` [PATCH v3 3/4] regulator: "
` [PATCH v3 4/4] mfd: simple-mfd-i2c: add default value
[PATCH v13 0/6] Updates for Tegra264 and Tegra256
2025-11-18 14:19 UTC (8+ messages)
` [PATCH v13 1/6] i2c: tegra: Do not configure DMA if not supported
` [PATCH v13 2/6] i2c: tegra: Use separate variables for fast and fastplus
` [PATCH v13 3/6] i2c: tegra: Update Tegra256 timing parameters
` [PATCH v13 4/6] i2c: tegra: Add HS mode support
` [PATCH v13 5/6] i2c: tegra: Add support for SW mutex register
` [PATCH v13 6/6] i2c: tegra: Add Tegra264 support
[PATCH v12 0/6] Updates for Tegra264 and Tegra256
2025-11-18 12:25 UTC (13+ messages)
` [PATCH v12 1/6] i2c: tegra: Do not configure DMA if not supported
` [PATCH v12 2/6] i2c: tegra: Use separate variables for fast and fastplus
` [PATCH v12 3/6] i2c: tegra: Update Tegra256 timing parameters
` [PATCH v12 4/6] i2c: tegra: Add HS mode support
` [PATCH v12 5/6] i2c: tegra: Add support for SW mutex register
` [PATCH v12 6/6] i2c: tegra: Add Tegra264 support
[PATCH v2 0/4] Add I2C support for Tegra410
2025-11-17 10:25 UTC (5+ messages)
` [PATCH v2 1/4] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
` [PATCH v2 2/4] i2c: tegra: Move variant to tegra_i2c_hw_feature
` [PATCH v2 3/4] i2c: tegra: Add logic to support different register offsets
` [PATCH v2 4/4] i2c: tegra: Add support for Tegra410
[PATCH RESEND v3 0/5] I2C Mux per channel bus speed
2025-11-17 9:05 UTC (6+ messages)
` [PATCH RESEND v3 1/5] i2c: core: add callback to change bus frequency
` [PATCH RESEND v3 2/5] i2c: mux: add support for per channel "
` [PATCH RESEND v3 3/5] i2c: davinci: calculate bus freq from Hz instead of kHz
` [PATCH RESEND v3 4/5] i2c: davinci: add support for setting bus frequency
` [PATCH RESEND v3 5/5] docs: i2c: i2c-topology: add section about bus speed
[PATCH v23 0/4] Add ASPEED AST2600 I2C controller driver
2025-11-17 4:32 UTC (6+ messages)
` [PATCH v23 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML
` [PATCH v23 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties
` [PATCH v23 3/4] i2c: ast2600: Add controller driver for new register layout
` [PATCH v23 4/4] i2c: ast2600: Add target mode support
[PATCH] i2c: core: prevent use-after-free in i2c_get_adapter by removing adapter from IDR earlier
2025-11-17 3:41 UTC
[PATCH v2] i2c: spacemit: fix detect issue
2025-11-14 13:32 UTC (5+ 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