linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-11 17:37:47 to 2020-09-19 11:25:48 UTC [more...]

[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 00/20] Add support for SATA/PCIe/USB2[3]/VIN/CSI on R8A774E1
 2020-09-19 10:54 UTC  (9+ 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] misc: eeprom: use helper to get i2c_client from kobj
 2020-09-19  6:56 UTC 

[PATCH] i2c: Switch to using the new API kobj_to_dev()
 2020-09-19  6:32 UTC  (4+ messages)

[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  (5+ 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  (11+ messages)
` [PATCH v2 1/4] i2c: designware: Fix transfer failures for invalid SMBus "
` [PATCH v2 2/4] i2c: designware: Ensure tx_buf_len is nonzero for "
` [PATCH v2 3/4] i2c: designware: Allow SMBus block reads up to 255 bytes in length
` [PATCH v2 4/4] HID: i2c-hid: Use block reads when possible to save power

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

[PATCH V4] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2020-09-17 20:23 UTC  (2+ messages)

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (6+ messages)
` [Intel-gfx] "
` [oss-drivers] "

[PATCH v7 00/34] Improvements for Tegra I2C driver
 2020-09-17 15:43 UTC  (87+ 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 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)

Question on SMBUS slave transmit with PEC enabled
 2020-09-17 10:39 UTC  (2+ messages)

[PATCH 0/3] misc: eeprom: set type id as EEPROM for nvmem devices
 2020-09-17  8:06 UTC  (5+ messages)
` [PATCH 1/3] eeprom: at24: set type id as EEPROM
` [PATCH 2/3] eeprom: at25: "
` [PATCH 3/3] eeprom: 93xx46: "

[PATCH] i2c: Use kobj_to_dev() API
 2020-09-17  3:08 UTC 

[RFC PATCH 0/2] Throttle I2C transfers to UCD9000 devices
 2020-09-17  0:33 UTC  (11+ messages)
` [RFC PATCH 1/2] i2c: smbus: Allow throttling of transfers to client devices
` [RFC PATCH 2/2] hwmon: (pmbus/ucd9000) Throttle SMBus transfers to avoid poor behaviour

[PATCH] misc: eeprom: set type id as EEPROM for nvmem devices
 2020-09-16 15:39 UTC  (2+ messages)

[PATCH v2] HID: i2c-hid: Use block reads when possible to save power
 2020-09-16 14:09 UTC  (5+ messages)
` [PATCH v3] i2c: Squash of SMBus block read patchset "

[RESEND PATCH v9 0/2] i2c: add driver for Mellanox BlueField SoC
 2020-09-16 18:28 UTC  (3+ messages)
` [RESEND PATCH v9 1/2] i2c: i2c-mlxbf: I2C SMBus "
` [RESEND PATCH v9 2/2] dt-bindings: i2c: I2C binding "

[PATCH V2 0/5] Add support for custom names for AT24 EEPROMs
 2020-09-16  9:49 UTC  (6+ 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 V2 4/5] arm64: tegra: Add label properties for EEPROMs
` [PATCH V2 5/5] arm64: tegra: Populate EEPROMs for Jetson Xavier NX

[PATCH 1/3] dt-bindings: i2c: ingenic: Add compatible string for the JZ4770
 2020-09-15 18:58 UTC  (8+ messages)
` [PATCH 3/3] i2c: jz4780: Remove of_match_ptr()

[PATCH 0/5] Add support for custom names for AT24 EEPROMs
 2020-09-15 20:25 UTC  (3+ messages)
` [PATCH 2/5] dt-bindings: eeprom: at24: Add label property for AT24

[PATCH v3 1/4] dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedProperties
 2020-09-15 19:43 UTC  (4+ messages)
` [PATCH v3 3/4] dt-bindings: i2c: imx: "

[PATCH] i2c: aspeed: disable additional device addresses on ast2[56]xx
 2020-09-15 18:45 UTC 

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

[PATCH AUTOSEL 5.8 25/29] i2c: algo: pca: Reapply i2c bus settings after reset
 2020-09-14 13:03 UTC 

[PATCH v1] i2c: ismt: Add support for Intel Emmitsburg PCH
 2020-09-14  9:43 UTC  (2+ messages)

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

[PATCH v2] i2c: virtio: add a virtio i2c frontend driver
 2020-09-14 16:08 UTC  (8+ messages)

[PATCH AUTOSEL 5.4 19/22] i2c: algo: pca: Reapply i2c bus settings after reset
 2020-09-14 13:04 UTC 

[PATCH AUTOSEL 4.14 12/15] i2c: algo: pca: Reapply i2c bus settings after reset
 2020-09-14 13:05 UTC 

[PATCH AUTOSEL 4.9 09/10] i2c: algo: pca: Reapply i2c bus settings after reset
 2020-09-14 13:05 UTC 

[PATCH AUTOSEL 4.4 7/8] i2c: algo: pca: Reapply i2c bus settings after reset
 2020-09-14 13:05 UTC 

[PATCH AUTOSEL 4.19 16/19] i2c: algo: pca: Reapply i2c bus settings after reset
 2020-09-14 13:04 UTC 

[PATCH 0/2] Avoid meaningless DMA error print & use dev_err_probe
 2020-09-14 10:40 UTC  (3+ messages)
` [PATCH 1/2] i2c: stm32: fix error message on upon dma_request_chan & defer handling
` [PATCH v2 2/2] i2c: stm32: Simplify with dev_err_probe()

[PATCH v2 0/1] i2c: add slave testunit driver
 2020-09-14  8:40 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v2 1/2] i2c: i801: Fix resume bug
 2020-09-14  7:03 UTC  (4+ messages)
` [PATCH v2 2/2] i2c: i801: Simplify the suspend callback

[PATCH] dt-bindings: i2c: i2c-mt65xx: Update binding example
 2020-09-14  2:09 UTC  (4+ messages)

[PATCH v3 0/5] input: misc: Add IBM Operation Panel driver
 2020-09-13 17:17 UTC  (3+ messages)
` [PATCH v3 2/5] "

[PATCH v5 00/16] Allwinner A100 Initial support
 2020-09-12 10:36 UTC  (2+ messages)

[PATCH] i2c: do not acpi/of match device in i2c_device_probe()
 2020-09-12  1:05 UTC  (2+ messages)

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

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


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