messages from 2025-11-09 20:26:42 to 2025-11-22 05:01:09 UTC [more...]
[PATCH v1 00/12] Enable I2C on SA8255p Qualcomm platforms
2025-11-22 5:00 UTC (6+ 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 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
lm75 on i2c-elektor.c
2025-11-21 7:24 UTC (6+ messages)
[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] "
[PATCH 00/44] Change a lot of min_t() that might mask high bits
2025-11-20 14:52 UTC (5+ 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
[GIT PULL] at24 updates for v6.19-rc1
2025-11-20 13:54 UTC
[PATCH v3 0/7] i2c: designware: Improve support of multi-messages transfer
2025-11-20 10:34 UTC (15+ 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 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 v8 0/4] rust: i2c: Add basic I2C driver abstractions
2025-11-17 21:40 UTC (9+ 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
[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 v4 00/29] lan966x pci device: Add support for SFPs
2025-11-14 17:48 UTC (8+ messages)
` [PATCH v4 05/29] dt-bindings: bus: Add simple-platform-bus
[PATCH v2] i2c: spacemit: fix detect issue
2025-11-14 13:32 UTC (5+ messages)
[PATCH 0/2] i2c: Add Loongson-2K0300 I2C controller support
2025-11-14 7:06 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: i2c: loongson,ls2x: Add ls2k0300-i2c compatible
` [PATCH 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller
[PATCH v22 0/4] Add ASPEED AST2600 I2C controller driver
2025-11-13 8:00 UTC (6+ messages)
` [PATCH v22 1/4] dt-bindings: i2c: Split AST2600 binding into a new YAML
` [PATCH v22 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties
` [PATCH v22 3/4] i2c: ast2600: Add controller driver for new register layout
` [PATCH v22 4/4] i2c: ast2600: Add target mode support
Question : I2C sensor instantiation by ACPI PRP0001, sysfs name, and "sensors" output
2025-11-12 17:51 UTC
[PATCH v2 0/4] fix the SpacemiT P1 Kconfig and resend the K1 I2C ILCR patch
2025-11-12 6:14 UTC (3+ messages)
` [PATCH v2 2/4] i2c: spacemit: configure ILCR for accurate SCL frequency
[PATCH i2c-tools] Makefile: allow installing perl scripts optionally
2025-11-11 17:28 UTC
[PATCH RESEND] i2c: designware-platdrv: handle reset control deassert error
2025-11-11 14:55 UTC (10+ messages)
` [PATCH v2 1/3] i2c: designware-platdrv: simplify reset control with devm variant
` [PATCH v2 2/3] i2c: designware-platdrv: complete reset control devm conversion
` [PATCH v3] i2c: designware-platdrv: simplify reset control and error handling
` [PATCH v4] "
` [PATCH v2 3/3] i2c: designware-platdrv: streamline "
[PATCH v11 0/4] Add I2C support for Tegra264
2025-11-11 11:24 UTC (6+ messages)
` [PATCH v11 1/4] i2c: tegra: Do not configure DMA if not supported
` [PATCH v11 2/4] i2c: tegra: Add HS mode support
` [PATCH v11 3/4] i2c: tegra: Add support for SW mutex register
` [PATCH v11 4/4] i2c: tegra: Add Tegra264 support
[PATCH v7 0/4] rust: i2c: Add basic I2C driver abstractions
2025-11-11 8:20 UTC (11+ messages)
` [PATCH v7 1/4] rust: i2c: add basic I2C device and "
` [PATCH v7 2/4] rust: i2c: add manual I2C device creation abstractions
` [PATCH v7 3/4] samples: rust: add Rust I2C sample driver
` [PATCH v7 4/4] samples: rust: add Rust I2C client registration sample
[RFC][i2c-tools] Accept device-node path as alternative to bus number
2025-11-10 16:15 UTC (2+ messages)
[PATCH v2 1/4] mfd: simple-mfd-i2c: remove select I2C_K1
2025-11-10 13:45 UTC (4+ messages)
` (subset) "
[PATCH v10 0/4] Add I2C support for Tegra264
2025-11-10 11:25 UTC (6+ messages)
` [PATCH v10 1/4] i2c: tegra: Do not configure DMA if not supported
` [PATCH v10 2/4] i2c: tegra: Add HS mode support
` [PATCH v10 3/4] i2c: tegra: Add support for SW mutex register
` [PATCH v10 4/4] i2c: tegra: Add Tegra264 support
[PATCH v3 0/5] I2C Mux per channel bus speed
2025-11-10 9:06 UTC (2+ messages)
[PATCH] i2c: allow ddr5 ram page change with active intel spd write protection
2025-11-09 20:25 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