linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-27 10:19:54 to 2025-10-09 10:13:24 UTC [more...]

[RESEND PATCH 1/2] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c compatible
 2025-10-09 10:19 UTC  (3+ messages)
  ` [RESEND PATCH 2/2] arm64: dts: exynosautov920: Add DT node for all I2C ports

[PATCH v4] i2c: spacemit: introduce pio for k1
 2025-10-09  9:59 UTC 

[PATCH] i2c: designware-platdrv: handle reset control deassert error
 2025-10-09  9:39 UTC  (5+ messages)

[PATCH v2 1/2] i2c: ocores: increase poll timeout to total transfer timeout
 2025-10-09  9:19 UTC  (2+ messages)
` [PATCH v2 2/2] i2c: ocores: respect adapter timeout in IRQ mode

[PATCH v3] i2c: spacemit: introduce pio for k1
 2025-10-09  3:37 UTC  (5+ messages)

[PATCH 1/2] i2c: usbio: Add ACPI device-id for MTL-CVF devices
 2025-10-09  1:50 UTC  (13+ messages)
              `  "

[PATCH] dt-bindings: i2c: hisilicon,hix5hd2-i2c convert to DT schema
 2025-10-09  0:23 UTC  (7+ messages)
    ` [PATCH v2 0/1] "
      ` [PATCH v2 1/1] "

[PATCH RESEND 0/2] i2c: tegra: Add Tegra256 I2C controller support
 2025-10-08 10:17 UTC  (7+ messages)
` [PATCH RESEND 2/2] i2c: tegra: Add Tegra256 support

[Bug] i801 kernel NULL pointer dereference
 2025-10-08  6:28 UTC 

[PATCH 1/2] i2c: ocores: replace 1ms poll iteration timeout with total transfer timeout
 2025-10-07 14:50 UTC  (8+ messages)
` [PATCH 2/2] i2c: ocores: respect adapter timeout in IRQ mode

[PATCH 0/6] media: qcom: camss: Add Kaanapali support
 2025-10-06 20:04 UTC  (3+ messages)
` [PATCH 2/6] dt-bindings: media: camss: Add qcom,kaanapali-camss binding

[PATCH v6 0/3] rust: i2c: Add basic I2C driver abstractions
 2025-10-05 10:23 UTC  (4+ messages)
` [PATCH v6 1/3] rust: i2c: add basic I2C device and "
` [PATCH v6 2/3] rust: i2c: add manual I2C device creation abstractions
` [PATCH v6 3/3] samples: rust: add Rust I2C sample driver

[PATCH] i2c: mt65xx: convert set_speed function to void
 2025-10-04 16:46 UTC  (3+ messages)

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-04 16:39 UTC  (65+ 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 v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[GIT PULL] i2c-host for v6.18, part 2
 2025-10-04 16:30 UTC  (2+ messages)

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

[PATCH v2 0/2] dmaengine: Add cleanup to simple code
 2025-10-03 16:26 UTC  (3+ messages)
` [PATCH v2 1/2] dmaengine: Add cleanup FREE defines for dma_async_tx_descriptor
` [PATCH v2 2/2] i2c: lpi2c: Use cleanup helper for dma_async_tx_descriptor error handling

[PATCH v2 0/5] I2C Mux per channel bus speed
 2025-10-03 10:57 UTC  (8+ messages)
` [PATCH v2 1/5] i2c: core: add callback to change bus frequency
` [PATCH v2 2/5] i2c: mux: add support for per channel "
` [PATCH v2 3/5] i2c: davinci: calculate bus freq from Hz instead of kHz
` [PATCH v2 4/5] i2c: davinci: add support for setting bus frequency
` [PATCH v2 5/5] docs: i2c: i2c-topology: add section about bus speed

[PATCH 0/2] dmaengine: Add cleanup to simple code
 2025-10-02 20:51 UTC  (5+ messages)
` [PATCH 1/2] dmaengine: Add cleanup FREE defines for dma_async_tx_descriptor
` [PATCH 2/2] i2c: lpi2c: Use cleanup helper for dma_async_tx_descriptor error handling

[PATCH v2] i2c: fix reference leak in MP2 PCI device
 2025-10-02 12:45 UTC  (6+ 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 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 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: 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  (13+ messages)
` [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  (6+ messages)

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

[PATCH] MAINTAINERS: Add me as maintainer of Synopsys DesignWare I2C driver
 2025-09-27 22:16 UTC  (2+ 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


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