public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-04 10:56:52 to 2025-12-16 17:32:58 UTC [more...]

[PATCH v2 01/19] include: dt-bindings: add LAN969x clock bindings
 2025-12-16 17:32 UTC  (33+ messages)
` [PATCH v2 02/19] dt-bindings: usb: Add Microchip LAN969x support
` [PATCH v2 03/19] dt-bindings: arm: AT91: relicense to dual GPL-2.0/BSD-2-Clause
` [PATCH v2 04/19] dt-bindings: arm: move AT91 to generic Microchip binding
` [PATCH v2 05/19] dt-bindings: arm: microchip: move SparX-5 "
` [PATCH v2 06/19] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom
` [PATCH v2 07/19] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart
` [PATCH v2 08/19] dt-bindings: spi: at91: add microchip,lan9691-spi
` [PATCH v2 09/19] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c
` [PATCH v2 10/19] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng
` [PATCH v2 11/19] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes
` [PATCH v2 12/19] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha
` [PATCH v2 13/19] dt-bindings: dma: atmel: add microchip,lan9691-dma
` [PATCH v2 14/19] dt-bindings: net: mscc-miim: add microchip,lan9691-miim
` [PATCH v2 15/19] dt-bindings: hwmon: sparx5: add microchip,lan9691-temp
` [PATCH v2 16/19] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x
` [PATCH v2 17/19] arm64: dts: microchip: add LAN969x support
` [PATCH v2 18/19] dt-bindings: arm: microchip: document EV23X71A board
` [PATCH v2 19/19] arm64: dts: microchip: add "

[PATCH v2 0/2] dmaengine: Add cleanup to simple code
 2025-12-16 15:01 UTC  (10+ 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 0/4] Preparations for camera support on Fairphone 4
 2025-12-16 13:51 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A
` [PATCH 2/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera EEPROMs
` [PATCH 3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators
` [PATCH 4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI pull-up

[PATCH v1 0/6] i2c: designware: Enable mode swapping
 2025-12-16 13:14 UTC  (7+ messages)
` [PATCH v1 1/6] i2c: designware: Remove useless driver specific option for I2C target
` [PATCH v1 2/6] i2c: designware: Remove unnecessary function exports
` [PATCH v1 3/6] i2c: designware: Combine some of the common functions
` [PATCH v1 4/6] i2c: designware: Combine the init functions
` [PATCH v1 5/6] i2c: designware: Enable mode swapping
` [PATCH v1 6/6] i2c: designware: Remove an unnecessary condition

[PATCH 0/2] i2c: Add Loongson-2K0300 I2C controller support
 2025-12-16  8:31 UTC  (2+ messages)

[PATCH 2/3] i2c: k1: add reset support
 2025-12-16  5:21 UTC  (3+ messages)

i2c-host for v6.19, part 2
 2025-12-15 23:52 UTC  (3+ messages)

[PATCH] dt-bindings: i2c: brcm,iproc-i2c: Allow 2 reg entries for brcm,iproc-nic-i2c
 2025-12-15 21:37 UTC  (2+ messages)

[RFC][i2c-tools] Accept device-node path as alternative to bus number
 2025-12-15 13:58 UTC  (3+ messages)

[PATCH 0/5] i2c: st: add power-domains on stm32mp2x and enable i2c-analog-filter
 2025-12-15 12:19 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: i2c: st,stm32-i2c: add 'power-domains' property
` [PATCH 2/5] arm64: dts: st: add power-domains in all i2c of stm32mp251.dtsi
` [PATCH 3/5] arm64: dts: st: add power-domains in all i2c of stm32mp231.dtsi
` [PATCH 4/5] arm64: dts: st: enable i2c analog-filter in stm32mp251.dtsi
` [PATCH 5/5] arm64: dts: st: enable i2c analog-filter in stm32mp231.dtsi

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-15  9:06 UTC  (48+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH v4] i2c: spacemit: introduce pio for k1
 2025-12-15  5:59 UTC  (6+ messages)

[PATCH 0/8] Add support for Advantech EIO MFD series devices
 2025-12-14  0:54 UTC  (15+ messages)
` [PATCH 1/8] Add Advantech EIO MFD driver
` [PATCH 2/8] Add Advantech EIO GPIO driver
` [PATCH 3/8] Add Advantech EIO Hardware Monitor driver
` [PATCH 4/8] Add Advantech EIO I2C driver
` [PATCH 5/8] Add Advantech EIO Backlight driver
` [PATCH 6/8] Add Advantech EIO Watchdog driver
` [PATCH 7/8] Add Advantech EIO Thermal driver
` [PATCH 8/8] Add Advantech EIO Fan driver

[PATCH] i2c: riic: Move suspend handling to NOIRQ phase
 2025-12-12 11:58 UTC 

[PATCH v4] i2c: designware: Replace magic numbers with named constants
 2025-12-12  6:11 UTC  (2+ messages)

[PATCH] eeprom: at24: use dev_err_probe() consistently
 2025-12-12  3:26 UTC 

[PATCH AUTOSEL 6.18-6.6] i2c: designware: Disable SMBus interrupts to prevent storms from mis-configured firmware
 2025-12-12  2:08 UTC 

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-12-11 15:19 UTC  (22+ messages)
` [PATCH v4 01/29] Revert "treewide: Fix probing of devices in DT overlays"

[PATCH v2] i2c: amd-mp2: clean up amd_mp2_find_device()
 2025-12-11 11:43 UTC  (2+ messages)

[PATCH] i2c: omap: fix incorrect SCLH timing calculation
 2025-12-10 20:50 UTC  (3+ messages)

[PATCH v3 0/6] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
 2025-12-10 17:38 UTC  (7+ messages)
` [PATCH v3 1/6] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v3 2/6] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v3 3/6] phy: can-transceiver: drop temporary helper getting optional mux-state
` [PATCH v3 4/6] i2c: omap: switch to new generic helper for getting selected mux-state
` [PATCH v3 5/6] dt-bindings: mmc: renesas,sdhi: Add mux-states property
` [PATCH v3 6/6] mmc: host: renesas_sdhi_core: support selecting an optional mux

[PATCH v4 1/4] i2c: machxo2: new driver
 2025-12-10 13:52 UTC  (4+ messages)
` [PATCH v4 2/4] mfd: tqmx86: refactor I2C setup
` [PATCH v4 3/4] mfd: tqmx86: add detection for secondary I2C controller
` [PATCH v4 4/4] mfd: tqmx86: add detection for MachXO2 "

[PATCH v2 1/2] i2c: ocores: increase poll timeout to total transfer timeout
 2025-12-10  8:51 UTC  (4+ messages)

[PULL REQUEST] i2c-for-6.19-rc1
 2025-12-09 22:50 UTC  (2+ messages)

[PATCH v2 00/13] fsi: Convert to bus probe mechanism
 2025-12-09 11:40 UTC  (3+ messages)
` [PATCH v2 04/13] i2c: fsi: Drop assigning fsi bus
` [PATCH v2 12/13] i2c: fsi: Convert to fsi bus probe mechanism

[PATCH] i2c: piix4: Add support for I2C block data transactions
 2025-12-09  3:30 UTC 

[PATCH v3 0/4] fix the SpacemiT P1 Kconfig and resend the K1 I2C ILCR patch
 2025-12-08 22:10 UTC  (3+ messages)
` [PATCH v3 2/4] rtc: spacemit: MFD_SPACEMIT_P1 as dependencies
  ` (subset) "

[PATCH v2 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3
 2025-12-08 11:34 UTC  (5+ messages)
` [PATCH v2 2/7] i2c: qcom-cci: Add msm8953 compatible

[GIT PULL v2] i2c-host for v6.19
 2025-12-08 11:05 UTC  (2+ messages)

[REGRESSION][BISECTED] Dell Precision 7780 wakes up on its own from suspend
 2025-12-07 22:35 UTC  (11+ messages)

i2c-host for v6.18
 2025-12-07 13:41 UTC  (4+ messages)

[PATCH 00/12] fsi: Convert to bus probe mechanism
 2025-12-05 15:30 UTC  (5+ messages)
` [PATCH 04/12] i2c: fsi: Drop assigning fsi bus

[PATCH v3] i2c: designware: Replace magic numbers with named constants
 2025-12-04 18:54 UTC  (2+ messages)

[PATCH] i2c: designware: Replace magic numbers with named constants
 2025-12-04 14:40 UTC  (6+ messages)
` [PATCH v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox