public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-28 16:13:00 to 2024-02-13 12:49:04 UTC [more...]

[PATCH v3 0/6] i2c: designware: Generic polling mode code
 2024-02-13 12:48 UTC  (5+ messages)
` [PATCH v3 1/6] i2c: designware: Uniform initialization flow for polling mode
` [PATCH v3 2/6] i2c: designware: Do not enable interrupts shortly in "
` [PATCH v3 3/6] i2c: designware: Use accessors to DW_IC_INTR_MASK register
` [PATCH v3 4/6] i2c: designware: Move interrupt handling functions before i2c_dw_xfer()

Potential bug in SMBus kernel module
 2024-02-13 11:49 UTC  (2+ messages)

[PATCH v4] i2c: i2c-qcom-geni: Correct I2C TRE sequence
 2024-02-12 16:30 UTC  (3+ messages)

[V3] i2c: i2c-qcom-geni: Correct I2C TRE sequence
 2024-02-12 12:58 UTC  (11+ messages)

[PATCH] i2c: pasemi: split driver into two separate modules
 2024-02-12 11:19 UTC 

`intel_lpss_pci_driver_init` takes 23.8 ms
 2024-02-11 19:38 UTC 

[PATCH 0/3] i2c: i801: Avoid potential issue in i801_check_post and cosmetic improvements
 2024-02-10 15:31 UTC  (4+ messages)
` [PATCH 1/3] i2c: i801: Cosmetic improvements
` [PATCH 2/3] i2c: i801: Move i801_wait_intr and i801_wait_byte_done in the code
` [PATCH 3/3] i2c: i801: Improve too small kill wait time in i801_check_post

[PATCH 1/2] dt-bindings: i2c: designware: allow fine tuning tuning waveform from device tree
 2024-02-09 21:05 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH v2 0/9] i2c: designware: Generic polling mode code
 2024-02-09 14:25 UTC  (16+ messages)
` [PATCH v2 1/9] i2c: designware: Add some flexiblity to the model info
` [PATCH v2 2/9] i2c: designware: Convert arbitration semaphore flag as semaphore type
` [PATCH v2 3/9] i2c: designware: Convert shared_with_punit boolean "
` [PATCH v2 4/9] i2c: designware: Uniform initialization flow for polling mode
` [PATCH v2 5/9] i2c: designware: Do not enable interrupts shortly in "
` [PATCH v2 6/9] i2c: designware: Use accessors to DW_IC_INTR_MASK register
` [PATCH v2 7/9] i2c: designware: Move interrupt handling functions before i2c_dw_xfer()
` [PATCH v2 8/9] i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC
` [PATCH v2 9/9] i2c: designware: Implement generic polling mode code for "

[PATCH 00/14] Add suspend to ram support for PCIe on J7200
 2024-02-09 10:50 UTC  (12+ messages)
` [PATCH 01/14] gpio: pca953x: move suspend/resume to suspend_noirq/resume_noirq
` [PATCH 02/14] pinctrl: pinctrl-single: "

[PATCH v3 0/5] i2c: i801: collection of further improvements / refactorings
 2024-02-08 22:33 UTC  (10+ messages)
` [PATCH v3 1/5] i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4
` [PATCH v3 2/5] i2c: i801: Add helper i801_check_and_clear_pec_error
` [PATCH v3 3/5] i2c: i801: Split i801_block_transaction
` [PATCH v3 4/5] i2c: i801: Add SMBUS_LEN_SENTINEL
` [PATCH v3 5/5] i2c: i801: Add helper i801_get_block_len

[PATCH v3 0/4] i2c: thunderx: Marvell thunderx i2c changes
 2024-02-08 21:44 UTC  (10+ messages)
` [PATCH v3 1/4] i2c: thunderx: Clock divisor logic changes
` [PATCH v3 2/4] i2c: thunderx: Add support for High speed mode
` [PATCH v3 3/4] i2c: octeon: Handle watchdog timeout
` [PATCH v3 4/4] i2c: thunderx: Adding ioclk support

[PATCH v2 0/4] i2c: thunderx: Marvell thunderx i2c changes
 2024-02-08 21:05 UTC  (6+ messages)

[PATCH v2 00/15] Add suspend to ram support for PCIe on J7200
 2024-02-08 15:52 UTC  (18+ messages)
` [PATCH v2 01/15] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v2 02/15] pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirq
` [PATCH v2 03/15] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v2 04/15] mux: add mux_chip_resume() function
` [PATCH v2 06/15] phy: ti: phy-j721e-wiz: make wiz_clock_init callable multiple times

[REGRESSION] `lis3lv02d_i2c_suspend()` causes `unbalanced disables for regulator-dummy` and `Failed to disable Vdd_IO: -EIO`
 2024-02-08 14:34 UTC  (2+ messages)

[PATCH v1 1/2] i2c: designware: constify abort_sources
 2024-02-08 10:46 UTC  (4+ messages)
` [PATCH v1 2/2] i2c: designware: constify regmap_config

[PATCH] i2c: Remove redundant comparison in npcm_i2c_reg_slave
 2024-02-06 19:52 UTC  (2+ messages)

Meeting with the Development Team
 2024-02-06  8:51 UTC 

[PATCH 0/6] i2c: designware: Generic polling mode code
 2024-02-05  7:30 UTC  (18+ messages)
` [PATCH 1/6] i2c: designware: Uniform initialization flow for polling mode
` [PATCH 2/6] i2c: designware: Do not enable interrupts shortly in "
` [PATCH 3/6] i2c: designware: Use accessors to DW_IC_INTR_MASK register
` [PATCH 4/6] i2c: designware: Move interrupt handling functions before i2c_dw_xfer()
` [PATCH 5/6] i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC
` [PATCH 5/5] i2c: designware: Implement generic polling mode code for "
` [PATCH 6/6] "

[PATCH] i2c: Fix NULL pointer dereference in npcm_i2c_reg_slave
 2024-02-04 10:12 UTC  (6+ messages)
  ` Re: [lvc-project] "
      `  "

[PULL REQUEST] i2c-for-6.8-rc3
 2024-02-04  7:18 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: i2c: mux: i2c-demux-pinctrl: Drop i2c-mux.yaml reference
 2024-02-03 20:50 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: i2c: mux: i2c-demux-pinctrl: Define "i2c-parent" constraints

[PATCH v8 00/13] Introduce STM32 Firewall framework
 2024-02-03 20:47 UTC  (3+ messages)
` [PATCH v8 02/13] dt-bindings: treewide: add access-controllers description

[PATCH] i2c: rcar: Prepare for the advent of ARCH_RCAR_GEN4
 2024-02-03 20:45 UTC  (2+ messages)

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

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

[PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support
 2024-02-03 17:31 UTC  (5+ messages)

[PATCH v2 0/2] i2c: hisi: Clear the interrupt status and optimize writing limitation
 2024-02-01 23:33 UTC  (9+ messages)
` [PATCH v2 1/2] i2c: hisi: Optimized the value setting of maxwrite limit to fifo depth - 1
    ` 答复: "
` [PATCH v2 2/2] i2c: hisi: Add clearing tx aempty interrupt operation
  ` 答复: [PATCH v2 0/2] i2c: hisi: Clear the interrupt status and optimize writing limitation

[PATCH v2 0/5] i2c: i801: collection of further improvements / refactorings
 2024-02-01 21:06 UTC  (8+ messages)
` [PATCH v2 1/5] i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4
` [PATCH v2 2/5] i2c: i801: Add helper i801_check_and_clear_pec_error
` [PATCH v2 3/5] i2c: i801: Split i801_block_transaction
` [PATCH v2 4/5] i2c: i801: Add SMBUS_LEN_SENTINEL
` [PATCH v2 5/5] i2c: i801: Add helper i801_get_block_len

[V2] i2c: i2c-qcom-geni: Correct I2C TRE sequence
 2024-02-01 10:23 UTC  (10+ messages)

[PATCH]i2c: hisi: Clear the interrupt status and optimize writing limitation
 2024-02-01  6:47 UTC  (8+ messages)
` [PATCH 1/2] i2c: hisi: Optimized the value setting of maxwrite limit to fifo depth - 1
` [PATCH 2/2] i2c: hisi: Add clearing tx aempty interrupt operation

[PATCH v2] i2c: sh_mobile: Switch R-Mobile A1/APE6 and SH-Mobile AG5 to new frequency calculation
 2024-01-31 22:55 UTC  (3+ messages)

[PATCH v2] hwmon: Add driver for MPS MPQ8785 Synchronous Step-Down Converter
 2024-01-31 19:04 UTC  (4+ messages)

[GIT PULL] i2c-host changes for v6.8-rc3
 2024-01-31 15:20 UTC 

[PATCH 0/8] i2c: i801: collection of further improvements / refactorings
 2024-01-31  7:43 UTC  (30+ messages)
` [PATCH 1/8] i2c: i801: Replace magic value with constant in dmi_check_onboard_devices
` [PATCH 2/8] i2c: i801: Remove unused argument from tco functions
` [PATCH 3/8] i2c: i801: Use i2c core default adapter timeout
` [PATCH 4/8] i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4
` [PATCH 5/8] i2c: i801: Add helper i801_check_and_clear_pec_error
` [PATCH 6/8] i2c: i801: Split i801_block_transaction
` [PATCH 7/8] i2c: i801: Add SMBUS_LEN_SENTINEL
` [PATCH 8/8] i2c: i801: Add helper i801_get_block_len
` (subset) [PATCH 0/8] i2c: i801: collection of further improvements / refactorings

[PATCH net-next] mlxsw: remove I2C_CLASS_HWMON from drivers w/o detect and address_list
 2024-01-31  2:00 UTC  (2+ messages)

[PATCH] i2c: imx: move to generic GPIO recovery
 2024-01-31  0:18 UTC  (2+ messages)

[RESEND PATCH v5 1/2] dt-bindings: i2c: pca954x: Add custom properties for MAX7357
 2024-01-30 20:24 UTC  (3+ messages)
` [RESEND PATCH v5 2/2] i2c: muxes: pca954x: Enable features on MAX7357

[PATCH v2 13/15] PCI: cadence: add resume support to cdns_pcie_host_setup()
 2024-01-29 22:24 UTC  (3+ messages)

[PATCH 1/1] i2c: i2c-qcom-geni: Correct I2C TRE sequence
 2024-01-29  6:15 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 27/27] i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
 2024-01-28 23:19 UTC  (2+ messages)

[PATCH v1] hwmon: Add driver for MPS MPQ8785 Synchronous Step-Down Converter
 2024-01-28 17:13 UTC  (3+ messages)

[PATCH AUTOSEL 6.6 31/31] i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
 2024-01-28 16:13 UTC 

[PATCH AUTOSEL 6.7 39/39] i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126
 2024-01-28 16:10 UTC 


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