linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-23 01:16:11 to 2025-10-02 08:13:28 UTC [more...]

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02  8:12 UTC  (12+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out

[PATCH v2] i2c: fix reference leak in MP2 PCI device
 2025-10-02  0:04 UTC  (5+ messages)

[PATCH v8 0/9] i2c: fix, rework and extend RTL9300 I2C driver
 2025-10-01 23:27 UTC  (11+ messages)
` [PATCH v8 1/9] i2c: rtl9300: use regmap fields and API for registers
` [PATCH v8 2/9] dt-bindings: i2c: realtek,rtl9301-i2c: fix wording and typos
` [PATCH v8 3/9] i2c: rtl9300: rename internal sda_pin to sda_num
` [PATCH v8 4/9] i2c: rtl9300: move setting SCL frequency to config_io
` [PATCH v8 5/9] i2c: rtl9300: do not set read mode on every transfer
` [PATCH v8 6/9] i2c: rtl9300: separate xfer configuration and execution
` [PATCH v8 7/9] i2c: rtl9300: use scoped guard instead of explicit lock/unlock
` [PATCH v8 8/9] dt-bindings: i2c: realtek,rtl9301-i2c: extend for RTL9310 support
` [PATCH v8 9/9] i2c: rtl9300: add support for RTL9310 I2C controller

[PULL REQUEST] i2c-for-6.18-rc1
 2025-10-01 23:00 UTC  (2+ messages)

[PATCH 1/2] i2c: usbio: Add ACPI device-id for MTL-CVF devices
 2025-10-01 22:09 UTC  (3+ messages)

[PATCH 0/2] Add I2C support for Tegra410
 2025-10-01 15:36 UTC  (3+ messages)
` [PATCH 1/2] i2c: tegra: Add logic to support different register offsets
` [PATCH 2/2] i2c: tegra: Add support for Tegra410

[PATCH v8 0/2] i2c: i2c-qcom-geni: Add Block event interrupt support
 2025-10-01 10:26 UTC  (7+ messages)
` [PATCH v8 1/2] dmaengine: qcom: gpi: Add GPI "
` [PATCH v8 2/2] i2c: i2c-qcom-geni: Add "

[PATCH v9 0/4] Add I2C support for Tegra264
 2025-10-01  6:47 UTC  (5+ messages)
` [PATCH v9 1/4] i2c: tegra: Do not configure DMA if not supported
` [PATCH v9 2/4] i2c: tegra: Add HS mode support
` [PATCH v9 3/4] i2c: tegra: Add support for SW mutex register
` [PATCH v9 4/4] i2c: tegra: Add Tegra264 support

[PATCH V3 0/3] Introduce a generic register settings dt-binding
 2025-09-30 15:01 UTC  (4+ messages)
` [PATCH V3 1/3] dt-binding: Add register-settings binding

[PATCH v3] i2c: spacemit: introduce pio for k1
 2025-09-30  1:27 UTC  (3+ messages)

[PATCH] i2c: mt65xx: convert set_speed function to void
 2025-09-29 10:19 UTC  (2+ messages)

[PATCH v3] i2c: spacemit: configure ILCR for accurate SCL frequency
 2025-09-29  1:45 UTC  (3+ messages)

[PULL REQUEST] i2c-for-6.17-rc8
 2025-09-28 21:11 UTC  (2+ messages)

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

[PATCH v2] i2c: spacemit: configure ILCR for accurate SCL frequency
 2025-09-28 11:13 UTC  (3+ messages)

[PATCH] i2c: fix reference leak in MP2 PCI device
 2025-09-28  5:34 UTC  (5+ messages)

[PATCH] i2c: i801: Add support for Intel Wildcat Lake-U
 2025-09-27 22:46 UTC  (2+ messages)

[PATCH 0/3] Add MT8196 compatibles to bindings
 2025-09-27 22:42 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: i2c: i2c-mt65xx: Add MediaTek MT8196/6991 compatibles

[PATCH i2c-host v6] i2c: rtl9300: Implement I2C block read and write
 2025-09-27 22:33 UTC  (7+ messages)

[i2c-host PATCH i2c-host-fixes v7 0/2] i2c: rtl9300: Implement I2C block read and write
 2025-09-27 22:28 UTC  (4+ messages)
` [PATCH i2c-host-fixes i2c-host v7 1/2] i2c: rtl9300: Drop unsupported I2C_FUNC_SMBUS_BLOCK_DATA
` [PATCH i2c-host v7 2/2] i2c: rtl9300: Implement I2C block read and write

[PATCH] MAINTAINERS: Add me as maintainer of Synopsys DesignWare I2C driver
 2025-09-27 22:16 UTC  (3+ messages)

[PATCH] MAINTAINERS: delete email for Tharun Kumar P
 2025-09-27 22:16 UTC  (2+ messages)

[GIT PULL] i2c-host for v6.18
 2025-09-27 22:14 UTC  (2+ messages)

[PATCH v5 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-09-27 18:20 UTC  (7+ messages)
` [PATCH v5 2/3] rust: i2c: add manual I2C device creation abstractions
` [PATCH v5 3/3] samples: rust: add Rust I2C sample driver

[PATCH] i2c : algos : i2c-algo-pcf.c : fixed errors shown by checkpatch
 2025-09-27  4:14 UTC  (19+ messages)
` [PATCH v4 0/3] i2c: pcf8584: Fix errors reported by checkpatch.pl
  ` [PATCH v4 1/3] i2c: pcf8584: Fix debug macros defines of if statements
      ` [PATCH v5 0/3] i2c: pcf8584: Fix errors reported by checkpatch
        ` [PATCH v5 1/3] i2c: pcf8584: Remove debug macros from i2c-algo-pcf.c
            ` [PATCH v6 0/3] i2c: pcf8584: Fix errors and warnings reported by checkpatch
              ` [PATCH v6 1/3] i2c: pcf8584: Remove debug macros from i2c-algo-pcf.c
              ` [PATCH v6 2/3] i2c: pcf8584: Fix do not use assignment inside if conditional
              ` [PATCH v6 3/3] i2c: pcf8584: Fix space(s) required before or after different operators
        ` [PATCH v5 2/3] i2c: pcf8584: Fix do not use assignment inside if conditional
        ` [PATCH v5 3/3] i2c: pcf8584: Fix space(s) required before or after different operators
  ` [PATCH v4 2/3] i2c: pcf8584: Fix do not use assignment inside if conditional
  ` [PATCH v4 3/3] i2c: pcf8584: Fix space(s) required before or after different operators

Apply Now!!!
 2025-09-26 16:36 UTC 

[PATCH v7 00/12] i2c: fix, rework and extend RTL9300 I2C driver
 2025-09-26  8:18 UTC  (7+ messages)
` [PATCH v7 04/12] i2c: rtl9300: use regmap fields and API for registers

[PATCH v2 0/2] i2c: designware: Fixes clock issues with platform driver
 2025-09-26  7:39 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: designware: Fix clock issue when PM is disabled
` [PATCH v2 2/2] i2c: designware: Add disabling clocks when probe fails

[PATCH 0/6] media: qcom: camss: Add Kaanapali support
 2025-09-25 23:30 UTC  (13+ messages)
` [PATCH 1/6] dt-bindings: i2c: qcom-cci: Document Kaanapali compatible
` [PATCH 2/6] dt-bindings: media: camss: Add qcom,kaanapali-camss binding
` [PATCH 3/6] media: qcom: camss: Add Kaanapali compatible camss driver
` [PATCH 4/6] media: qcom: camss: csiphy: Add support for v2.4.0 two-phase CSIPHY
` [PATCH 5/6] media: qcom: camss: csid: Add support for CSID 1080
` [PATCH 6/6] media: qcom: camss: vfe: Add support for VFE 1080

[PATCH] i2c: busses: Fix some spelling errors
 2025-09-25 21:46 UTC  (2+ messages)

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

[PATCH v2 0/2] Add dev_err_probe() to i2c designware platform probing
 2025-09-25 21:35 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: designware: convert to dev_err_probe() on request IRQ error
` [PATCH v2 2/2] i2c: designware: use dev_err_probe() when probing platform device

[PATCH v2] i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
 2025-09-25 21:06 UTC  (2+ messages)

[PATCH] i2c: i2c-boardinfo: Annotate code used in init phase only
 2025-09-25 20:47 UTC  (2+ messages)

[PATCH v4 0/2] device property: Add scoped fwnode child node iterators
 2025-09-25 20:43 UTC  (12+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] i2c: core: Use fwnode_for_each_child_node_scoped()

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

[PATCH] i2c: microchip: pci1xxxx: bound-check SMBus block read length
 2025-09-25 14:47 UTC 

[PATCH] MAINTAINERS: Remove myself as Synopsys DesignWare I2C maintainer
 2025-09-25 14:11 UTC  (5+ messages)

[PATCH v7 RESEND 0/2] i2c: i2c-qcom-geni: Add Block event interrupt support
 2025-09-25 12:48 UTC  (7+ messages)
` [PATCH v7 RESEND 1/2] dmaengine: qcom: gpi: Add GPI "
` [PATCH v7 RESEND 2/2] i2c: i2c-qcom-geni: Add "

[PATCH v3] i2c: cadence: Add shutdown handler
 2025-09-25 12:30 UTC  (2+ messages)

[PATCH v8] i2c: i2c-qcom-geni: Add Block event interrupt support
 2025-09-25 11:54 UTC  (3+ messages)
` [PATCH v7 RESEND 1/2] dmaengine: qcom: gpi: Add GPI "
` [PATCH v7 RESEND 2/2] i2c: i2c-qcom-geni: Add "

[PATCH] i2c: i2c-dev: Fixed warnings generated by checkpatch tool
 2025-09-25 10:46 UTC  (3+ messages)
` [PATCH v2] i2c: i2c-dev: Fixed warnings generated by checkpatch

[PATCH] i2c : i2c-algo-pcf : fixed errors and warnings in header file
 2025-09-25 10:42 UTC  (2+ messages)

[PATCH v2] dt-bindings: i2c: i2c-mt65xx: Document MediaTek MT6878 I2C
 2025-09-25  0:07 UTC  (2+ messages)

[PATCH 1/5] usb: misc: ljca: Remove Wentong's e-mail address
 2025-09-24  7:51 UTC  (6+ messages)
` (subset) "

[PATCH v5 00/10] arm64: dts: qcom: lemans-evk: Extend board support for additional peripherals
 2025-09-24  7:30 UTC  (5+ messages)
` [PATCH v5 05/10] arm64: dts: qcom: lemans-evk: Enable PCIe support

[PATCH v18 0/3] Add ASPEED AST2600 I2C controller driver
 2025-09-24  5:31 UTC  (7+ messages)
` [PATCH v18 1/3] dt-bindings: i2c: aspeed,i2c.yaml: add transfer-mode and global-regs properties and update example

[PATCH RFC 0/7] I2C Mux per channel bus speed
 2025-09-23 20:37 UTC  (3+ messages)

[PATCH] dt-bindings: i2c: spacemit,k1-i2c: Minor whitespace cleanup in example
 2025-09-23 19:53 UTC  (2+ messages)

[PATCH v1] dt-bindings: i2c: exynos5: add samsung,exynos8890-hsi2c compatible
 2025-09-23 19:48 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: spacemit: extend and validate all properties
 2025-09-23 19:17 UTC  (2+ messages)

[PATCH] i2c: riic: Allow setting frequencies lower than 50KHz
 2025-09-23 19:14 UTC  (2+ messages)

[GIT PULL] at24 updates for v6.18-rc1
 2025-09-23 19:08 UTC  (2+ messages)

[PATCH] HID: ft260: Use sysfs_emit to write formatted data to user buffer in sysfs show function
 2025-09-23 14:58 UTC  (3+ messages)

[PATCH 0/6] i2c: spacemit: fix and introduce pio
 2025-09-23  1:24 UTC  (7+ messages)
` [PATCH 6/6] i2c: spacemit: introduce pio for k1


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