linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-13 17:47:41 to 2025-08-28 14:02:33 UTC [more...]

[PATCH 00/37] arm64: Add initial device trees for Apple M2 Pro/Max/Ultra devices
 2025-08-28 14:01 UTC  (19+ messages)
` [PATCH 01/37] dt-bindings: arm: apple: Add t6020x compatibles
` [PATCH 02/37] dt-bindings: arm: apple: apple,pmgr: Add t6020-pmgr compatible
` [PATCH 03/37] pmdomain: apple: Add "apple,t8103-pmgr-pwrstate"
` [PATCH 04/37] dt-bindings: power: apple,pmgr-pwrstate: Add t6020 compatible
` [PATCH 05/37] dt-bindings: cpufreq: apple,cluster-cpufreq: "
` [PATCH 06/37] dt-bindings: interrupt-controller: apple,aic2: Add apple,t6020-aic compatible
` [PATCH 07/37] dt-bindings: iommu: dart: Add apple,t6020-dart compatible
` [PATCH 08/37] pinctrl: apple: Add "apple,t8103-pinctrl" as compatible
` [PATCH 09/37] dt-bindings: pinctrl: apple,pinctrl: Add apple,t6020-pinctrl compatible
` [PATCH 10/37] dt-bindings: i2c: apple,i2c: Add apple,t6020-i2c compatible
` [PATCH 11/37] dt-bindings: mailbox: apple,mailbox: Add t6020 compatible
` [PATCH 12/37] dt-bindings: gpu: apple,agx: Add agx-{g14s,g14c,g14d} compatibles
` [PATCH 13/37] dt-bindings: iommu: apple,sart: Add apple,t6020-sart compatible
` [PATCH 14/37] nvme-apple: Add "apple,t8103-nvme-ans2" as compatible
` [PATCH 15/37] dt-bindings: nvme: apple: Add apple,t6020-nvme-ans2 compatible
` [PATCH 16/37] dt-bindings: net: bcm4377-bluetooth: Add BCM4388 compatible
` [PATCH 17/37] dt-bindings: net: bcm4329-fmac: Add BCM4388 PCI compatible
` [PATCH 18/37] mfd: macsmc: Add "apple,t8103-smc" compatible

[PATCH v6 0/5] Add I2C support for Tegra264
 2025-08-28  5:59 UTC  (6+ messages)
` [PATCH v6 1/5] dt-bindings: i2c: nvidia,tegra20-i2c: Document Tegra264 I2C
` [PATCH v6 2/5] i2c: tegra: Do not configure DMA if not supported
` [PATCH v6 3/5] i2c: tegra: Add HS mode support
` [PATCH v6 4/5] i2c: tegra: Add support for SW mutex register
` [PATCH v6 5/5] i2c: tegra: Add Tegra264 support

[PATCH v4 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-08-27 19:38 UTC  (7+ messages)
` [PATCH v4 1/3] rust: i2c: add basic I2C device and "
` [PATCH v4 2/3] rust: i2c: add manual I2C device creation abstractions
` [PATCH v4 3/3] samples: rust: add Rust I2C sample driver

[PATCH v3 0/2] i2c: pxa: fix I2C communication on Armada 3700
 2025-08-27 17:13 UTC  (3+ messages)
` [PATCH v3 1/2] i2c: pxa: defer reset on Armada 3700 when recovery is used
` [PATCH v3 2/2] i2c: pxa: handle 'Early Bus Busy' condition on Armada 3700

[PATCH] i2c: core: Drop dev_pm_domain_detach() call
 2025-08-27 11:35 UTC  (2+ messages)

[PATCH] i2c: busses: Fix some spelling errors
 2025-08-27  9:43 UTC 

[PATCH 0/6] i2c: spacemit: fix and introduce pio
 2025-08-27  9:32 UTC  (8+ messages)
` [PATCH 1/6] i2c: spacemit: ensure bus release check runs when wait_bus_idle() fails
` [PATCH 2/6] i2c: spacemit: remove stop function to avoid bus error
` [PATCH 3/6] i2c: spacemit: disable SDA glitch fix to avoid restart delay
` [PATCH 4/6] i2c: spacemit: check SDA instead of SCL after bus reset
` [PATCH 5/6] i2c: spacemit: ensure SDA is released "
` [PATCH 6/6] i2c: spacemit: introduce pio for k1

[PATCH] MAINTAINERS: Update email address for Qualcomm's I2C GENI maintainers
 2025-08-26 18:57 UTC 

[PATCH v3 0/1] i2c: Introduce I2C bus extensions
 2025-08-26 14:03 UTC  (6+ messages)
` [PATCH v3 1/1] schemas: "

[PATCH v5 0/5] Add I2C support for Tegra264
 2025-08-26  8:32 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: i2c: nvidia,tegra20-i2c: Document Tegra264 I2C
` [PATCH v5 2/5] i2c: tegra: Do not configure DMA if not supported
` [PATCH v5 3/5] i2c: tegra: Add HS mode support
` [PATCH v5 4/5] i2c: tegra: Add support for SW mutex register
` [PATCH v5 5/5] i2c: tegra: Add Tegra264 support

[PATCH RESEND v1 i2c-master] i2c: mchp-pci1xxxx: PCIe Hot reset disable support for Rev C0+ devices
 2025-08-26  3:40 UTC  (2+ messages)
` [PATCH RESEND v1 i2c-master] i2c: mchp-pci1xxxx: Update minimum bus idle time

[PATCH 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3
 2025-08-25 19:51 UTC  (13+ messages)
` [PATCH 1/7] dt-bindings: i2c: qcom-cci: Document msm8953 compatible
` [PATCH 2/7] i2c: qcom-cci: Add "
` [PATCH 3/7] dt-bindings: eeprom: at24: Add compatible for Belling BL24S64

[PATCH v6 00/12] i2c: fix, rework and extend RTL9300 I2C driver
 2025-08-25 19:33 UTC  (17+ messages)
` [PATCH v6 01/12] i2c: rtl9300: fix channel number bound check
` [PATCH v6 02/12] i2c: rtl9300: ensure data length is within supported range
` [PATCH v6 03/12] i2c: rtl9300: remove broken SMBus Quick operation support
` [PATCH v6 04/12] i2c: rtl9300: use regmap fields and API for registers
` [PATCH v6 05/12] dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
` [PATCH v6 06/12] i2c: rtl9300: rename internal sda_pin to sda_num
` [PATCH v6 07/12] i2c: rtl9300: move setting SCL frequency to config_io
` [PATCH v6 08/12] i2c: rtl9300: do not set read mode on every transfer
` [PATCH v6 09/12] i2c: rtl9300: separate xfer configuration and execution
` [PATCH v6 10/12] i2c: rtl9300: use scoped guard instead of explicit lock/unlock
` [PATCH v6 11/12] dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support
` [PATCH v6 12/12] i2c: rtl9300: add support for RTL9310 I2C controller
` AW: [PATCH v6 00/12] i2c: fix, rework and extend RTL9300 I2C driver

[REGRESSION][BISECTED] Dell Precision 7780 wakes up on its own from suspend
 2025-08-25 15:36 UTC  (8+ messages)

[PATCH RESEND v14 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-08-25  9:24 UTC  (8+ messages)
` [PATCH RESEND v14 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH RESEND v14 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH RESEND v14 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH RESEND v14 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH RESEND v14 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH RESEND v14 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH RESEND v14 7/7] rtc: Add Nuvoton NCT6694 RTC support

[PATCH v9 0/9] arm64: lan969x: Add support for Microchip LAN969x SoC
 2025-08-25  6:27 UTC  (19+ messages)
` [PATCH v9 1/9] arm64: Add config for Microchip SoC platforms
` [PATCH v9 2/9] ARM: at91: select ARCH_MICROCHIP
` [PATCH v9 3/9] arm64: lan969x: Add support for Microchip LAN969x SoC
` [PATCH v9 4/9] mfd: at91-usart: Make it selectable for ARCH_MICROCHIP
` [PATCH v9 5/9] tty: serial: atmel: make "
` [PATCH v9 6/9] spi: "
` [PATCH v9 7/9] i2c: at91: "
` [PATCH v9 8/9] char: hw_random: atmel: "
` [PATCH v9 9/9] crypto: atmel-aes: "

[PATCH] i2c: i2c-mux: Simplify boolean assignment in i2c_mux_alloc
 2025-08-25  3:14 UTC  (3+ messages)
  ` [PATCH v2] "

[PULL REQUEST] i2c-for-6.17-rc3
 2025-08-24 14:34 UTC  (2+ messages)

[GIT PULL] i2c-host-fixes for v6.17-rc3
 2025-08-23  6:07 UTC  (2+ messages)

[PATCH v6 0/6] Add support to load QUP SE firmware from
 2025-08-23  3:11 UTC  (8+ messages)
` [PATCH v6 1/6] dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus
` [PATCH v6 2/6] soc: qcom: geni-se: Cleanup register defines and update copyright
` [PATCH v6 3/6] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
` [PATCH v6 4/6] i2c: qcom-geni: Load i2c qup Firmware from linux side
` [PATCH v6 5/6] spi: geni-qcom: Load spi "
` [PATCH v6 6/6] serial: qcom-geni: Load UART "

[PATCH 0/2] i2c: designware: Implement atomic transfer suppot
 2025-08-22 23:51 UTC  (13+ messages)
` [PATCH 1/2] i2c: designware: Avoid taking clk_prepare mutex in PM callbacks
` [PATCH 2/2] i2c: designware: Implement atomic transfer suppot

[PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example
 2025-08-22 19:29 UTC  (3+ messages)

[PATCH v5 0/5] Add support to load QUP SE firmware from
 2025-08-22  7:43 UTC  (4+ messages)
` [PATCH v5 2/5] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem

[PATCH RESEND v3] i2c: spacemit: configure ILCR for accurate SCL frequency
 2025-08-21  9:36 UTC 

[PATCH v2 0/3] Add CCI and imx577 sensor support for lemans evk
 2025-08-20 20:31 UTC  (10+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: qcom-cci: Document sa8775p compatible
` [PATCH v2 2/3] arm64: dts: qcom: sa8775p: Add CCI definitions
` [PATCH v2 3/3] arm64: dts: qcom: lemans-evk-camera: Add DT overlay

Fw: [BUG] hid-mcp2221: I2C timeouts cause permanent bus lockup
 2025-08-20 14:47 UTC  (2+ messages)
  `  "

[PATCH] i2c: nvidia-gpu: remove the use of dev_err_probe()
 2025-08-20 13:17 UTC 

[PATCH] i2c: amd-asf: Remove the use of dev_err_probe()
 2025-08-20 13:16 UTC 

[PATCH v2 0/2] i2c: designware: Fixes clock issues with platform driver
 2025-08-20 10:07 UTC  (4+ messages)
` [PATCH v2 1/2] i2c: designware: Fix clock issue when PM is disabled

[PATCH v18 0/3] Add ASPEED AST2600 I2C controller driver
 2025-08-20  5:18 UTC  (4+ messages)
` [PATCH v18 1/3] dt-bindings: i2c: aspeed,i2c.yaml: add transfer-mode and global-regs properties and update example
` [PATCH v18 2/3] i2c: ast2600: Add controller driver for new register layout
` [PATCH v18 3/3] i2c: ast2600: Add target mode support

[PATCH v5 0/5] i2c: rtl9300: Fix multi-byte I2C operations
 2025-08-19 21:28 UTC  (4+ messages)
` [PATCH i2c-host v5 5/5] i2c: rtl9300: Implement I2C block read and write

[PATCH] i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
 2025-08-19 21:09 UTC  (3+ messages)

[PATCH] i2c: MAINTAINERS: Update i2c_hisi entry
 2025-08-19 20:00 UTC  (3+ messages)

[PATCH WIP v2] i2c: add tracepoints to aid debugging in i2c-core-base
 2025-08-19 16:09 UTC  (3+ messages)

[PATCH v5 1/1] i2c: mediatek: add runtime PM operations and bus regulator control
 2025-08-19 14:33 UTC  (6+ messages)

[PATCH v14 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-08-19 12:53 UTC  (3+ messages)

[PATCH v2 0/3] i2c: pxa: fix I2C communication on Armada 3700
 2025-08-19  8:07 UTC  (10+ messages)
` [PATCH v2 2/3] i2c: pxa: prevent calling of the generic recovery init code

[PATCH v5 00/11] i2c: rework and extend RTL9300 I2C driver
 2025-08-18 15:13 UTC  (5+ messages)
` [PATCH v5 03/11] dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
` [PATCH v5 10/11] dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support

[PATCH v4 0/5] Add I2C support for Tegra264
 2025-08-18  9:24 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: i2c: nvidia,tegra20-i2c: Document Tegra264 I2C
` [PATCH v4 2/5] i2c: tegra: Do not configure DMA if not supported
` [PATCH v4 3/5] i2c: tegra: Add HS mode support
` [PATCH v4 4/5] i2c: tegra: Add support for SW mutex register
` [PATCH v4 5/5] i2c: tegra: Add Tegra264 support

[PATCH] i2c: algo: bit: use str_plural() to simplify the code
 2025-08-18  6:37 UTC 

[PATCH RESEND 0/2] i2c: tegra: Add Tegra256 I2C controller support
 2025-08-18  4:33 UTC  (3+ messages)
` [PATCH RESEND 1/2] dt-bindings: i2c: nvidia,tegra20-i2c: Add Tegra256 I2C compatible
` [PATCH RESEND 2/2] i2c: tegra: Add Tegra256 support

[PATCH v17 0/3] Add ASPEED AST2600 I2C controller driver
 2025-08-15  7:06 UTC  (8+ messages)
` [PATCH v17 1/3] dt-bindings: i2c: aspeed,i2c.yaml: add transfer-mode and global-regs properties and update example
` [PATCH v17 2/3] i2c: ast2600: Add controller driver for new register layout
` [PATCH v17 3/3] i2c: ast2600: Add target mode support

[PATCH v3] i2c: spacemit: configure ILCR for accurate SCL frequency
 2025-08-14 12:57 UTC  (2+ messages)

[PATCH v6 2/2] i2c: i2c-qcom-geni: Add Block event interrupt support
 2025-08-14 12:44 UTC  (12+ messages)


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).