public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-13 07:50:19 to 2023-11-19 21:51:48 UTC [more...]

[PATCH v3 RESEND 00/20] remove I2C_CLASS_DDC support
 2023-11-19 21:51 UTC  (25+ messages)
` [PATCH v3 01/20] drivers/gpu/drm/rockchip: "
` [PATCH v3 02/20] drivers/gpu/drm/mgag200/mgag200_i2c.c: "
` [PATCH v3 03/20] drm/amd/display: "
` [PATCH v3 04/20] drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c: "
` [PATCH v3 05/20] drivers/video/fbdev: "
` [PATCH v3 06/20] drivers/video/fbdev/core/fb_ddc.c: "
` [PATCH v3 07/20] drivers/gpu/drm: "
` [PATCH v3 08/20] drivers/gpu/drm/loongson/lsdc_i2c.c: "
` [PATCH v3 09/20] drivers/video/fbdev/via/via_i2c.c: "
` [PATCH v3 10/20] drivers/video/fbdev/cyber2000fb.c: "
` [PATCH v3 11/20] drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: "
` [PATCH v3 12/20] drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c: "
` [PATCH v3 13/20] drivers/video/fbdev/intelfb/intelfb_i2c.c: "
` [PATCH v3 14/20] drivers/gpu/drm/msm/hdmi/hdmi_i2c.c: "
` [PATCH v3 15/20] drivers/gpu/drm/i915/display: "
` [PATCH v3 16/20] drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_i2c.c: "
` [PATCH v3 17/20] drivers/gpu/drm/ast/ast_i2c.c: "
` [PATCH v3 18/20] drivers/gpu/drm/gma500: "
` [PATCH v3 19/20] drivers/gpu/drm/display: "
` [PATCH v3 20/20] include/linux/i2c.h: "

[PATCH 00/20] remove I2C_CLASS_DDC support
 2023-11-19 10:14 UTC  (21+ messages)
` [PATCH v3 01/20] drivers/gpu/drm/rockchip: "
` [PATCH v3 02/20] drivers/gpu/drm/mgag200/mgag200_i2c.c: "
` [PATCH v3 03/20] drm/amd/display: "
` [PATCH v3 04/20] drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c: "
` [PATCH v3 05/20] drivers/video/fbdev: "
` [PATCH v3 06/20] drivers/video/fbdev/core/fb_ddc.c: "
` [PATCH v3 07/20] drivers/gpu/drm: "
` [PATCH v3 08/20] drivers/gpu/drm/loongson/lsdc_i2c.c: "
` [PATCH v3 09/20] drivers/video/fbdev/via/via_i2c.c: "
` [PATCH v3 10/20] drivers/video/fbdev/cyber2000fb.c: "
` [PATCH v3 11/20] drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: "
` [PATCH v3 12/20] drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c: "
` [PATCH v3 13/20] drivers/video/fbdev/intelfb/intelfb_i2c.c: "
` [PATCH v3 14/20] drivers/gpu/drm/msm/hdmi/hdmi_i2c.c: "
` [PATCH v3 15/20] drivers/gpu/drm/i915/display: "
` [PATCH v3 16/20] drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_i2c.c: "
` [PATCH v3 17/20] drivers/gpu/drm/ast/ast_i2c.c: "
` [PATCH v3 18/20] drivers/gpu/drm/gma500: "
` [PATCH v3 19/20] drivers/gpu/drm/display: "
` [PATCH v3 20/20] include/linux/i2c.h: "

[PATCH RFC] i2c: i801: Add i801_register_jc42, similar to i2c_register_spd
 2023-11-19  8:39 UTC  (8+ messages)

[PATCH 00/20] remove I2C_CLASS_DDC support
 2023-11-19  4:46 UTC  (23+ messages)
` [PATCH v2 01/20] drivers/gpu/drm/rockchip: "
` [PATCH v2 02/20] drivers/gpu/drm/mgag200/mgag200_i2c.c: "
` [PATCH v2 03/20] drm/amd/display: "
` [PATCH v2 04/20] drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c: "
` [PATCH v2 05/20] drivers/video/fbdev: "
` [PATCH v2 06/20] drivers/video/fbdev/core/fb_ddc.c: "
` [PATCH v2 07/20] drivers/gpu/drm: "
` [PATCH v2 08/20] drivers/gpu/drm/loongson/lsdc_i2c.c: "
` [PATCH v2 09/20] drivers/video/fbdev/via/via_i2c.c: "
` [PATCH v2 10/20] drivers/video/fbdev/cyber2000fb.c: "
` [PATCH v2 11/20] drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: "
` [PATCH v2 12/20] drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c: "
` [PATCH v2 13/20] drivers/video/fbdev/intelfb/intelfb_i2c.c: "
` [PATCH v2 14/20] drivers/gpu/drm/msm/hdmi/hdmi_i2c.c: "
` [PATCH v2 15/20] drivers/gpu/drm/i915/display: "
` [PATCH v2 16/20] drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_i2c.c: "
` [PATCH v2 17/20] drivers/gpu/drm/ast/ast_i2c.c: "
` [PATCH v2 18/20] drivers/gpu/drm/gma500: "
` [PATCH v2 19/20] drivers/gpu/drm/display: "
` [PATCH v2 20/20] include/linux/i2c.h: "

[PATCH 00/10] Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C_CLASS_HWMON
 2023-11-18 18:05 UTC  (11+ messages)
` [PATCH 01/10] drivers/i2c/busses: "
` [PATCH 02/10] drivers/staging/greybus/i2c.c: "
` [PATCH 03/10] drivers/i2c/busses/i2c-pasemi-pci.c: "
` [PATCH 04/10] drivers/i2c/i2c-stub.c: "
` [PATCH 05/10] drivers/i2c/busses: "
` [PATCH 06/10] drivers/i2c/busses/i2c-gpio.c: "
` [PATCH 07/10] drivers/i2c/busses/i2c-mlxcpld.c: "
` [PATCH 08/10] drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c: "
` [PATCH 09/10] drivers/i2c/busses/scx200_acb.c: "
` [PATCH 10/10] drivers/i2c/busses/i2c-ali1563.c: "

[PULL REQUEST] i2c-for-6.7-rc2
 2023-11-18 18:02 UTC  (3+ messages)

[PATCH 0/8] Add support for Sonoff iHost RV1126 Smart Home Gateway
 2023-11-18  0:31 UTC  (4+ messages)
` [PATCH 3/8] i2c: rk3x: Adjust grf offset for i2c2 on rv1126

[PATCH 0/2] Xilinx I2C driver fixes
 2023-11-17 18:14 UTC  (3+ messages)
` [PATCH 1/2] i2c: xiic: Wait for TX empty to avoid missed TX NAKs
` [PATCH 2/2] i2c: xiic: Try re-initialization on bus busy timeout

[PATCH v3 00/25] i2c: designware: code consolidation & cleanups
 2023-11-17 14:46 UTC  (36+ messages)
` [PATCH v3 01/25] i2c: designware: Delete adapter before disabling in i2c_dw_pci_remove()
` [PATCH v3 02/25] i2c: designware: Fix PM calls order in dw_i2c_plat_probe()
` [PATCH v3 03/25] i2c: designware: Fix reset call "
` [PATCH v3 04/25] i2c: designware: Let PCI core to take care about interrupt vectors
` [PATCH v3 06/25] i2c: designware: Replace a while-loop by for-loop
` [PATCH v3 07/25] i2c: designware: Save pointer to semaphore callbacks instead of index
` [PATCH v3 08/25] i2c: designware: Add missing 'c' into PCI IDs variable name
` [PATCH v3 09/25] i2c: designware: Replace MODULE_ALIAS() with MODULE_DEVICE_TABLE()
` [PATCH v3 10/25] i2c: designware: Unify terminator in device ID tables
` [PATCH v3 12/25] i2c: designware: Drop return value from i2c_dw_acpi_configure()
` [PATCH v3 13/25] i2c: designware: Drop return value from dw_i2c_of_configure()
` [PATCH v3 14/25] i2c: designware: Rename dw_i2c_of_configure() -> i2c_dw_of_configure()
` [PATCH v3 18/25] i2c: designware: Remove ->disable() callback

[PATCH] eeprom: ee1004: Add support for multiple i2c busses
 2023-11-17  6:41 UTC  (2+ messages)

[PATCH v5 0/2] LTC4286 and LTC4287 driver support
 2023-11-16 21:53 UTC  (6+ messages)
` [PATCH v5 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings
` [PATCH v5 2/2] hwmon: pmbus: Add ltc4286 driver

[PATCH 00/20] remove I2C_CLASS_DDC support
 2023-11-16 19:18 UTC  (35+ messages)
` [PATCH 01/20] drivers/gpu/drm/rockchip: "
` [PATCH 02/20] drivers/gpu/drm/mgag200/mgag200_i2c.c: "
` [PATCH 03/20] drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c: "
` [PATCH 04/20] drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c: "
` [PATCH 05/20] drivers/video/fbdev: "
` [PATCH 06/20] drivers/video/fbdev/core/fb_ddc.c: "
` [PATCH 07/20] drivers/gpu/drm: "
` [PATCH 08/20] drivers/gpu/drm/loongson/lsdc_i2c.c: "
` [PATCH 09/20] drivers/video/fbdev/via/via_i2c.c: "
` [PATCH 10/20] drivers/video/fbdev/cyber2000fb.c: "
` [PATCH 11/20] drivers/gpu/drm/bridge/synopsys/dw-hdmi.c: "
` [PATCH 12/20] drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c: "
` [PATCH 13/20] drivers/video/fbdev/intelfb/intelfb_i2c.c: "
` [PATCH 14/20] drivers/gpu/drm/msm/hdmi/hdmi_i2c.c: "
` [PATCH 15/20] drivers/gpu/drm/i915/display: "
` [PATCH 16/20] drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_i2c.c: "
` [PATCH 17/20] drivers/gpu/drm/ast/ast_i2c.c: "
` [PATCH 18/20] drivers/gpu/drm/gma500: "
` [PATCH 19/20] drivers/gpu/drm/display: "
` [PATCH 20/20] include/linux/i2c.h: "

[PATCH] drm/amd/pm: Remove I2C_CLASS_SPD support
 2023-11-16 19:15 UTC  (3+ messages)

[PATCH v2] eeprom: ee1004: Add support for multiple i2c busses
 2023-11-16 14:31 UTC 

Music News and Site Updates (November 16, 2023)
 2023-11-16 11:56 UTC 

[PATCH v6 0/2] i2c: bus-reset-gpios
 2023-11-16 11:37 UTC  (6+ messages)
` [PATCH v6 1/2] dt-bindings: i2c: add bus-reset-gpios property
` [PATCH v6 2/2] i2c: add an optional "

[PATCH v4] i2c: designware: Fix corrupted memory seen in the ISR
 2023-11-16  9:34 UTC  (8+ messages)

[PATCH v2 0/2] LTC4286 and LTC4287 driver support
 2023-11-15 22:46 UTC  (9+ messages)
` [PATCH v2 2/2] hwmon: pmbus: Add ltc4286 driver

[PATCH v4 0/2] LTC4286 and LTC4287 driver support
 2023-11-15 12:17 UTC  (8+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings
` [PATCH v4 2/2] hwmon: pmbus: Add ltc4286 driver

[PATCH RFC] eeprom: ee1004: add support for temperature sensor
 2023-11-15 11:17 UTC 

Wiadomość z kancelarii
 2023-11-15 10:05 UTC 

[PATCH v7 0/5] mfd: tps6586x: register restart handler
 2023-11-15  6:00 UTC  (8+ messages)
` [PATCH v7 2/5] i2c: core: run atomic i2c xfer when !preemptible

[bug report] lockdep WARN at PCI device rescan
 2023-11-14 17:58 UTC  (7+ messages)

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-14 16:30 UTC  (6+ messages)
` [PATCH 04/17] dt-bindings: mmc: samsung,exynos-dw-mshc: "
` [PATCH 05/17] dt-bindings: pinctrl: samsung: "

[PATCH] i2c: smbus: Support up to 8 SPD EEPROMs
 2023-11-14 14:13 UTC 

[PATCH v2 0/3] i2c: create debugfs entry per adapter
 2023-11-14 12:57 UTC  (3+ messages)
` [PATCH v2 3/3] i2c: npcm7xx: move to per-adapter debugfs directory

[PATCH v7 1/1] i2c: lpi2c: use clk notifier for rate changes
 2023-11-14 12:27 UTC  (4+ messages)

[PATCH v2] i2c: ocores: Move system PM hooks to the NOIRQ phase
 2023-11-13 17:45 UTC  (3+ messages)


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