linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-08 02:14:40 to 2020-09-11 20:45:19 UTC [more...]

[PULL REQUEST] i2c for v5.9
 2020-09-11 20:45 UTC  (2+ messages)

[PATCH v4 1/1] i2c: algo-pca: Reapply i2c bus settings after reset
 2020-09-11 19:45 UTC  (4+ messages)

[PATCH 0/1] i2c: add slave testunit driver
 2020-09-11 19:05 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-09-11 13:01 UTC  (11+ messages)
` [PATCH v8 3/6] ACPI: Add a convenience function to tell a device is in low power state
` [PATCH v8 6/6] at24: Support probing while off

[PATCH] i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK
 2020-09-11 15:35 UTC  (2+ messages)

[PATCH v3 0/3] nvmem: add ONIE NVMEM cells provider
 2020-09-11 16:59 UTC  (5+ messages)
` [PATCH v3 1/3] nvmem: core: allow to register cells during nvmem registration

[PATCH 1/5] i2c: xiic: Fix broken locking on tx_msg
 2020-09-11 10:28 UTC  (15+ messages)
` [PATCH 2/5] i2c: xiic: Drop broken interrupt handler

[PATCH 0/5] Add support for custom names for AT24 EEPROMs
 2020-09-11  7:45 UTC  (10+ messages)
` [PATCH 1/5] misc: eeprom: at24: Initialise AT24 NVMEM ID field
` [PATCH 2/5] dt-bindings: eeprom: at24: Add label property for AT24
` [PATCH 3/5] misc: eeprom: at24: Support custom device names for AT24 EEPROMs
` [PATCH 4/5] arm64: tegra: Add label properties for EEPROMs
` [PATCH 5/5] arm64: tegra: Populate EEPROMs for Jetson Xavier NX

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-11  4:19 UTC  (14+ messages)

[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
 2020-09-11  3:53 UTC  (2+ messages)

[PATCH] i2c: stm32: do not display error when DMA is not requested
 2020-09-10 13:35 UTC  (5+ messages)

[PATCH v2 1/1] i2c: busses: Add support for atomic transfers in Actions Semi Owl driver
 2020-09-10 14:12 UTC  (5+ messages)

[PATCH v3 0/5] input: misc: Add IBM Operation Panel driver
 2020-09-10 13:55 UTC  (13+ messages)
` [PATCH v3 1/5] dt-bindings: input: Add documentation for IBM Operation Panel
` [PATCH v3 2/5] input: misc: Add IBM Operation Panel driver
` [PATCH v3 3/5] i2c: aspeed: Mask IRQ status to relevant bits
` [PATCH v3 4/5] ARM: dts: Aspeed: Tacoma: Add IBM Operation Panel I2C device
` [PATCH v3 5/5] ARM: dts: Aspeed: Rainier: "

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

[PATCH] i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-09-10 18:18 UTC  (3+ messages)

i2c-tools 4.2 is coming
 2020-09-10 13:33 UTC 

[PATCH] i2c: i801: Exclude device from suspend direct complete optimization
 2020-09-10  9:57 UTC 

[PATCH 1/9] i2c: stm32: Simplify with dev_err_probe()
 2020-09-10  9:36 UTC  (10+ messages)
` [PATCH 3/9] i2c: bcm2835: "
` [PATCH 6/9] i2c: imx: "
` [PATCH 8/9] i2c: mux: gpmux: "
` [PATCH 9/9] i2c: mux: reg: "

[PATCH v2 1/2] i2c: i801: Fix resume bug
 2020-09-10  9:32 UTC  (5+ messages)

[PATCH] i2c: stm32: remove unnecessary DMA kernel error log
 2020-09-10  9:30 UTC  (2+ messages)

[PATCH] i2c: rcar: add HostNotify support
 2020-09-10  9:11 UTC 

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

[PATCH] arch/powerpc: use simple i2c probe function
 2020-09-09 13:28 UTC  (2+ messages)

[PATCH] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
 2020-09-09 10:32 UTC 

[PATCH] i2c: stm32f7: add SMBus-Alert support
 2020-09-09  9:22 UTC  (2+ messages)

[PATCH] i2c: virtio: add a virtio i2c frontend driver
 2020-09-09  9:02 UTC  (6+ messages)

[PATCH 0/2] i2c: rcar: use iopoll helpers for better timeout handling
 2020-09-09  8:44 UTC  (5+ messages)
` [PATCH 1/2] i2c: rcar: improve bus busy detection
` [PATCH 2/2] i2c: rcar: refactor and shorten timeout when resetting

[PATCH v3 0/2] i2c: stm32: add host-notify support via i2c slave
 2020-09-09  8:39 UTC  (5+ messages)
` [PATCH v3 1/2] i2c: smbus: add core function handling SMBus host-notify
` [PATCH v3 2/2] i2c: stm32f7: Add SMBus Host-Notify protocol support

[PATCH] i2c: imx: Use dev_err_probe() to simplify error handling
 2020-09-09  8:33 UTC  (2+ messages)

[PATCH] i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480
 2020-09-09  8:29 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] at24: fixes for v5.9-rc5
 2020-09-09  8:18 UTC  (2+ messages)

[PATCH] i2c: add binding to mark a bus as SMBus
 2020-09-09  8:15 UTC  (2+ messages)

[PATCH v2 0/5] input: misc: Add IBM Operation Panel driver
 2020-09-09  8:01 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: input: Add documentation for IBM Operation Panel
` [PATCH v2 2/5] input: misc: Add IBM Operation Panel driver
` [PATCH v2 3/5] i2c: aspeed: Mask IRQ status to relevant bits
` [PATCH v2 4/5] ARM: dts: Aspeed: Tacoma: Add IBM Operation Panel I2C device
` [PATCH v2 5/5] ARM: dts: Aspeed: Rainier: "

[PATCH] i2cset: Fix short writes with mask
 2020-09-08 21:08 UTC  (5+ messages)

[PATCH 0/5] input: misc: Add IBM Operation Panel driver
 2020-09-08 20:37 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: input: Add documentation for IBM Operation Panel

[PATCH v6 00/35] Improvements for Tegra I2C driver
 2020-09-08 13:33 UTC  (35+ messages)
` [PATCH v6 01/35] i2c: tegra: Make tegra_i2c_flush_fifos() usable in atomic transfer
` [PATCH v6 02/35] i2c: tegra: Add missing runtime PM put
` [PATCH v6 05/35] i2c: tegra: Initialize div-clk rate unconditionally
` [PATCH v6 06/35] i2c: tegra: Remove i2c_dev.clk_divisor_non_hs_mode member
` [PATCH v6 07/35] i2c: tegra: Runtime PM always available on Tegra
` [PATCH v6 08/35] i2c: tegra: Remove error message used for devm_request_irq() failure
` [PATCH v6 09/35] i2c: tegra: Use reset_control_reset()
` [PATCH v6 10/35] i2c: tegra: Use devm_platform_get_and_ioremap_resource()
` [PATCH v6 11/35] i2c: tegra: Use platform_get_irq()
` [PATCH v6 12/35] i2c: tegra: Use clk-bulk helpers
` [PATCH v6 13/35] i2c: tegra: Move out all device-tree parsing into tegra_i2c_parse_dt()
` [PATCH v6 14/35] i2c: tegra: Clean up probe function
` [PATCH v6 15/35] i2c: tegra: Clean up variable types
` [PATCH v6 16/35] i2c: tegra: Reorder location of functions in the code
` [PATCH v6 17/35] i2c: tegra: Remove likely/unlikely from "
` [PATCH v6 18/35] i2c: tegra: Remove outdated barrier()
` [PATCH v6 19/35] i2c: tegra: Remove redundant check in tegra_i2c_issue_bus_clear()
` [PATCH v6 20/35] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v6 21/35] i2c: tegra: Don't fall back to PIO mode if DMA configuration fails
` [PATCH v6 23/35] i2c: tegra: Improve coding style of tegra_i2c_wait_for_config_load()
` [PATCH v6 24/35] i2c: tegra: Rename wait/poll functions
` [PATCH v6 25/35] i2c: tegra: Factor out error recovery from tegra_i2c_xfer_msg()
` [PATCH v6 27/35] i2c: tegra: Factor out register polling into separate function

[PATCH V3] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2020-09-08 19:30 UTC  (2+ messages)

KASAN: out-of-bounds Write in i801_isr
 2020-09-08  7:32 UTC 

[PATCH v3 1/1] i2c: algo-pca: Reapply i2c bus settings after reset
 2020-09-08  7:06 UTC  (2+ messages)

[PATCH v2] libi2c: Add a manual page to document the API
 2020-09-08  6:52 UTC  (2+ messages)

[PATCH v3] i2c: npcm7xx: Fix timeout calculation
 2020-09-08  6:26 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).