linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-12 20:47:46 to 2025-04-18 21:53:50 UTC [more...]

[PATCH 00/10] Few improvements on the Broadcom iProc
 2025-04-18 21:16 UTC  (5+ messages)
` [PATCH 02/10] i2c: iproc: Use dev_err_probe in probe
` [PATCH 07/10] i2c: iproc: Fix indentation of bcm_iproc_i2c_slave_init()
` [PATCH 08/10] i2c: iproc: Move function and avoid prototypes
` [PATCH 09/10] i2c: iproc: When there's an error treat it as an error

[GIT PULL] i2c-host-fixes for v6.15-rc3
 2025-04-18 21:45 UTC  (2+ messages)

[PATCH v9 0/9] misc: Support TI FPC202 dual-port controller
 2025-04-18 21:38 UTC  (6+ messages)
` [PATCH v9 9/9] misc: add FPC202 dual port controller driver

[PATCH 00/16] lan966x pci device: Add support for SFPs
 2025-04-18 13:10 UTC  (18+ messages)
` [PATCH 11/16] of: property: Allow fw_devlink device-tree support for x86
` [PATCH 15/16] misc: lan966x_pci: Add dtso nodes in order to support SFPs

[PATCH 00/13] ARM: vt8500: DT bindings and dts updates
 2025-04-18 12:38 UTC  (32+ messages)
` [PATCH 01/13] dt-bindings: i2c: i2c-wmt: Convert to YAML
` [PATCH 02/13] dt-bindings: interrupt-controller: via,vt8500-intc: "
` [PATCH 03/13] dt-bindings: mmc: vt8500-sdmmc: "
` [PATCH 04/13] dt-bindings: net: via-rhine: "
` [PATCH 05/13] dt-bindings: pwm: vt8500-pwm: "
` [PATCH 06/13] dt-bindings: timer: via,vt8500-timer: "
` [PATCH 07/13] dt-bindings: arm: vt8500: Add VIA APC Rock/Paper boards
` [PATCH 08/13] ARM: dts: vt8500: Add node address and reg in CPU nodes
` [PATCH 09/13] ARM: dts: vt8500: Move memory nodes to board dts and fix addr/size
` [PATCH 10/13] ARM: dts: vt8500: Use generic compatibles for EHCI
` [PATCH 11/13] ARM: dts: vt8500: Use generic node name for the SD/MMC controller
` [PATCH 12/13] ARM: dts: vt8500: Add VIA APC Rock/Paper board
` [PATCH 13/13] ARM: dts: vt8500: Add L2 cache controller on WM8850/WM8950

[PATCH] i2c: omap: fix deprecated of_property_read_bool() use
 2025-04-18  9:57 UTC  (5+ messages)

[PATCH v8] i2c: riic: Implement bus recovery
 2025-04-18  8:53 UTC  (6+ messages)

[PATCH v4 0/5] AMD Zen debugging documentation
 2025-04-17 22:21 UTC  (12+ messages)
` [PATCH v4 1/5] Documentation: Add AMD Zen debugging document
` [PATCH v4 2/5] i2c: piix4: Depends on X86
` [PATCH v4 3/5] i2c: piix4: Move SB800_PIIX4_FCH_PM_ADDR definition to amd/fch.h
` [PATCH v4 4/5] platform/x86/amd: pmc: use FCH_PM_BASE definition
` [PATCH v4 5/5] x86/CPU/AMD: Print the reason for the last reset

[PATCH v2 0/3] Support I2C controllers in RK3528
 2025-04-17 19:10 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: i2c-rk3x: Add compatible string for RK3528
` [PATCH v2 2/3] arm64: dts: rockchip: Add I2C controllers "
` [PATCH v2 3/3] arm64: dts: rockchip: Add onboard EEPROM for Radxa E20C

[PATCH v3] i2c: npcm: Add clock toggle recovery
 2025-04-17 16:11 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v14 0/1] i2c: octeon: add block-mode r/w
 2025-04-17 16:08 UTC  (4+ messages)
` [PATCH v14 1/1] i2c: octeon: add block-mode i2c operations

[PATCH 0/2] i2c: Introduce I2C bus extensions
 2025-04-17 15:38 UTC  (5+ messages)
` [PATCH 2/2] schemas: "

[PATCH v2 0/6] Apple/PASemi i2c error recovery fixes
 2025-04-17 13:16 UTC  (16+ messages)
` [PATCH v2 1/6] i2c: pasemi: Use correct bits.h include
` [PATCH v2 2/6] i2c: pasemi: Sort includes alphabetically
` [PATCH v2 3/6] i2c: pasemi: Improve timeout handling
` [PATCH v2 4/6] i2c: pasemi: Improve error recovery
` [PATCH v2 5/6] i2c: pasemi: Enable the unjam machine
` [PATCH v2 6/6] i2c: pasemi: Log bus reset causes

[PATCH v1 1/1] i2c: designware: Use better constants from units.h
 2025-04-17 12:01 UTC  (4+ messages)

[PATCH 1/2] i2c: ismt: Use non-hybrid PCI devres API
 2025-04-17  8:25 UTC  (2+ messages)
` [PATCH 2/2] i2c: thunderx: "

[PATCH] i2c: Fix reference leak in of_i2c_register_devices
 2025-04-16 22:11 UTC  (3+ messages)

[PATCH 00/10] i2c: Replace dev_err() with dev_err_probe()
 2025-04-16 21:49 UTC  (16+ messages)
` [PATCH 01/10] i2c: uniphier(-f): Replace dev_err() with dev_err_probe() in probe function
` [PATCH 02/10] i2c: uniphier: "
` [PATCH 03/10] i2c: via: "
` [PATCH 04/10] i2c: viai2c-wmt: "
` [PATCH 05/10] i2c: viapro: "
` [PATCH 06/10] i2c: viperboard: "
` [PATCH 07/10] i2c: virtio: "
` [PATCH 08/10] i2c: xgene-slimpro: "
` [PATCH 09/10] i2c: i2c-xiic: "
` [PATCH 10/10] i2c: scx200_acb: "

[PATCH v5 0/7] i2c: core: Move client towards fwnode
 2025-04-16 17:48 UTC  (10+ messages)
` [PATCH v5 1/7] i2c: core: Drop duplicate check before calling OF APIs
` [PATCH v5 2/7] i2c: core: Unify the firmware node type check
` [PATCH v5 3/7] i2c: core: Switch to fwnode APIs to get IRQ
` [PATCH v5 4/7] i2c: core: Reuse fwnode variable where it makes sense
` [PATCH v5 5/7] i2c: core: Do not dereference fwnode in struct device
` [PATCH v5 6/7] i2c: core: Deprecate of_node in struct i2c_board_info
` [PATCH v5 7/7] media: i2c: ds90ub960: Remove of_node assignment

[PATCH v4 0/7] i2c: core: Move client towards fwnode
 2025-04-16 15:29 UTC  (22+ messages)
` [PATCH v4 1/7] i2c: core: Drop duplicate check before calling OF APIs
` [PATCH v4 2/7] i2c: core: Unify the firmware node type check
` [PATCH v4 3/7] i2c: core: Switch to fwnode APIs to get IRQ
` [PATCH v4 4/7] i2c: core: Reuse fwnode variable where it makes sense
` [PATCH v4 5/7] i2c: core: Do not dereference fwnode in struct device
` [PATCH v4 6/7] i2c: core: Deprecate of_node in struct i2c_board_info
` [PATCH v4 7/7] media: i2c: ds90ub960: Remove of_node assignment

[PATCH v2 0/9] Add support for I2C bus recovery for riic driver
 2025-04-16 13:04 UTC  (8+ messages)
` [PATCH v2 9/9] i2c: riic: Implement bus recovery

[PATCH] dt-bindings: i2c: i2c-mt65xx: Add MediaTek Dimensity 1200 MT6893
 2025-04-16 12:03 UTC 

Hitting WARN_ON_ONCE in i2c-designware-common.c
 2025-04-16  6:37 UTC  (7+ messages)

[PATCH v1 1/1] i2c: atr: Remove (explicitly) unused header
 2025-04-15 20:16 UTC  (2+ messages)

[1/1] i2c: designware: Ensure runtime suspend is invoked during rapid slave unregistration and registration
 2025-04-15 13:57 UTC  (2+ messages)

[PATCH] i2c: mux: ltc4306: use new GPIO line value setter callbacks
 2025-04-15  8:34 UTC  (2+ messages)

[v2,1/1] i2c: designware: Add SMBus Quick Command support
 2025-04-14 14:16 UTC  (6+ messages)

[PATCH] i2c: xgene-slimpro: Simplify PCC shared memory region handling
 2025-04-14  8:58 UTC  (3+ messages)

[PATCH v2 00/10] riscv: sophgo: Introduce SG2044 SRD3-10 board support
 2025-04-14  7:33 UTC  (15+ messages)
` [PATCH v2 01/10] dt-bindings: i2c: dw: merge duplicate compatible entry
` [PATCH v2 02/10] dt-bindings: timer: Add Sophgo SG2044 ACLINT timer
` [PATCH v2 03/10] dt-bindings: interrupt-controller: Add Sophgo SG2044 CLINT mswi
` [PATCH v2 04/10] dt-bindings: interrupt-controller: Add Sophgo SG2044 PLIC
` [PATCH v2 05/10] dt-bindings: reset: sophgo: Add SG2044 bindings
` [PATCH v2 06/10] dt-bindings: hwmon: Add Sophgo SG2044 external hardware monitor support
` [PATCH v2 07/10] dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo SG2044 support
` [PATCH v2 08/10] dt-bindings: i2c: dw: Add Sophgo SG2044 SoC I2C controller
` [PATCH v2 09/10] dt-bindings: riscv: sophgo: Add SG2044 compatible string
` [PATCH v2 10/10] riscv: dts: sophgo: Add initial device tree of Sophgo SRD3-10

[PATCH] i2c: rzv2m: Constify struct i2c_algorithm
 2025-04-13 22:55 UTC  (2+ messages)

[PATCH v2 1/1] i2c: imx: add some dev_err_probe calls
 2025-04-13 22:48 UTC  (2+ messages)

[PATCH] i2c: lpc2k: Add check for clk_enable()
 2025-04-13 22:15 UTC  (2+ messages)

[PATCH v2] i2c: npcm7xx: Remove redundant ret variable
 2025-04-13 20:48 UTC  (2+ messages)

[PATCH v1 1/1] i2c: qcom-geni: Use generic definitions for bus frequencies
 2025-04-13 20:41 UTC  (2+ messages)

[PATCH] i2c: cros-ec-tunnel: defer probe if parent EC is not present
 2025-04-13 20:01 UTC  (2+ messages)

[PATCH v3 0/4] AMD Zen debugging documentation
 2025-04-13 19:32 UTC  (15+ messages)
` [PATCH v3 2/4] i2c: piix4: Move SB800_PIIX4_FCH_PM_ADDR definition to amd_node.h


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