linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-24 11:22:18 to 2020-05-05 01:51:26 UTC [more...]

[PATCH v0 linux master] i2c/busses: Avoid i2c interrupt status clear race condition
 2020-05-05  1:51 UTC  (8+ messages)

[PATCH v2 0/2] NVIDIA Tegra I2C synchronization correction
 2020-05-04 20:55 UTC  (58+ messages)
` [PATCH v2 1/2] i2c: tegra: Better handle case where CPU0 is busy for a long time

[PATCH] i2c: uniphier: Remove superfluous error message in uniphier_i2c_probe()
 2020-05-04 14:30 UTC  (7+ messages)
` [PATCH] i2c: drivers: Remove superfluous error message

[PATCH] i2c: altera: Remove superfluous error message in altr_i2c_probe()
 2020-05-04 14:10 UTC  (2+ messages)

[PATCH] i2c: xiic: Support disabling multi-master in DT
 2020-05-04 12:58 UTC  (7+ messages)

[PATCH] i2c: drivers: Remove superfluous error messages
 2020-05-04 12:30 UTC 

[PATCH] i2c: drivers: Remove superfluous error messages
 2020-05-04 12:30 UTC 

[PATCH] i2c: cht-wc: Remove superfluous error message in cht_wc_i2c_adap_i2c_probe()
 2020-05-04 10:00 UTC  (2+ messages)

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-04  6:35 UTC  (9+ messages)
` [PATCH v2 01/91] i2c: brcmstb: Allow to compile it on BCM2835
` [PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipelin

[PATCH] i2c: fix missing pm_runtime_put_sync in i2c_device_probe
 2020-05-04  5:46 UTC  (3+ messages)

i2c with python: read block without cmd
 2020-05-03 21:54 UTC 

[PATCH] i2c: img-scb: Use devm_platform_ioremap_resource and remove superfluous error message
 2020-05-03 16:28 UTC  (2+ messages)

[PATCH] i2c: lpc2k: Remove superfluous error message in i2c_lpc2k_probe()
 2020-05-03 12:32 UTC 

[PATCH] i2c: algo-pca: update contact email
 2020-05-02 14:26 UTC 

[PATCH] i2c: use my kernel.org address from now on
 2020-05-02 12:18 UTC 

[PULL REQUEST] i2c for v5.7
 2020-05-01 18:35 UTC  (2+ messages)

[PATCH v2] i2c: i2c-amd-mp2-pci: Fix Oops in amd_mp2_pci_init() error handling
 2020-05-01  5:10 UTC  (4+ messages)

[PATCH AUTOSEL 5.6 28/38] i2c: remove i2c_new_probed_device API
 2020-05-01  0:59 UTC  (7+ messages)
` [PATCH AUTOSEL 5.6 30/38] i2c: tegra: Better handle case where CPU0 is busy for a long time
` [PATCH AUTOSEL 5.6 31/38] i2c: tegra: Synchronize DMA before termination

[PATCH] i2c: powermac: use true,false for bool variable
 2020-04-30 14:19 UTC  (2+ messages)

[PATCH] i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()
 2020-04-30 14:07 UTC  (3+ messages)

[PATCH 1/1] i2c: sh_mobile: eliminate a misreported warning
 2020-04-29 12:40 UTC 

[PATCH 1/8] dt-bindings: clock: Convert ingenic,cgu.txt to YAML
 2020-04-28 14:12 UTC  (11+ messages)
` [PATCH 2/8] dt-bindings: intc: Convert ingenic,intc.txt "
` [PATCH 3/8] dt-bindings: pinctrl: Convert ingenic,pinctrl.txt "
` [PATCH 4/8] dt-bindings: memory: Convert ingenic,jz4780-nemc.txt "
` [PATCH 5/8] dt-bindings: mtd: Convert ingenic,jz4780-nand.txt "
` [PATCH 6/8] dt-bindings: i2c: Convert i2c-jz4780.txt "
` [PATCH 7/8] dt-bindings: serial: Convert ingenic,uart.txt "
` [PATCH 8/8] dt-bindings: display: Convert ingenic,lcd.txt "

[PATCH v2 1/5] i2c: designware: Use devm_platform_ioremap_resource() to simplify code
 2020-04-28 22:18 UTC  (7+ messages)
` [PATCH v2 2/5] i2c: designware: Move configuration routines to respective modules
` [PATCH v2 3/5] i2c: designware: Switch PCI driver to use i2c_dw_configure_master()
` [PATCH v2 4/5] i2c: designware: Rename i2c_dw_probe() to i2c_dw_probe_master()
` [PATCH v2 5/5] i2c: designware: Allow slave mode for PCI enumerated devices

[PATCH RFT] i2c: brcmstb: properly check NACK condition
 2020-04-28 22:09 UTC  (4+ messages)

[PATCH v2 00/12] i2c-pxa cleanups
 2020-04-28 22:06 UTC  (14+ messages)
` [PATCH v2 01/12] i2c: pxa: use official address byte helper
` [PATCH v2 02/12] i2c: pxa: remove unneeded includes
` [PATCH v2 03/12] i2c: pxa: re-arrange includes to be in alphabetical order
` [PATCH v2 04/12] i2c: pxa: re-arrange functions to flow better
` [PATCH v2 05/12] i2c: pxa: re-arrange register field definitions
` [PATCH v2 06/12] i2c: pxa: add and use definitions for IBMR register
` [PATCH v2 07/12] i2c: pxa: always set fm and hs members for each type
` [PATCH v2 08/12] i2c: pxa: move private definitions to i2c-pxa.c
` [PATCH v2 09/12] i2c: pxa: move DT IDs along side platform IDs
` [PATCH v2 10/12] i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output
` [PATCH v2 11/12] i2c: pxa: clean up decode_bits()
` [PATCH v2 12/12] i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition

[PATCH 0/5] i2c: i2c-stm32f7: enhance FastModePlus support
 2020-04-28 16:29 UTC  (2+ messages)

[PATCH V4 0/9] Add interconnect support to QSPI and QUP drivers
 2020-04-28 16:04 UTC  (14+ messages)
` [PATCH V4 1/9] interconnect: Add devm_of_icc_get() as exported API for users
` [PATCH V4 2/9] interconnect: Set peak requirement as twice of average
` [PATCH V4 3/9] soc: qcom: geni: Support for ICC voting
` [PATCH V4 4/9] soc: qcom-geni-se: Add interconnect support to fix earlycon crash

[PATCH v14 0/2] add power control in i2c
 2020-04-28 15:02 UTC  (8+ messages)
` [PATCH v14 1/2] dt-binding: i2c: add bus-supply property
` [PATCH v14 2/2] i2c: core: support bus regulator controlling in adapter

[PATCH] i2c: s3c2410: make i2c_s3c_irq_nextbyte() void
 2020-04-28  6:31 UTC 

[PATCH 1/2] platform/x86: i2c-multi-instantiate: Add flag for passing fwnode
 2020-04-27 18:29 UTC  (4+ messages)

[PATCH REPOST 00/12] i2c-pxa cleanups
 2020-04-27 17:59 UTC  (14+ messages)
  ` [PATCH REPOST 01/12] i2c: pxa: use official address byte helper
  ` [PATCH REPOST 02/12] i2c: pxa: remove unneeded includes
  ` [PATCH REPOST 03/12] i2c: pxa: re-arrange includes to be in alphabetical order
  ` [PATCH REPOST 04/12] i2c: pxa: re-arrange functions to flow better
  ` [PATCH REPOST 05/12] i2c: pxa: re-arrange register field definitions
  ` [PATCH REPOST 06/12] i2c: pxa: add and use definitions for IBMR register
  ` [PATCH REPOST 07/12] i2c: pxa: always set fm and hs members for each type
  ` [PATCH REPOST 08/12] i2c: pxa: move private definitions to i2c-pxa.c
  ` [PATCH REPOST 09/12] i2c: pxa: move DT IDs along side platform IDs
  ` [PATCH REPOST 10/12] i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output
  ` [PATCH REPOST 11/12] i2c: pxa: clean up decode_bits()
  ` [PATCH REPOST 12/12] i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary condition

[PATCH] i2c: altera: Fix race between xfer_msg and isr thread
 2020-04-26 10:39 UTC  (3+ messages)

[PATCH 0/2] platform: convert to use new I2C API
 2020-04-26  8:57 UTC  (6+ messages)
` [PATCH 2/2] platform/mellanox: mlxreg-hotplug: convert to use i2c_new_client_device()

[PATCH] i2c: busses: remove unneeded conversion to bool
 2020-04-26  8:44 UTC  (3+ messages)

[PATCH v1 1/1] i2c: iproc: add support for SMBUS quick cmd
 2020-04-26  8:36 UTC  (2+ messages)

[PATCH v1 1/1] i2c: iproc: generate stop event for slave writes
 2020-04-26  8:34 UTC  (2+ messages)

[PATCH] i2c: powermac: Simplify reading the "reg" and "i2c-address" property
 2020-04-26  8:32 UTC  (2+ messages)

[PATCH] i2c: brcmstb: Fix handling of optional interrupt
 2020-04-26  8:01 UTC  (3+ messages)

[PATCH v2] i2c: regroup documentation of bindings
 2020-04-26  7:58 UTC  (2+ messages)

[PATCH v3 0/2] i2c: i2c-stm32f7: allow range of I2C bus frequency
 2020-04-26  7:54 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: i2c-stm32f7: allow clock-frequency range
` [PATCH v3 2/2] i2c: i2c-stm32f7: allows for any bus frequency

[PATCH v2] i2c: stm32: don't print an error on probe deferral
 2020-04-26  7:47 UTC  (2+ messages)

[PATCHv3] i2c: slave-eeprom: Make it possible to pre-load eeprom data
 2020-04-26  7:41 UTC  (3+ messages)

[PATCH v3 1/4] i2c: mux: pca954x: Refactor pca954x_irq_handler()
 2020-04-25 11:51 UTC  (4+ messages)
` [PATCH v3 2/4] i2c: mux: pca954x: Make use of device properties
` [PATCH v3 3/4] i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()
` [PATCH v3 4/4] i2c: mux: pca954x: Convert license to SPDX identifier

[PATCHv2] i2c: slave-eeprom: Make it possible to pre-load eeprom data
 2020-04-24 15:32 UTC  (8+ messages)

[PATCHv2] i2c: slave-eeprom: Make it possible to pre-load eeprom data
 2020-04-24 11:29 UTC 


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