Linux-i2c Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-26 17:54:36 to 2024-03-06 11:51:45 UTC [more...]

[PATCH 1/2] dt-bindings: i2c: mux: i2c-demux-pinctrl: Drop i2c-mux.yaml reference
 2024-03-06 11:51 UTC  (6+ messages)

[PATCH v7 0/6] i2c: add zhaoxin i2c controller driver
 2024-03-06 11:50 UTC  (14+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/6] i2c: wmt: create wmt_i2c_init for general init
  ` [PATCH v8 2/6] i2c: wmt: split out common files
  ` [PATCH v8 3/6] i2c: wmt: rename something
  ` [PATCH v8 4/6] i2c: wmt: fix a bug when thread blocked
  ` [PATCH v8 5/6] i2c: wmt: add platform type VIAI2C_PLAT_WMT
  ` [PATCH v8 6/6] i2c: add zhaoxin i2c controller driver
      ` [SPAM] "

[PATCH v2 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-03-06  9:34 UTC  (54+ messages)
` [PATCH v2 01/11] dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example
` [PATCH v2 02/11] dt-bindings: hwmon: lm75: use common hwmon schema
` [PATCH v2 03/11] i2c: nomadik: rename private struct pointers from dev to priv
  ` [SPAM] "
` [PATCH v2 04/11] i2c: nomadik: simplify IRQ masking logic
  ` [SPAM] "
` [PATCH v2 05/11] i2c: nomadik: use bitops helpers
` [PATCH v2 06/11] i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer
  ` [SPAM] "
      `  "
` [PATCH v2 07/11] i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
` [PATCH v2 08/11] i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
` [PATCH v2 09/11] i2c: nomadik: support Mobileye EyeQ5 I2C controller
` [PATCH v2 10/11] MIPS: mobileye: eyeq5: add 5 I2C controller nodes
` [PATCH v2 11/11] MIPS: mobileye: eyeq5: add evaluation board I2C temp sensor

[PATCH] i2c: remove redundant condition
 2024-03-06  4:19 UTC 

[PATCH] i2c: remove redundant condition
 2024-03-06  1:32 UTC  (2+ messages)

[PATCH -next] i2c: amd-mp2: drop free_irq() of devm_request_irq() allocated irq
 2024-03-05 21:49 UTC  (2+ messages)

[PATCH RFT] i2c: i801: Call i2c_register_spd for muxed child segments
 2024-03-05 20:28 UTC 

riscv: ERROR: modpost: "acpi_device_notify_remove" [drivers/i2c/i2c-core.ko] undefined!
 2024-03-05 11:59 UTC 

[PATCH v3] i2c: exynos5: Init data before registering interrupt handler
 2024-03-05 10:50 UTC 

[PATCH v2] i2c: exynos5: Init data before registering interrupt handler
 2024-03-05 10:42 UTC  (3+ messages)

[PATCH v3] i2c: i801: Avoid potential double call to gpiod_remove_lookup_table
 2024-03-05  9:48 UTC  (5+ messages)
  ` [SPAM] "

[PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
 2024-03-05  9:39 UTC  (4+ messages)

[PATCH v2] i2c: aspeed: Fix the dummy irq expected print
 2024-03-05  1:19 UTC 

[PATCH] i2c: aspeed: Fix the dummy irq expected print
 2024-03-05  0:09 UTC  (7+ messages)

[PATCH] i2c: remove redundant condition
 2024-03-04 20:54 UTC  (2+ messages)

[PATCH v2] i2c: smbus: Prepare i2c_register_spd for usage on muxed segments
 2024-03-04 20:46 UTC  (4+ messages)

[PATCH] Documentation: i2c: Document that client auto-detection is a legacy mechanism
 2024-03-04 20:44 UTC 

[PATCH RFT 0/3] i2c: mpc: use proper binding for transfer timeouts
 2024-03-04 20:02 UTC  (9+ messages)
` [PATCH RFT 1/3] dt-bindings: "
` [PATCH RFT 2/3] "
` [PATCH RFT 3/3] i2c: mpc: remove outdated macro

[PATCH] i2c: exynos5: Init data before registering interrupt handler
 2024-03-04 16:17 UTC  (5+ messages)

[PATCH v4 00/18] Add suspend to ram support for PCIe on J7200
 2024-03-04 15:36 UTC  (19+ messages)
` [PATCH v4 01/18] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v4 02/18] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
` [PATCH v4 03/18] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v4 04/18] mux: add mux_chip_resume() function
` [PATCH v4 05/18] mux: mmio: add resume support
` [PATCH v4 06/18] phy: ti: phy-j721e-wiz: use dev_err_probe() instead of dev_err()
` [PATCH v4 07/18] phy: ti: phy-j721e-wiz: split wiz_clock_init() function
` [PATCH v4 08/18] phy: ti: phy-j721e-wiz: add resume support
` [PATCH v4 09/18] phy: cadence-torrent: extract calls to clk_get from cdns_torrent_clk
` [PATCH v4 10/18] phy: cadence-torrent: register resets even if the phy is already configured
` [PATCH v4 11/18] phy: cadence-torrent: add already_configured to struct cdns_torrent_phy
` [PATCH v4 12/18] phy: cadence-torrent: remove noop_ops phy operations
` [PATCH v4 13/18] phy: cadence-torrent: add suspend and resume support
` [PATCH v4 14/18] PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()
` [PATCH v4 15/18] PCI: cadence: Set cdns_pcie_host_init() global
` [PATCH v4 16/18] PCI: j721e: Use dev_err_probe() in the probe() function
` [PATCH v4 17/18] PCI: j721e: Add reset GPIO to struct j721e_pcie
` [PATCH v4 18/18] PCI: j721e: Add suspend and resume support

[PATCH] i2c: constify the struct device_type usage
 2024-03-04 13:29 UTC  (2+ messages)

[PATCH v3] i2c: acpi: Unbind mux adapters before delete
 2024-03-04  9:08 UTC  (2+ messages)

[PATCH v1 1/2] i2c: designware: constify abort_sources
 2024-03-04  7:58 UTC  (5+ messages)
` [PATCH v1 2/2] i2c: designware: constify regmap_config

[PATCH v2] i2c: i801: Fix using mux_pdev before it's set
 2024-03-04  0:33 UTC  (2+ messages)

[PATCH v2] i2c: i801: Avoid potential double call to gpiod_remove_lookup_table
 2024-03-04  0:30 UTC  (2+ messages)

[PATCH v1] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-03-03 14:12 UTC  (5+ messages)
` [SPAM] "

[PATCH RFC 0/2] i2c: i801: Call i2c_register_spd for muxed child segments
 2024-03-03 12:49 UTC  (8+ messages)
` [PATCH RFC 1/2] i2c: smbus: Prepare i2c_register_spd for usage on muxed segments
` [PATCH RFC 2/2] i2c: i801: Call i2c_register_spd for muxed child segments

[PATCH v2 0/6] i2c-i801 / dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
 2024-03-03 11:14 UTC  (20+ messages)
` [PATCH v2 2/6] platform/x86: "

[PATCH] ipmi: ipmb: Remove I2C_CLASS_HWMON from drivers w/o detect and address_list
 2024-03-02 17:47 UTC  (2+ messages)

[PATCH] Input: bma150: remove I2C_CLASS_HWMON from drivers w/o detect and address_list
 2024-03-02 17:45 UTC  (2+ messages)

[PATCH v2 1/1] i2c: acpi: Unbind mux adapters before delete
 2024-03-01 23:25 UTC  (3+ messages)

[PATCH v4 00/39] Add support for sam9x7 SoC family
 2024-03-01 10:51 UTC  (5+ messages)
` (subset) "

[PATCH v2 0/2] Xilinx I2C driver fixes
 2024-03-01  9:22 UTC  (3+ messages)

[PATCH] i2c: imx-lpi2c: add generic GPIO recovery for LPI2C
 2024-03-01  8:22 UTC  (2+ messages)

[PATCH v2 0/2] Xilinx I2C driver fixes
 2024-03-01  6:53 UTC 

[PATCH 0/1] I2C mux ACPI SSDT overlay removal issue
 2024-02-29 21:40 UTC  (4+ messages)
` [PATCH 1/1] i2c: acpi: Unbind mux adapters before delete

[PATCH 00/13] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-02-29  9:31 UTC  (8+ messages)
` [PATCH 09/13] i2c: nomadik: fetch timeout-usecs property from devicetree

[PATCH v2] i2c: i801: Add lis3lv02d for Dell Precision M6800 v2 Bios: A26
 2024-02-28 22:54 UTC  (3+ messages)

[PATCH v2 00/31] fsi: Interrupt support
 2024-02-28 15:47 UTC  (5+ messages)
` [PATCH v2 08/31] dt-bindings: fsi: Add AST2700 compatible

[PATCH] i2c: cadence: Add RISCV architecture support
 2024-02-28  8:56 UTC 

Ideas for a generic solution to support accelerometer lis3lv02d in Dell laptops/notebooks?
 2024-02-27 20:51 UTC  (6+ messages)

[PATCH] dt-bindings: i2c: Remove obsolete i2c.txt
 2024-02-27 17:04 UTC  (6+ messages)

dtschema: i2c: messy situation about timeouts
 2024-02-27 12:57 UTC  (8+ messages)

[PATCH v3 0/6] i2c: designware: Generic polling mode code
 2024-02-27  1:21 UTC  (2+ messages)

[PATCH V2] dt-bindings: i2c: imx-lpi2c: add i.MX95 LPI2C
 2024-02-27  1:21 UTC  (2+ messages)

[PATCH v2] mux: convert mux_chip->mux to flexible array
 2024-02-27  0:48 UTC  (2+ messages)

[PATCH v3 00/18] Add suspend to ram support for PCIe on J7200
 2024-02-26 17:54 UTC  (5+ messages)
` [PATCH v3 17/18] PCI: j721e: add reset GPIO to struct j721e_pcie


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 read-only IMAP folder(s) and NNTP newsgroup(s).