public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-06 07:05:24 to 2025-05-17 16:26:55 UTC [more...]

[PULL REQUEST] i2c-for-6.15-rc7
 2025-05-17 16:27 UTC  (2+ messages)

[PATCH] docs: i2c: Fix "resitors" to "resistors"
 2025-05-17  8:25 UTC 

[GIT PULL] i2c-host-fixes for v6.15-rc7
 2025-05-17  8:23 UTC  (2+ messages)

[PATCH v2 00/26] lan966x pci device: Add support for SFPs
 2025-05-16 19:22 UTC  (45+ messages)
` [PATCH v2 01/26] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v2 02/26] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v2 03/26] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v2 04/26] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH v2 05/26] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v2 06/26] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v2 07/26] drivers: core: Use fw_devlink_set_device()
` [PATCH v2 08/26] pinctrl: cs42l43: "
` [PATCH v2 09/26] cxl/test: Use device_set_node()
` [PATCH v2 10/26] cxl/test: Use fw_devlink_set_device()
` [PATCH v2 11/26] PCI: of: "
` [PATCH v2 12/26] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v2 13/26] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v2 14/26] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v2 15/26] i2c: mux: Set adapter physical device
` [PATCH v2 16/26] i2c: mux: Create missing devlink between mux and "
` [PATCH v2 17/26] of: property: Allow fw_devlink device-tree on x86 when PCI device-tree node creation is enabled
` [PATCH v2 18/26] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH v2 19/26] i2c: busses: at91: "
` [PATCH v2 20/26] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH v2 21/26] misc: lan966x_pci: Split dtso in dtsi/dtso
` [PATCH v2 22/26] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso
` [PATCH v2 23/26] misc: lan966x_pci: Introduce board specific data
` [PATCH v2 24/26] misc: lan966x_pci: Add dtsi/dtso nodes in order to support SFPs
` [PATCH v2 25/26] misc: lan966x_pci: Sort the drivers list in Kconfig help
` [PATCH v2 26/26] misc: lan966x_pci: Add drivers needed to support SFPs "

[PATCH v2 1/3] dt-bindings: i2c: Add required properties
 2025-05-16 13:59 UTC  (5+ messages)
` [PATCH v2 2/3] i2c: tegra: make reset an optional property
` [PATCH v2 3/3] i2c: tegra: Remove dma_sync_*() calls

[PATCH] docs: i2c: fix spelling mistake
 2025-05-16 10:04 UTC 

[PATCH] i2c: qcom-geni: fix I2C frequency table to achieve accurate bus rates
 2025-05-16  8:46 UTC  (4+ messages)

[PATCH v1] i2c: designware: Don't warn about missing get_clk_rate_khz
 2025-05-15 15:11 UTC  (3+ messages)

[PATCH v1] i2c: lpi2c: implement master_xfer_atomic callback
 2025-05-15 11:40 UTC  (6+ messages)

[PATCH 0/9] riscv: sophgo: Introduce SG2044 SRD3-10 board support
 2025-05-15  9:11 UTC  (5+ messages)
` [PATCH 1/9] dt-bindings: timer: Add Sophgo SG2044 ACLINT timer

[PATCH] i2c: designware: Fix an error handling path in i2c_dw_pci_probe()
 2025-05-14 15:31 UTC  (3+ messages)

[PATCH 1/1] drivers/i2c: fix a potential null pointer dereference
 2025-05-14 15:05 UTC  (4+ messages)

[PATCH v6 0/2] i2c: muxes: pca954x: Reset if (de)select fails
 2025-05-14 12:22 UTC  (3+ messages)
` [PATCH v6 1/2] i2c: muxes: pca954x: Use reset controller only
` [PATCH v6 2/2] i2c: muxes: pca954x: Reset if (de)select fails

[PATCH 0/4] Add dt-bindings and dtsi changes for CAMSS on IQ-9075-evk
 2025-05-14  5:43 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: media: camss: Add supplies for qcom,sa8775p-camss binding
` [PATCH 2/4] dt-bindings: media: Add sa8775p cci dt binding
` [PATCH 3/4] arm64: dts: qcom: sa8775p: Add CCI definitions
` [PATCH 4/4] arm64: dts: qcom: qcs9075-rb8: Enable IMX577 camera sensor

[PATCH v3 0/2] i2c: imx: guard and drop prefix
 2025-05-14  2:11 UTC  (4+ messages)
` [PATCH v3 1/2] i2c: imx: use guard to take spinlock
` [PATCH v3 2/2] i2c: imx: drop master prefix

[PATCH v2 00/10] riscv: sophgo: Introduce SG2044 SRD3-10 board support
 2025-05-14  1:16 UTC  (5+ messages)
` [PATCH v2 02/10] dt-bindings: timer: Add Sophgo SG2044 ACLINT timer
` (subset) [PATCH v2 00/10] riscv: sophgo: Introduce SG2044 SRD3-10 board support

[PATCH v2] i2c: viai2c-wmt: Replace dev_err() with dev_err_probe() in probe function
 2025-05-13 21:02 UTC 

[PATCH 00/10] i2c: Replace dev_err() with dev_err_probe()
 2025-05-13 21:00 UTC  (7+ messages)
` [PATCH 04/10] i2c: viai2c-wmt: Replace dev_err() with dev_err_probe() in probe function
` [PATCH 08/10] i2c: xgene-slimpro: "

[PATCH v2] i2c: amd-isp: Add ISP i2c-designware driver
 2025-05-13 20:16 UTC  (5+ messages)

[PATCH 1/3] i2ctransfer: Don't free memory which was never allocated
 2025-05-13 15:35 UTC  (3+ messages)
` [PATCH 2/3] i2ctransfer: Prevent msgs[] overflow with many parameters
` [PATCH 3/3] i2ctransfer: Zero out memory passed to ioctl()

[PATCH 0/3] i2c: pxa: fix I2C communication on Armada 3700
 2025-05-13 13:32 UTC  (5+ messages)
` [PATCH 1/3] i2c: add init_recovery() callback
` [PATCH 2/3] i2c: pxa: prevent calling of the generic recovery init code
` [PATCH 3/3] i2c: pxa: handle 'Early Bus Busy' condition on Armada 3700

[PATCH] i2ctransfer: Don't link with libi2c
 2025-05-13 11:35 UTC 

[PATCH 1/4] dt-bindings: i2c: Specify reset as optional
 2025-05-13  4:24 UTC  (11+ messages)
` [PATCH 2/4] i2c: tegra: make reset an optional property
` [PATCH 3/4] i2c: tegra: Remove dma_sync_*() calls
` [PATCH 4/4] arm64: tegra: Add I2C aliases for Tegra234
` (subset) [PATCH 1/4] dt-bindings: i2c: Specify reset as optional

[PATCH v1] i2c: microchip-corei2c: add smbus support
 2025-05-12 23:42 UTC  (8+ messages)

[PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible
 2025-05-12 23:35 UTC  (15+ messages)
` [PATCH 20/33] dt-bindings: i2c: qcom-cci: "
` [PATCH 21/33] dt-bindings: clock: qcom-rpmhcc: "
` [PATCH 23/33] dt-bindings: arm-smmu: "
` [PATCH 24/33] dt-bindings: clock: qcom,gpucc: "
` [PATCH 25/33] dt-bindings: remoteproc: qcom: sc7180-pas: "
` [PATCH 26/33] remoteproc: qcom: pas: Add SM7150 remoteproc support
` (subset) [PATCH 17/33] dt-bindings: nvmem: qfprom: Add the SM7150 compatible

[1/1] i2c: designware: Ensure runtime suspend is invoked during rapid slave unregistration and registration
 2025-05-12 23:29 UTC  (8+ messages)

[PATCH] i2c: mlxbf: Allow build with COMPILE_TEST
 2025-05-12 22:55 UTC  (5+ messages)

[PATCH v4 1/2] i2c-mlxbf: Add repeated start condition support
 2025-05-12 22:49 UTC  (3+ messages)
` [PATCH v4 2/2] i2c-mlxbf: Improve I2C bus timing configuration

[PATCH v2 8/10] i2c: xgene-slimpro: Replace dev_err() with dev_err_probe() in probe function
 2025-05-12 21:37 UTC  (2+ messages)

[PATCH v2] i2c: lpi2c: implement master_xfer_atomic callback
 2025-05-12 21:21 UTC  (2+ messages)

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-05-12  9:55 UTC  (3+ messages)

[PATCH v10 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-05-12  8:48 UTC  (14+ messages)
` [PATCH v10 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v10 4/7] can: Add Nuvoton NCT6694 CANFD support

[PULL REQUEST] i2c-for-6.15-rc6
 2025-05-10 16:28 UTC  (2+ messages)

[PATCH v2] i2c: Clarify behavior of I2C_M_RD flag
 2025-05-10 21:27 UTC 

[GIT PULL] i2c-host-fixes for v6.15-rc6
 2025-05-10  9:44 UTC  (2+ messages)

linux-next: Tree for May 9 (i2c/busses/i2c-mlxbf.c)
 2025-05-10  0:18 UTC 

[PATCH v6 0/2] Add Block event interrupt support for I2C protocol
 2025-05-09 16:01 UTC  (10+ messages)
` [PATCH v6 1/2] dmaengine: qcom: gpi: Add GPI Block event interrupt support
` [PATCH v6 2/2] i2c: i2c-qcom-geni: Add "

[PATCH v3] dt-bindings: i2c: i2c-wmt: Convert to YAML
 2025-05-08 12:42 UTC  (4+ messages)

[PATCH v2 0/2] i2c: i801: don't instantiate spd5118 under SPD Write Disable
 2025-05-08 10:33 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH] MAINTAINERS: Remove entry for Seth Heasley
 2025-05-08 10:09 UTC  (2+ messages)

[PATCH] i2c: I2C_DESIGNWARE_AMDISP should depend on DRM_AMD_ISP
 2025-05-08 10:06 UTC  (3+ messages)

[PATCH] i2c: core: add useful info when defer probe
 2025-05-08  2:51 UTC  (2+ messages)

[PATCH v5 0/9] i2c: atr: allow usage of nested ATRs
 2025-05-07 12:19 UTC  (10+ messages)
` [PATCH v5 1/9] i2c: atr: Fix lockdep for "
` [PATCH v5 2/9] i2c: atr: find_mapping() -> get_mapping()
` [PATCH v5 3/9] i2c: atr: split up i2c_atr_get_mapping_by_addr()
` [PATCH v5 4/9] i2c: atr: do not create mapping in detach_addr()
` [PATCH v5 5/9] i2c: atr: deduplicate logic in attach_addr()
` [PATCH v5 6/9] i2c: atr: allow replacing mappings "
` [PATCH v5 7/9] i2c: atr: add flags parameter to i2c_atr_new()
` [PATCH v5 8/9] i2c: atr: add static flag
` [PATCH v5 9/9] i2c: atr: add passthrough flag

[PATCH] dt-bindings: interrupt-controller: Convert aspeed,ast2400-i2c-ic to DT schema
 2025-05-07  3:22 UTC  (2+ messages)

[PATCH v3 0/9] Add support to load QUP SE firmware from
 2025-05-06  9:17 UTC  (6+ messages)
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem

[PATCH v4 0/5] Add support to load QUP SE firmware from
 2025-05-06  9:15 UTC  (5+ messages)
` [PATCH v4 1/5] dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus


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