Linux-i2c Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-04 09:18:06 to 2024-03-11 22:26:13 UTC [more...]

[PATCH] media: dt-bindings: qcom,i2c-cci: Fix OV7251 'data-lanes' entries
 2024-03-11 22:26 UTC 

[PATCH] i2c: muxes: pca954x: Allow sharing reset GPIO
 2024-03-11 20:07 UTC  (3+ messages)

[GIT PULL] i2c-host changes for v6.9 - part 2 (i2c zhaoxin)
 2024-03-11 14:30 UTC  (2+ messages)

[PATCH v2 1/2] i2c: viai2c: Fix some minor style issues
 2024-03-11 10:51 UTC  (4+ messages)
` [PATCH v2 2/2] i2c: viai2c: Fix bug for msg->len is 0

[PATCH 0/5] Add RIIC support for Renesas RZ/V2H SoC
 2024-03-11  9:00 UTC  (19+ messages)
` [PATCH 1/5] dt-bindings: i2c: renesas,riic: Update comment for fallback string
` [PATCH 2/5] dt-bindings: i2c: renesas,riic: Document R9A09G057 support
` [PATCH 3/5] i2c: riic: Introduce helper functions for I2C read/write operations
` [PATCH 4/5] i2c: riic: Pass register offsets and chip details as OF data
` [PATCH 5/5] i2c: riic: Add support for R9A09G057 SoC

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

[PATCH 1/2] i2c: viai2c: Fix some minor style issues
 2024-03-11  7:27 UTC  (6+ messages)
` [PATCH 2/2] i2c: viai2c: Fix bug for msg->len is 0

[PULL REQUEST] i2c-for-6.8-rc8
 2024-03-09 18:34 UTC  (2+ messages)

[PATCH v3] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-03-08 22:56 UTC  (8+ messages)

[PATCH v8 0/6] i2c: add zhaoxin i2c controller driver
 2024-03-08 12:30 UTC  (20+ messages)
` [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 v9 0/6] "
  ` [PATCH v9 1/6] i2c: wmt: create wmt_i2c_init for general init
  ` [PATCH v9 2/6] i2c: wmt: split out common files
  ` [PATCH v9 3/6] i2c: wmt: rename something
  ` [PATCH v9 4/6] i2c: wmt: fix a bug when thread blocked
  ` [PATCH v9 5/6] i2c: wmt: add platform type VIAI2C_PLAT_WMT
  ` [PATCH v9 6/6] i2c: add zhaoxin i2c controller driver

[GIT PULL] i2c-host changes for v6.9
 2024-03-08 12:19 UTC 

[GIT PULL] i2c-host fixes for v6.8
 2024-03-08 11:38 UTC  (3+ messages)

[PATCH v4 00/18] Add suspend to ram support for PCIe on J7200
 2024-03-08  8:42 UTC  (21+ 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: sprd: Convert to platform remove callback returning void
 2024-03-08  6:56 UTC  (3+ messages)

[PATCH v2] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-03-07 21:24 UTC  (6+ messages)

[PATCH] i2c: exynos5: Revert "i2c: exynos5: Init data before registering interrupt handler"
 2024-03-07 20:33 UTC  (4+ messages)

[PATCH v3] i2c: exynos5: Init data before registering interrupt handler
 2024-03-07 13:29 UTC  (7+ messages)

[PATCH v1] i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode
 2024-03-07 10:02 UTC  (7+ messages)

[PATCH] Documentation: i2c: Document that client auto-detection is a legacy mechanism
 2024-03-07  8:44 UTC  (2+ messages)

[PATCH] i2c: remove redundant condition
 2024-03-07  8:37 UTC  (2+ messages)

[linux-next:master 11602/11963] ERROR: modpost: "acpi_device_notify_remove" [drivers/i2c/i2c-core.ko] undefined!
 2024-03-07  8:21 UTC 

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

[PATCH RFT 0/3] i2c: mpc: use proper binding for transfer timeouts
 2024-03-06 15:43 UTC  (6+ messages)
` [PATCH RFT 1/3] dt-bindings: "

[PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
 2024-03-06 15:43 UTC  (5+ messages)

[PATCH v2 RESEND] i2c: cadence: Add system suspend and resume PM support
 2024-03-06 15:43 UTC  (2+ messages)

[PATCH v2] i2c: aspeed: Fix the dummy irq expected print
 2024-03-06 11:55 UTC  (2+ messages)

[PATCH v3] i2c: i801: Avoid potential double call to gpiod_remove_lookup_table
 2024-03-06 11:55 UTC  (6+ messages)
  ` [SPAM] "

[PATCH] i2c: wmt: Fix an error handling path in wmt_i2c_probe()
 2024-03-06 11:55 UTC  (2+ messages)

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

[PATCH v2 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-03-06  9:34 UTC  (27+ messages)
` [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] 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 v2] i2c: exynos5: Init data before registering interrupt handler
 2024-03-05 10:42 UTC  (3+ messages)

[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] i2c: exynos5: Init data before registering interrupt handler
 2024-03-04 16:17 UTC  (5+ messages)

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


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