public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-19 09:52:16 to 2023-01-09 13:58:55 UTC [more...]

[PATCH v6 0/8] i2c-atr and FPDLink
 2023-01-09 13:58 UTC  (29+ messages)
` [PATCH v6 1/8] i2c: core: let adapters be notified of client attach/detach
` [PATCH v6 2/8] i2c: add I2C Address Translator (ATR) support
` [PATCH v6 3/8] dt-bindings: media: add TI DS90UB913 FPD-Link III Serializer
` [PATCH v6 4/8] dt-bindings: media: add TI DS90UB953 "
` [PATCH v6 5/8] dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer
` [PATCH v6 6/8] media: i2c: add DS90UB960 driver
` [PATCH v6 7/8] media: i2c: add DS90UB913 driver
` [PATCH v6 8/8] media: i2c: add DS90UB953 driver

[PATCH v4] i2c: designware: Fix unbalanced suspended flag
 2023-01-09 12:11 UTC  (6+ messages)

[PATCH v5 1/1] i2c: designware: use casting of u64 in clock multiplication to avoid overflow
 2023-01-09 12:07 UTC  (4+ messages)

[PATCH 1/1] i2c: designware: fix i2c_dw_clk_rate() return size to be u32
 2023-01-09 12:07 UTC  (4+ messages)

[PATCH v2 1/6] dt-bindings: i2c: qcom,i2c-cci: Fall back to common compatibles
 2023-01-09 12:07 UTC  (4+ messages)
` [PATCH v2 6/6] i2c: qcom-cci: Deprecate duplicated compatibles

[PATCH RFC v2 0/2] Add I2C fwnode lookup/get interfaces
 2023-01-09 11:48 UTC  (7+ messages)
` [PATCH RFC net-next v2 1/2] i2c: add fwnode APIs
` [PATCH RFC net-next v2 2/2] net: sfp: use i2c_get_adapter_by_fwnode()

[PATCH -next 1/2] i2c: designware: Switch from using MMIO access to SMN access
 2023-01-09 11:12 UTC  (11+ messages)

[PATCH] dt-bindings: i2c: Convert Synquacer I2C to DT schema
 2023-01-08 23:07 UTC  (2+ messages)

[PATCH 0/5] i2c: cadence: Small cleanups
 2023-01-07 21:18 UTC  (6+ messages)
` [PATCH 1/5] i2c: cadence: Remove unused CDNS_I2C_DATA_INTR_DEPTH define
` [PATCH 2/5] i2c: cadence: Remove `irq` field from driver state struct
` [PATCH 3/5] i2c: cadence: Remove redundant expression in if clause
` [PATCH 4/5] i2c: cadence: Remove always false ternary operator
` [PATCH 5/5] i2c: cadence: Remove unnecessary register reads

[PATCH] i2c: mxs: suppress probe-deferral error message
 2023-01-07 13:10 UTC  (2+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2023-01-06 17:56 UTC  (31+ messages)
` [PATCH 001/606] tpm: st33zp24: Convert to Convert to i2c's .probe_new()
` [PATCH 038/606] drm/i2c/ch7006: "
` [PATCH 039/606] drm/i2c/sil164: "
` [PATCH 040/606] drm/i2c/tda9950: "
` [PATCH 041/606] drm/i2c/tda998x: "
` [PATCH 042/606] drm/panel: olimex-lcd-olinuxino: "
` [PATCH 043/606] drm/panel: raspberrypi-touchscreen: "
` [PATCH 288/606] leds: turris-omnia: "
` [PATCH 304/606] media: dvb-frontends/dvb-pll: "
` [PATCH 510/606] pinctrl: mcp23s08: "
` [PATCH 560/606] rtc: ds1307: "
` [PATCH 595/606] w1: ds2482: "

[PATCH v5 0/8] i2c-atr and FPDLink
 2023-01-05  6:54 UTC  (38+ messages)
` [PATCH v5 1/8] i2c: core: let adapters be notified of client attach/detach
` [PATCH v5 3/8] dt-bindings: media: add bindings for TI DS90UB913
` [PATCH v5 4/8] dt-bindings: media: add bindings for TI DS90UB953
` [PATCH v5 5/8] dt-bindings: media: add bindings for TI DS90UB960
` [PATCH v5 7/8] media: i2c: add DS90UB913 driver

[PATCH v1 0/6] ARM: Add GXP I2C Support
 2023-01-04 17:20 UTC  (3+ messages)
` [PATCH v1 3/6] dt-bindings: mfd: syscon: Document GXP register compatible

[PATCH V9 0/4] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C controller
 2023-01-03 12:12 UTC  (6+ messages)
` [PATCH V9 1/4] i2c: gpio: Add support on ACPI-based system
` [PATCH V9 2/4] dt-bindings: i2c: Add Loongson LS2X I2C controller
` [PATCH V9 3/4] i2c: ls2x: Add driver for Loongson-2K/LS7A "
` [PATCH V9 4/4] LoongArch: Enable LS2X I2C in loongson3_defconfig

[PATCH] i2c: designware-pci: Add new PCI IDs for AMD NAVI GPU
 2023-01-03  9:27 UTC  (3+ messages)

[PATCH] dt-bindings: pinctrl: imx8m: Integrate duplicated i.MX 8M schemas
 2023-01-02  8:04 UTC  (4+ messages)

[PATCH] i2c: imx: increase retries on arbitration loss
 2022-12-30 17:25 UTC  (13+ messages)

[PATCH V8 0/4] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C controller
 2022-12-30  8:49 UTC  (12+ messages)
` [PATCH V8 1/4] i2c: gpio: Add support on ACPI-based system
` [PATCH V8 2/4] dt-bindings: i2c: add Loongson LS2X I2C controller
` [PATCH V8 3/4] i2c: ls2x: Add driver for Loongson-2K/LS7A "
` [PATCH V8 4/4] LoongArch: Enable LS2X I2C in loongson3_defconfig

[PATCH v2 0/2] i2c: fortify the subsystem against user-space induced deadlocks
 2022-12-29 16:00 UTC  (3+ messages)
` [PATCH v2 1/2] i2c: dev: fix notifier return values
` [PATCH v2 2/2] i2c: dev: don't allow user-space to deadlock the kernel

[PATCH v2] i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()
 2022-12-29  9:26 UTC 

[PATCH -next] i2c: qcom-geni: change i2c_master_hub to static
 2022-12-29  3:45 UTC  (2+ messages)

[PATCH] i2c: qcom-geni: fix missing clk_disable_unprepare()
 2022-12-29  3:42 UTC  (2+ messages)

[PATCH v5 0/2] i2c: Set i2c pinctrl recovery info from it's device pinctrl
 2022-12-29  0:25 UTC  (4+ messages)
` [PATCH v5 1/2] pinctrl: Add an API to get the pinctrl pins if initialized
` [PATCH v5 2/2] i2c: Set i2c pinctrl recovery info from it's device pinctrl

[PATCH v4 0/2] i2c: Set i2c pinctrl recovery info from it's device pinctrl
 2022-12-28 15:09 UTC  (5+ messages)
` [PATCH v4 1/2] pinctrl: Add an API to get the pinctrl pins if initialized
` [PATCH v4 2/2] i2c: Set i2c pinctrl recovery info from it's device pinctrl

[PATCH] MAINTAINERS: Update maintainer list for virtio i2c
 2022-12-27  7:21 UTC  (9+ messages)

[PATCH] hid-ft260: add UART support
 2022-12-23 11:14 UTC  (7+ messages)

[PATCH v4 1/1] i2c: designware: use casting of u64 in clock multiplication to avoid overflow
 2022-12-21 19:54 UTC  (9+ messages)

[PATCH v3 1/1] i2c: Set pinctrl recovery info to device pinctrl
 2022-12-21 16:59 UTC  (12+ messages)

[PATCH v3 1/1] i2c: designware: use casting of u64 in clock multiplication to avoid overflow
 2022-12-20 16:26 UTC  (3+ messages)

[PATCH V7 0/4] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C controller
 2022-12-20 13:48 UTC  (8+ messages)
` [PATCH V7 1/4] i2c: gpio: Add support on ACPI-based system
` [PATCH V7 2/4] dt-bindings: i2c: add Loongson LS2X I2C controller
` [PATCH V7 3/4] i2c: ls2x: Add driver for Loongson-2K/LS7A "
` [PATCH V7 4/4] LoongArch: Enable LS2X I2C in loongson3_defconfig

[PATCH v2 1/1] i2c: designware: set pinctrl recovery information from device pinctrl
 2022-12-20 10:54 UTC  (8+ messages)

[PATCH v2 00/10] i2c: i801: Series with minor improvements
 2022-12-19 18:22 UTC  (11+ messages)
` [PATCH v2 01/10] i2c: i801: improve interrupt handler
` [PATCH v2 02/10] i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQ
` [PATCH v2 03/10] i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFER
` [PATCH v2 04/10] i2c: i801: add helper i801_set_hstadd()
` [PATCH v2 05/10] i2c: i801: add i801_simple_transaction(), complementing i801_block_transaction()
` [PATCH v2 06/10] i2c: i801: handle SMBAUXCTL_E32B in i801_block_transaction_by_block only
` [PATCH v2 07/10] i2c: i801: centralize configuring non-block commands in i801_simple_transaction
` [PATCH v2 08/10] i2c: i801: centralize configuring block commands in i801_block_transaction
` [PATCH v2 09/10] i2c: i801: call i801_check_pre() from i801_access()
` [PATCH v2 10/10] i2c: i801: call i801_check_post() "

[RESEND PATCH v1 0/4] Fixes for the mcp2221 HID-to-I2C-bridge driver
 2022-12-19 14:11 UTC  (4+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] HID: mcp2221: don't connect hidraw

[PATCH v3] i2c: designware: Fix unbalanced suspended flag
 2022-12-19 12:47 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