public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-02 10:44:49 to 2024-02-16 08:08:46 UTC [more...]

[PATCH 00/33] fsi: Interrupt support
 2024-02-16  8:08 UTC  (36+ messages)
` [PATCH 01/33] dt-bindings: clock: ast2600: Add FSI clock
` [PATCH 02/33] clk: ast2600: Add FSI parent clock with correct rate
` [PATCH 03/33] fsi: Move slave definitions to fsi-slave.h
` [PATCH 04/33] fsi: Improve master indexing
` [PATCH 05/33] fsi: Use a defined value for default echo delay
` [PATCH 06/33] fsi: Expose master-specific local bus clock divider
` [PATCH 07/33] ARM: dts: aspeed: p10 and tacoma: Set FSI clock frequency
` [PATCH 08/33] fsi: core: Improve master read/write/error traces
` [PATCH 09/33] fsi: core: Add slave error trace
` [PATCH 10/33] fsi: aspeed: Add AST2700 support
` [PATCH 11/33] fsi: core: Add slave spinlock
` [PATCH 12/33] fsi: core: Allow cfam device type aliases
` [PATCH 13/33] fsi: core: Add common regmap master functions
` [PATCH 14/33] fsi: hub: Use common initialization and link enable
` [PATCH 15/33] fsi: aspeed: "
` [PATCH 16/33] fsi: aspeed: Remove cfam reset sysfs file in error path and remove
` [PATCH 17/33] fsi: aspeed: Refactor trace functions
` [PATCH 18/33] fsi: aspeed: Don't clear all IRQs during OPB transfers
` [PATCH 19/33] fsi: aspeed: Only read result register for successful read
` [PATCH 20/33] fsi: aspeed: Switch to spinlock
` [PATCH 21/33] fsi: aspeed: Disable relative addressing and IPOLL for cfam reset
` [PATCH 22/33] fsi: aspeed: Use common master error handler
` [PATCH 23/33] fsi: core: Add interrupt support
` [PATCH 24/33] fsi: aspeed: "
` [PATCH 25/33] fsi: hub: "
` [PATCH 26/33] ARM: dts: aspeed: FSI "
` [PATCH 27/33] i2c: fsi: Calculate clock divider from local bus frequency
` [PATCH 28/33] i2c: fsi: Improve formatting
` [PATCH 29/33] i2c: fsi: Change fsi_i2c_write_reg to accept data instead of a pointer
` [PATCH 30/33] i2c: fsi: Remove list structure of ports
` [PATCH 31/33] i2c: fsi: Define a function to check status error bits
` [PATCH 32/33] i2c: fsi: Add boolean for skip stop command on abort
` [PATCH 33/33] i2c: fsi: Add interrupt support

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

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

[GIT PULL] i2c-host fixes for v6.8-rc5
 2024-02-15 19:34 UTC 

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

[PATCH v5 1/2] dt-bindings: i2c: pca954x: Add custom properties for MAX7357
 2024-02-15 10:58 UTC  (4+ messages)
` [PATCH v5 2/2] i2c: muxes: pca954x: Enable features on MAX7357

[PATCH] i2c: i801: Fix block process call transactions
 2024-02-15 10:19 UTC  (5+ messages)
` [SPAM] "

[PATCH] i2c: pasemi: split driver into two separate modules
 2024-02-14 21:42 UTC  (3+ messages)

[PATCH] i2c: Remove redundant comparison in npcm_i2c_reg_slave
 2024-02-14 22:25 UTC  (3+ messages)

Potential bug in SMBus kernel module
 2024-02-14 18:11 UTC  (3+ messages)

[PATCH v4 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-02-14 17:57 UTC  (2+ messages)
` (subset) "

[PATCH v3 00/24] Improve IRQ wake capability reporting and update the cros_ec driver to use it
 2024-02-14 17:57 UTC  (2+ messages)
` (subset) "

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

[PATCH v4] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
 2024-02-13 21:39 UTC  (2+ messages)

[PATCH v2 0/6] i2c-i801 / dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
 2024-02-13 16:30 UTC  (4+ messages)
` [PATCH v2 2/6] platform/x86: "

[PATCH v3 0/6] i2c: designware: Generic polling mode code
 2024-02-13 12:48 UTC  (7+ 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()
` [PATCH v3 5/6] i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NIC
` [PATCH v3 6/6] i2c: designware: Implement generic polling mode code for "

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

`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  (3+ messages)

[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  (10+ messages)
` [PATCH 01/14] gpio: pca953x: move suspend/resume to suspend_noirq/resume_noirq

[PATCH v3 0/5] i2c: i801: collection of further improvements / refactorings
 2024-02-08 22:33 UTC  (8+ messages)
` [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  (8+ 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 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

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  (6+ messages)
` [PATCH 1/6] i2c: designware: Uniform initialization flow for polling mode

[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  (2+ messages)


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