linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-21 09:34:38 to 2020-09-28 20:49:16 UTC [more...]

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-09-28 20:49 UTC  (14+ messages)

[PATCH v4] i2c: sh_mobile: implement atomic transfers
 2020-09-28 15:59 UTC 

[PATCH] i2c: i801: Add support for Intel Alder Lake PCH-S
 2020-09-28 15:19 UTC  (2+ messages)

[PATCH] i2c: testunit: improve documentation
 2020-09-28 11:06 UTC 

[PATCH v1] i2c: npcm7xx: Clear LAST bit after a failed transaction
 2020-09-27 18:06 UTC  (2+ messages)

[PATCH v4 1/4] dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
 2020-09-27 18:02 UTC  (13+ messages)
` [PATCH v4 2/4] dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QXP compatible matching
` [PATCH v4 3/4] dt-bindings: i2c: imx: Add properties and use unevaluatedProperties
` [PATCH v4 4/4] dt-bindings: i2c: imx: Fix i.MX 7 compatible matching

[PATCH v3] i2c: imx: Fix external abort on interrupt in exit paths
 2020-09-27 18:02 UTC  (3+ messages)

[PATCH 1/9] i2c: stm32: Simplify with dev_err_probe()
 2020-09-27 18:01 UTC  (4+ messages)
` [PATCH 7/9] i2c: rk3x: "

[PATCH v11 0/2] i2c: add driver for Mellanox BlueField SoC
 2020-09-27 13:57 UTC  (6+ messages)
` [PATCH v11 1/2] i2c: i2c-mlxbf: I2C SMBus "
` [PATCH v11 2/2] dt-bindings: i2c: I2C binding "

[GIT PULL] at24: updates for v5.10
 2020-09-27 13:17 UTC  (2+ messages)

[PATCH v2] i2c: cpm: Fix i2c_ram structure
 2020-09-27 13:15 UTC  (5+ messages)

[PATCH 0/3] i2c: imx: Fix handling of arbitration loss
 2020-09-25  8:11 UTC  (6+ messages)
` [PATCH 1/3] i2c: imx: Fix reset of I2SR_IAL flag

[PATCH V2 0/5] Add support for custom names for AT24 EEPROMs
 2020-09-24 13:25 UTC  (13+ messages)
` [PATCH V2 1/5] misc: eeprom: at24: Initialise AT24 NVMEM ID field
` [PATCH V2 2/5] dt-bindings: eeprom: at24: Add label property for AT24
` [PATCH V2 3/5] misc: eeprom: at24: Support custom device names for AT24 EEPROMs

[PATCH v3] i2c: sh_mobile: implement atomic transfers
 2020-09-23 19:05 UTC  (5+ messages)

[PATCH v8 29/32] i2c: tegra: Clean up printk messages
 2020-09-23 16:10 UTC 

[PATCH v8 00/32] Improvements for Tegra I2C driver
 2020-09-23 16:10 UTC  (36+ messages)
` [PATCH v8 01/32] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v8 02/32] i2c: tegra: Add missing pm_runtime_put()
` [PATCH v8 03/32] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v8 04/32] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [PATCH v8 05/32] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v8 06/32] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v8 07/32] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v8 08/32] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v8 09/32] i2c: tegra: Use reset_control_reset()
` [PATCH v8 10/32] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v8 11/32] i2c: tegra: Use platform_get_irq()
` [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v8 13/32] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v8 14/32] i2c: tegra: Clean up probe function
` [PATCH v8 15/32] i2c: tegra: Reorder location of functions in the code
` [PATCH v8 16/32] i2c: tegra: Clean up variable types
` [PATCH v8 17/32] i2c: tegra: Remove outdated barrier()
` [PATCH v8 18/32] i2c: tegra: Remove likely/unlikely from the code
` [PATCH v8 19/32] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v8 20/32] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v8 21/32] i2c: tegra: Rename wait/poll functions
` [PATCH v8 22/32] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v8 23/32] i2c: tegra: Factor out packet header setup "
` [PATCH v8 24/32] i2c: tegra: Factor out register polling into separate function
` [PATCH v8 25/32] i2c: tegra: Factor out hardware initialization "
` [PATCH v8 26/32] i2c: tegra: Check errors for both positive and negative values
` [PATCH v8 27/32] i2c: tegra: Improve formatting of variables
` [PATCH v8 28/32] i2c: tegra: Clean up variable names
` [PATCH v8 29/32] i2c: tegra: Clean up printk messages
` [PATCH v8 30/32] i2c: tegra: Clean up and improve comments
` [PATCH v8 31/32] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v8 32/32] i2c: tegra: Improve driver module description

[PATCH v2 0/4] i2c-hid: Save power by reducing i2c xfers with block reads
 2020-09-23 13:59 UTC  (7+ messages)

[PATCH] i2c: cpm: Fix i2c_ram structure
 2020-09-23 13:04 UTC  (7+ messages)

[PATCH v10 0/2] i2c: add driver for Mellanox BlueField SoC
 2020-09-22 22:52 UTC  (5+ messages)
` [PATCH v10 1/2] i2c: i2c-mlxbf: I2C SMBus "
` [PATCH v10 2/2] dt-bindings: i2c: I2C binding "

[PATCH v5 00/16] Allwinner A100 Initial support
 2020-09-22 15:37 UTC  (2+ messages)

Upstream I2C driver that designed for rpmsg
 2020-09-22 12:27 UTC  (2+ messages)

[PATCH v3] i2c: virtio: add a virtio i2c frontend driver
 2020-09-22 11:23 UTC 

i2c-tools 4.2 has been released
 2020-09-22  9:25 UTC 

[PATCH 00/20] Add support for SATA/PCIe/USB2[3]/VIN/CSI on R8A774E1
 2020-09-22  8:40 UTC  (7+ messages)
` [PATCH 07/20] dt-bindings: usb: renesas,usb3-peri: Document r8a774e1 support

[PATCH V4] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2020-09-21 20:12 UTC  (4+ messages)

[PATCH] i2c: nvidia-gpu: use dev_info for timeout error
 2020-09-21 19:36 UTC  (3+ messages)

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-21 16:05 UTC  (67+ messages)
` [PATCH v7 06/34] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v7 08/34] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v7 12/34] i2c: tegra: Use clk-bulk helpers
` [PATCH v7 14/34] i2c: tegra: Clean up probe function
` [PATCH v7 21/34] i2c: tegra: Don't fall back to PIO mode if DMA configuration fails
` [PATCH v7 25/34] i2c: tegra: Factor out register polling into separate function
` [PATCH v7 27/34] i2c: tegra: Check errors for both positive and negative values
` [PATCH v7 29/34] i2c: tegra: Improve formatting of variables
` [PATCH v7 30/34] i2c: tegra: Clean up variable names
` [PATCH v7 32/34] i2c: tegra: Clean up and improve comments

[PATCH AUTOSEL 5.8 08/20] i2c: aspeed: Mask IRQ status to relevant bits
 2020-09-21 14:40 UTC  (3+ messages)
` [PATCH AUTOSEL 5.8 17/20] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
` [PATCH AUTOSEL 5.8 19/20] i2c: mediatek: Send i2c master code at more than 1MHz

[PATCH AUTOSEL 5.4 07/15] i2c: aspeed: Mask IRQ status to relevant bits
 2020-09-21 14:40 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 14/15] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()

[PATCH AUTOSEL 4.19 8/9] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
 2020-09-21 14:41 UTC 

[PATCH AUTOSEL 4.14 2/3] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
 2020-09-21 14:41 UTC 

[PATCH AUTOSEL 4.9 2/3] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
 2020-09-21 14:41 UTC 

[PATCH] i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-09-21 11:44 UTC  (4+ messages)

[PATCH v7 31/34] i2c: tegra: Clean up printk messages
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 26/34] i2c: tegra: Factor out hardware initialization into separate function
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 19/34] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 09/34] i2c: tegra: Use reset_control_reset()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 10/34] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 03/34] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 33/34] i2c: tegra: Clean up whitespaces, newlines and indentation
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 34/34] i2c: tegra: Improve driver module description
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 28/34] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 24/34] i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 23/34] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
 2020-09-21 10:20 UTC  (2+ messages)

[PATCH v7 22/34] i2c: tegra: Rename wait/poll functions
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 20/34] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 18/34] i2c: tegra: Remove likely/unlikely from the code
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 17/34] i2c: tegra: Remove outdated barrier()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 16/34] i2c: tegra: Clean up variable types
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 15/34] i2c: tegra: Reorder location of functions in the code
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 13/34] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 11/34] i2c: tegra: Use platform_get_irq()
 2020-09-21 10:19 UTC  (2+ messages)

[PATCH v7 07/34] i2c: tegra: Runtime PM always available on Tegra
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 05/34] i2c: tegra: Initialize div-clk rate unconditionally
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 04/34] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 02/34] i2c: tegra: Add missing pm_runtime_put()
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v7 01/34] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
 2020-09-21 10:18 UTC  (2+ messages)

[PATCH v1] i2c: nvidia-gpu: Use put_unaligned_be24()
 2020-09-21 10:06 UTC  (2+ messages)

[PATCH v1] i2c: ismt: Add support for Intel Emmitsburg PCH
 2020-09-21 10:05 UTC  (6+ messages)

[PATCH v1] i2c: ismt: Describe parameters in kernel doc
 2020-09-21  9:57 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: i2c: ingenic: Add compatible string for the JZ4770
 2020-09-21  9:47 UTC  (12+ messages)
` [PATCH 2/3] i2c: jz4780: Add compatible string for JZ4770 SoC
` [PATCH 3/3] i2c: jz4780: Remove of_match_ptr()

[PATCH] i2c: amd_mp2: handle num is 0 input for i2c_amd_xfer
 2020-09-21  9:39 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 NNTP newsgroup(s).