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

[PATCH 00/20] Add support for SATA/PCIe/USB2[3]/VIN/CSI on R8A774E1
 2020-09-22  8:40 UTC  (15+ messages)
` [PATCH 01/20] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1
` [PATCH 03/20] dt-bindings: ata: renesas,rcar-sata: Add r8a774e1 support
` [PATCH 07/20] dt-bindings: usb: renesas,usb3-peri: Document "
` [PATCH 11/20] dt-bindings: usb: renesas,usbhs: Add "

[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 v10 0/2] i2c: add driver for Mellanox BlueField SoC
 2020-09-21 19:34 UTC  (4+ messages)
` [PATCH v10 1/2] i2c: i2c-mlxbf: I2C SMBus "
` [PATCH v10 2/2] dt-bindings: i2c: I2C binding "

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-21 16:05 UTC  (136+ 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 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 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 03/34] i2c: tegra: Handle potential error of tegra_i2c_flush_fifos()
 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 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)

[PATCH] i2c: i801: Exclude device from suspend direct complete optimization
 2020-09-21  9:30 UTC  (2+ messages)

[PATCH] i2c: Use kobj_to_dev() API
 2020-09-21  9:15 UTC  (2+ messages)

[PATCH] i2c: Switch to using the new API kobj_to_dev()
 2020-09-21  9:14 UTC  (5+ messages)

[PATCH] misc: eeprom: use helper to get i2c_client from kobj
 2020-09-21  9:08 UTC  (3+ messages)

[PATCH] i2c: rcar: add HostNotify support
 2020-09-21  9:05 UTC  (2+ messages)

[PATCH v2 0/1] i2c: add slave testunit driver
 2020-09-21  9:05 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH v3] i2c: imx: Fix external abort on interrupt in exit paths
 2020-09-20 21:12 UTC 

[PATCH v1] i2c: npcm7xx: Clear LAST bit after a failed transaction
 2020-09-20 20:48 UTC 

[PULL REQUEST] i2c for 5.9
 2020-09-20  1:41 UTC  (2+ messages)

[PATCH 00/20] Add support for [H]SCIF/TMU/CMT/THS/SDHI/MSIOF/CAN[FD]/I2C/IIC/RWDT on R8A774E1
 2020-09-19 11:25 UTC  (9+ messages)
` [PATCH 02/20] dt-bindings: thermal: rcar-gen3-thermal: Add r8a774e1 support
` [PATCH 05/20] dt-bindings: timer: renesas,cmt: Document r8a774e1 CMT support

[PATCH] i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK
 2020-09-18 21:13 UTC  (2+ messages)

[PATCH 2/2] i2c: stm32: name slave slot to ease maintenance
 2020-09-18 21:05 UTC  (2+ messages)

[PATCH 1/2] i2c: stm32: fix slot id after introduction of host-notify support
 2020-09-18 21:05 UTC  (2+ messages)

[PATCH 0/2] Fix some definitions for bus frequency
 2020-09-18 20:52 UTC  (5+ messages)
` [PATCH 1/2] i2c: mediatek: Fix generic "
` [PATCH 2/2] i2c: mediatek: Send i2c master code at more than 1MHz

[PATCH] i2c: mediatek: Fix generic definitions for bus frequencies
 2020-09-18 20:45 UTC  (3+ messages)

[PATCH -next] i2c: efm32: Use devm_platform_get_and_ioremap_resource()
 2020-09-18 10:37 UTC  (4+ messages)

[PATCH -next] i2c: at91: Use devm_platform_get_and_ioremap_resource()
 2020-09-18  8:21 UTC 

[PATCH AUTOSEL 5.4 095/330] i2c: tegra: Prevent interrupt triggering after transfer timeout
 2020-09-18  1:59 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 258/330] i2c: tegra: Restore pinmux on system resume

[PATCH v2 0/4] i2c-hid: Save power by reducing i2c xfers with block reads
 2020-09-17 23:12 UTC  (9+ messages)
` [PATCH v2 2/4] i2c: designware: Ensure tx_buf_len is nonzero for SMBus "
` [PATCH v2 3/4] i2c: designware: Allow SMBus block reads up to 255 bytes in length

[PATCH] i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices()
 2020-09-17 21:18 UTC  (2+ messages)

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (3+ messages)

[PATCH v4 1/4] dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
 2020-09-17 19:13 UTC  (4+ 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 0/3] i2c: imx: Fix handling of arbitration loss
 2020-09-17 14:13 UTC  (6+ messages)
` [PATCH 1/3] i2c: imx: Fix reset of I2SR_IAL flag
` [PATCH 2/3] i2c: imx: Check for I2SR_IAL after every byte
` [PATCH 3/3] i2c: imx: Don't generate STOP condition if arbitration has been lost

[PATCH 0/3] i2c: imx: Fix handling of arbitration loss
 2020-09-17 12:13 UTC 

[PATCH V3] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2020-09-17 12:03 UTC  (3+ 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).