linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-05 22:49:33 to 2020-09-09 09:36:16 UTC [more...]

[PATCH v8 0/6] Support running driver's probe for a device powered off
 2020-09-09  9:35 UTC  (3+ messages)
` [PATCH v8 6/6] at24: Support probing while off

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

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-09  9:11 UTC  (36+ 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] 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] "

[PATCH v4 1/1] i2c: algo-pca: Reapply i2c bus settings after reset
 2020-09-09  8:23 UTC  (2+ messages)

[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] i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-09-09  4:10 UTC 

[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  (47+ 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 03/35] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
` [PATCH v6 04/35] i2c: tegra: Mask interrupt in tegra_i2c_issue_bus_clear()
` [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 22/35] i2c: tegra: Improve formatting of variables
` [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 26/35] i2c: tegra: Factor out packet header setup "
` [PATCH v6 27/35] i2c: tegra: Factor out register polling into separate function
` [PATCH v6 28/35] i2c: tegra: Factor out hardware initialization "
` [PATCH v6 29/35] i2c: tegra: Check errors for both positive and negative values
` [PATCH v6 30/35] i2c: tegra: Consolidate error handling in tegra_i2c_xfer_msg()
` [PATCH v6 31/35] i2c: tegra: Clean up variable names
` [PATCH v6 32/35] i2c: tegra: Clean up printk messages
` [PATCH v6 33/35] i2c: tegra: Clean up and improve comments
` [PATCH v6 34/35] i2c: tegra: Clean up whitespaces, newlines and indentation
` [PATCH v6 35/35] i2c: tegra: Improve driver module description

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

[PATCH 1/5] i2c: xiic: Fix broken locking on tx_msg
 2020-09-08 14:04 UTC  (14+ messages)
` [PATCH 2/5] i2c: xiic: Drop broken interrupt handler

[PATCH v2 1/1] i2c: busses: Add support for atomic transfers in Actions Semi Owl driver
 2020-09-08 10:52 UTC 

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)

[PATCH] watchdog: da9063: wake up parent ahead of reboot
 2020-09-07 21:19 UTC  (3+ messages)

[PATCH] i2c: amd_mp2: handle num is 0 input for i2c_amd_xfer
 2020-09-07 14:28 UTC  (2+ messages)

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

[PATCH] dt-bindings: i2c: i2c-mt65xx: Update binding example
 2020-09-07 15:08 UTC  (3+ messages)

[PATCH V2 0/2] Implement Shutdown callback for i2c
 2020-09-07 12:53 UTC  (7+ messages)
` [PATCH V2 1/2] i2c: i2c-qcom-geni: Store DMA mapping data in geni_i2c_dev struct
` [PATCH V2 2/2] i2c: i2c-qcom-geni: Add shutdown callback for i2c

[RFC] i2c: i2c-mt65xx and DMA on MT6577 (compatibility issue)
 2020-09-06 13:00 UTC 

[PATCH v2 1/2] i2c: i801: Fix resume bug
 2020-09-06  8:00 UTC  (2+ messages)

[PATCH v4 00/31] Improvements for Tegra I2C driver
 2020-09-05 23:35 UTC  (19+ messages)
` [PATCH v4 11/31] i2c: tegra: Factor out runtime PM and hardware initialization
` [PATCH v4 15/31] i2c: tegra: Remove bogus barrier()
` [PATCH v4 16/31] i2c: tegra: Remove "dma" variable from tegra_i2c_xfer_msg()
` [PATCH v4 30/31] i2c: tegra: Clean up and improve comments


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