linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-23 06:25:07 to 2025-01-03 12:36:02 UTC [more...]

[PATCH v3 0/4] i2c: Replace lists of special clients with flagging of such clients
 2025-01-03 12:36 UTC  (9+ messages)
` [PATCH v3 1/4] ALSA: ppc: Remove i2c client removal hack
` [PATCH v3 2/4] i2c: Replace list-based mechanism for handling auto-detected clients
` [PATCH v3 3/4] i2c: Replace list-based mechanism for handling userspace-created clients
` [PATCH v3 4/4] i2c: core: Remove obsolete members of i2c_adapter and i2c_client

[PATCH v3 0/6] Add dt-bindings and dtsi changes for CAMSS on x1e80100 silicon
 2025-01-03 12:33 UTC  (11+ messages)
` [PATCH v3 1/6] dt-bindings: i2c: qcom-cci: Document x1e80100 compatible
` [PATCH v3 2/6] dt-bindings: clock: move qcom,x1e80100-camcc to its own file
` [PATCH v3 3/6] dt-bindings: media: Add qcom,x1e80100-camss
` [PATCH v3 4/6] arm64: dts: qcom: x1e80100: Add CAMCC block definition
` [PATCH v3 5/6] arm64: dts: qcom: x1e80100: Add CCI definitions
` [PATCH v3 6/6] arm64: dts: qcom: x1e80100: Add CAMSS block definition

[PATCH v5] i2c: i2c-qcom-geni: Serve transfer during early resume stage
 2025-01-03 12:27 UTC  (3+ messages)

[PATCH v4 0/9] i2c: riic: driver cleanup and improvements
 2025-01-03 12:21 UTC  (12+ messages)
` [PATCH v4 1/9] i2c: riic: Introduce a separate variable for IRQ
` [PATCH v4 2/9] i2c: riic: Use dev_err_probe in probe and riic_init_hw functions
` [PATCH v4 3/9] i2c: riic: Use local `dev` pointer in `dev_err_probe()`
` [PATCH v4 4/9] i2c: riic: Use BIT macro consistently
` [PATCH v4 5/9] i2c: riic: Use GENMASK() macro for bitmask definitions
` [PATCH v4 6/9] i2c: riic: Make use of devres helper to request deasserted reset line
` [PATCH v4 7/9] i2c: riic: Mark riic_irqs array as const
` [PATCH v4 8/9] i2c: riic: Use predefined macro and simplify clock tick calculation
` [PATCH v4 9/9] i2c: riic: Add `riic_bus_barrier()` to check bus availability

[PATCH 0/5] Add EEPROMs found in the camera sensors on Fairphone 5
 2025-01-03 11:46 UTC  (8+ messages)
` [PATCH 1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F
` [PATCH 2/5] dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd
` [PATCH 3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C
` [PATCH 4/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label
` [PATCH 5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs

[PATCH 0/1] Force I2C bus freq to 100KHz for ELAN06FA touchpad
 2025-01-03  9:33 UTC  (3+ messages)
` [PATCH 1/1] Force ELAN06FA touchpad I2C bus freq to 100KHz

[PATCH 1/3] i2c: davinci: kill platform data
 2025-01-02 12:44 UTC  (7+ messages)
` [PATCH 2/3] i2c: davinci: order includes alphabetically
` [PATCH 3/3] i2c: davinci: use generic device property accessors

[PATCH v3 0/8] i2c: riic: driver cleanup and improvements
 2025-01-02 10:32 UTC  (24+ messages)
` [PATCH v3 1/8] i2c: riic: Use dev_err_probe in probe and riic_init_hw functions
` [PATCH v3 2/8] i2c: riic: Use local `dev` pointer in `dev_err_probe()`
` [PATCH v3 3/8] i2c: riic: Use BIT macro consistently
` [PATCH v3 4/8] i2c: riic: Use GENMASK() macro for bitmask definitions
` [PATCH v3 5/8] i2c: riic: Make use of devres helper to request deasserted reset line
` [PATCH v3 6/8] i2c: riic: Mark riic_irqs array as const
` [PATCH v3 7/8] i2c: riic: Use predefined macro and simplify clock tick calculation
` [PATCH v3 8/8] i2c: riic: Add `riic_bus_barrier()` to check bus availability

[PATCH v4 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-01-02  9:03 UTC  (19+ messages)
` [PATCH v4 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v4 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v4 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v4 4/7] can: Add Nuvoton NCT6694 CAN support
` [PATCH v4 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v4 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v4 7/7] rtc: Add Nuvoton NCT6694 RTC support

[PATCH] i2c: amd756: Fix endianness handling for word data
 2025-01-01 10:34 UTC 

[PATCH v2] i2c: designware: Actually make use of the I2C_DW_COMMON and I2C_DW symbol namespaces
 2024-12-31 13:48 UTC  (2+ messages)

[PATCH v2 0/6] Add dt-bindings and dtsi changes for CAMSS on x1e80100 silicon
 2024-12-31 11:48 UTC  (16+ messages)
` [PATCH v2 1/6] dt-bindings: i2c: qcom-cci: Document x1e80100 compatible
` [PATCH v2 2/6] dt-bindings: clock: move qcom,x1e80100-camcc to its own file
` [PATCH v2 3/6] dt-bindings: media: Add qcom,x1e80100-camss
` [PATCH v2 4/6] arm64: dts: qcom: x1e80100: Add CAMCC block definition
` [PATCH v2 5/6] arm64: dts: qcom: x1e80100: Add CCI definitions
` [PATCH v2 6/6] arm64: dts: qcom: x1e80100: Add CAMSS block definition

[PATCH] module: Allow DEFAULT_SYMBOL_NAMESPACE be set after export.h included
 2024-12-30 13:42 UTC  (13+ messages)

[PATCH v4 0/9] misc: Support TI FPC202 dual-port controller
 2024-12-30 13:22 UTC  (10+ messages)
` [PATCH v4 1/9] dt-bindings: misc: Describe TI FPC202 dual port controller
` [PATCH v4 2/9] media: i2c: ds90ub960: Replace aliased clients list with address list
` [PATCH v4 3/9] media: i2c: ds90ub960: Protect alias_use_mask with a mutex
` [PATCH v4 4/9] i2c: use client addresses directly in ATR interface
` [PATCH v4 5/9] i2c: move ATR alias pool to a separate struct
` [PATCH v4 6/9] i2c: rename field 'alias_list' of struct i2c_atr_chan to 'alias_pairs'
` [PATCH v4 7/9] i2c: support per-channel ATR alias pools
` [PATCH v4 8/9] i2c: Support dynamic address translation
` [PATCH v4 9/9] misc: add FPC202 dual port controller driver

[PATCH] i2c: imx-lpi2c: fix build warning "function defined but not used"
 2024-12-30  3:31 UTC  (5+ messages)

[PATCH v7] i2c: imx-lpi2c: add target mode support
 2024-12-30  3:38 UTC 

[PATCH] i2c: amd756: Fix endianness handling for word data
 2024-12-30  2:03 UTC  (2+ messages)

[PATCH v3 0/2] Qcom Geni exit path cleanups
 2024-12-30  2:02 UTC  (6+ messages)
` [PATCH v3 1/2] i2c: qcom-geni: Use dev_err_probe in the probe function
` [PATCH v3 2/2] i2c: qcom-geni: Simplify error handling in "

[PATCH v3 0/2] i2c: exynos5: Add support for Exynos8895 SoC
 2024-12-30  2:01 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: exynos5: Add samsung,exynos8895-hsi2c compatible
` [PATCH v3 2/2] i2c: exynos5: Add support for Exynos8895 SoC

[PULL REQUEST] i2c-for-6.13-rc5
 2024-12-29 18:22 UTC  (2+ messages)

[PATCH] i2c: designware: Actually make use of the I2C_DW_COMMON and I2C_DW symbol namespaces
 2024-12-28 21:45 UTC  (10+ messages)

[GIT PULL] i2c-host-fixes for v6.13-r5
 2024-12-27 23:27 UTC  (2+ messages)

[PATCH v6] i2c: imx-lpi2c: add target mode support
 2024-12-27 22:09 UTC  (2+ messages)

[PATCH v2 0/9] Add support for I2C bus recovery for riic driver
 2024-12-27 22:05 UTC  (14+ messages)
` [PATCH v2 2/9] i2c: riic: Use local `dev` pointer in `dev_err_probe()`
` [PATCH v2 9/9] i2c: riic: Implement bus recovery

[GIT PULL] i2c-host-fixes for v6.13-rc4
 2024-12-27 11:29 UTC  (2+ messages)

[PATCH] i2c: imx-lpi2c: make controller available until the system enters suspend_noirq() and from resume_noirq()
 2024-12-27  8:47 UTC 

[PATCH v2 00/17] rockchip: Add rk3562 support
 2024-12-27  8:32 UTC  (5+ messages)
` [PATCH v2 05/17] dt-bindings: i2c: i2c-rk3x: Add rk3562 compatible

[PATCH v8 0/4] i2c: npcm: read/write operation, checkpatch
 2024-12-27  5:09 UTC  (3+ messages)

[PATCH v5] i2c: imx-lpi2c: add target mode support
 2024-12-27  2:20 UTC  (3+ messages)

[PATCH v6] i2c: imx-lpi2c: add eDMA mode support for LPI2C
 2024-12-27  0:38 UTC  (2+ messages)

[PATCH] i2c: isch: Convert comma to semicolon
 2024-12-27  0:23 UTC  (2+ messages)

[PATCH V2 0/2] Add atomic transfer support to i2c-xiic
 2024-12-27  0:21 UTC  (2+ messages)

[PATCH] i2c: I2C_BRCMSTB should not default to y when compile-testing
 2024-12-27  0:10 UTC  (2+ messages)

[PATCH] i2c: nomadik: Enable compile testing for the Nomadik driver
 2024-12-26 23:48 UTC  (2+ messages)

[PATCH v4] i2c: i2c-qcom-geni: Serve transfer during early resume stage
 2024-12-26 13:06 UTC  (3+ messages)

[PATCH v5 0/4] Enable shared SE support over I2C
 2024-12-26 12:22 UTC  (8+ messages)
` [PATCH v5 2/4] dmaengine: gpi: Add Lock and Unlock TRE support to access I2C exclusively

[PATCH v2 0/2] i2c: exynos5: Add support for Exynos8895 SoC
 2024-12-26  9:50 UTC  (4+ messages)
` [PATCH v2 2/2] "

[PATCH v7] i2c: imx: support DMA defer probing
 2024-12-26  9:29 UTC  (2+ messages)

[PATCH v3 0/7] Add Nuvoton NCT6694 MFD drivers
 2024-12-26  9:25 UTC  (9+ messages)
` [PATCH v3 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v3 4/7] can: Add Nuvoton NCT6694 CAN support

[PATCH v2 0/2] Microchip CoreI2C driver fixes
 2024-12-26  0:59 UTC  (2+ messages)

[PATCH v3] i2c: imx: switch different pinctrl state in different system power status
 2024-12-25 22:52 UTC  (3+ messages)

[PATCH v6] i2c: imx: support DMA defer probing
 2024-12-25 22:42 UTC  (6+ messages)

Повідомлення від ТОВ Нова Пошта
 2024-12-25 13:39 UTC 


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