linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-14 01:37:03 to 2020-01-26 15:43:01 UTC [more...]

[PATCH][next] i2c: xiic: fix indentation issue
 2020-01-26 15:42 UTC 

BIST DU INTERESSIERT? 26-01-2020
 2020-01-26 13:39 UTC 

[PULL REQUEST] i2c-mux for 5.6-rc1
 2020-01-25 22:43 UTC 

[PATCH] i2c: parport: fix spelling mistake: "Atmost" -> "At most"
 2020-01-25 20:20 UTC 

In power saving mode i2c_nvidia_gpu modules affect power consumption a lot
 2020-01-24 19:51 UTC 

[GIT PULL] at24: updates for v5.6
 2020-01-24 16:46 UTC 

[PATCH v2 00/28] docs: i2c: rework I2C documentation, part I
 2020-01-24 16:01 UTC  (35+ messages)
` [PATCH v2 01/28] docs: i2c: sort index logically
` [PATCH v2 02/28] docs: i2c: summary: extend introduction
` [PATCH v2 03/28] docs: i2c: summary: rewrite the "terminology" section
` [PATCH v2 04/28] docs: i2c: call it "I2C" consistently
` [PATCH v2 05/28] docs: i2c: fix typo
` [PATCH v2 06/28] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently
` [PATCH v2 07/28] docs: i2c: i2c-protocol: fix kernel-doc function syntax
` [PATCH v2 08/28] docs: i2c: i2c-protocol: properly name start and stop conditions
` [PATCH v2 09/28] docs: i2c: i2c-protocol: remove unneeded colons from table
` [PATCH v2 10/28] docs: i2c: i2c-protocol: use proper names for ACK and NACK
` [PATCH v2 11/28] docs: i2c: smbus: fix link syntax
` [PATCH v2 12/28] docs: i2c: smbus-protocol: properly name start and stop conditions
` [PATCH v2 13/28] docs: i2c: smbus-protocol: remove unneeded colons from table
` [PATCH v2 14/28] docs: i2c: smbus-protocol: use proper names for ACK and NACK
  ` [PATCH v2 15/28] docs: i2c: smbus-protocol: enable kernel-doc function syntax
  ` [PATCH v2 16/28] docs: i2c: smbus-protocol: fix "
  ` [PATCH v2 17/28] docs: i2c: smbus-protocol: fix typo
  ` [PATCH v2 18/28] docs: i2c: smbus-protocol: fix punctuation
  ` [PATCH v2 19/28] docs: i2c: smbus-protocol: improve I2C Block transactions description
  ` [PATCH v2 20/28] docs: i2c: instantiating-devices: fix internal hyperlink
  ` [PATCH v2 21/28] docs: i2c: instantiating-devices: rearrange static instatiation
  ` [PATCH v2 22/28] docs: i2c: instantiating-devices: use monospace for sysfs attributes
  ` [PATCH v2 23/28] docs: i2c: old-module-parameters: fix internal hyperlink
  ` [PATCH v2 24/28] docs: i2c: old-module-parameters: clarify this is for obsolete kernels
  ` [PATCH v2 25/28] docs: i2c: old-module-parameters: use monospace instead of ""
  ` [PATCH v2 26/28] docs: i2c: rename sections so the overall picture is clearer
  ` [PATCH v2 27/28] docs: i2c: i2c-protocol: use same wording as smbus-protocol
  ` [PATCH v2 28/28] docs: i2c: writing-clients: properly name the stop condition

[PATCH AUTOSEL 5.4 079/107] i2c: iop3xx: Fix memory leak in probe error path
 2020-01-24 14:17 UTC 

[PATCH 0/5] i2c: i2c-stm32f7: enhance FastModePlus support
 2020-01-24  8:57 UTC  (7+ messages)
` [PATCH 1/5] i2c: i2c-stm32f7: disable/restore Fast Mode Plus bits in low power modes
` [PATCH 2/5] dt-bindings: i2c: i2c-stm32f7: add st,stm32mp15-i2c compatible
` [PATCH 3/5] i2c: i2c-stm32f7: add a new "
` [PATCH 4/5] ARM: dts: stm32: use st,stm32mp15-i2c compatible for stm32mp151
` [PATCH 5/5] ARM: dts: stm32: add Fast Mode Plus info in I2C nodes of stm32mp151

Bitte lesen Sie den 24-01-2019
 2020-01-23 20:43 UTC 

[PATCH v2 1/2] i2c: Enable compile testing for some of drivers
 2020-01-23 15:31 UTC  (11+ messages)
` [PATCH v2 2/2] i2c: exynos: Update Kconfig documentation

[PATCH] i2c: tegra: Restore pinmux on system resume
 2020-01-23 15:10 UTC  (2+ messages)

[PATCH 0/2] Move the SMBus API documentation to libi2c
 2020-01-23 13:42 UTC  (6+ messages)
` [PATCH 1/2] libi2c: Add a manual page to document the API
` [PATCH 2/2] docs: i2c: dev-interface: document the actual implementation

[PATCH v10 0/4] add power control in i2c and at24
 2020-01-23 11:56 UTC  (7+ messages)
` [PATCH v10 1/4] dt-binding: eeprom: at24: add vcc-supply property
` [PATCH v10 3/4] misc: eeprom: at24: support pm_runtime control
  ` [PATCH v10 2/4] dt-binding: i2c: add bus-supply property
  ` [PATCH v10 4/4] i2c: core: support bus regulator controlling in adapter

[PATCH 00/26] docs: i2c: rework I2C documentation, part I
 2020-01-23  9:51 UTC  (67+ messages)
` [PATCH 01/26] docs: i2c: sort index logically
  ` [PATCH 02/26] docs: i2c: summary: extend introduction
  ` [PATCH 03/26] docs: i2c: summary: rewrite the "terminology" section
  ` [PATCH 04/26] docs: i2c: call it "I2C" consistently
  ` [PATCH 05/26] docs: i2c: fix typo
  ` [PATCH 06/26] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently
  ` [PATCH 07/26] docs: i2c: i2c-protocol: fix kernel-doc function syntax
  ` [PATCH 08/26] docs: i2c: i2c-protocol: properly name start and stop conditions
  ` [PATCH 09/26] docs: i2c: i2c-protocol: remove unneeded colons from table
  ` [PATCH 10/26] docs: i2c: i2c-protocol: use proper names for ACK and NACK
  ` [PATCH 11/26] docs: i2c: smbus: fix link syntax
  ` [PATCH 12/26] docs: i2c: smbus-protocol: properly name start and stop conditions
  ` [PATCH 13/26] docs: i2c: smbus-protocol: remove unneeded colons from table
  ` [PATCH 14/26] docs: i2c: smbus-protocol: use proper names for ACK and NACK
  ` [PATCH 15/26] docs: i2c: smbus-protocol: enable kernel-doc function syntax
  ` [PATCH 16/26] docs: i2c: smbus-protocol: fix "
  ` [PATCH 17/26] docs: i2c: i2c-protocol: fix typo
  ` [PATCH 18/26] docs: i2c: i2c-protocol: fix punctuation
  ` [PATCH 19/26] docs: i2c: smbus-protocol: improve I2C Block transactions description
  ` [PATCH 20/26] docs: i2c: instantiating-devices: fix internal hyperlink
  ` [PATCH 21/26] docs: i2c: instantiating-devices: rearrange static instatiation
  ` [PATCH 22/26] docs: i2c: instantiating-devices: use monospace for filenames
  ` [PATCH 23/26] docs: i2c: old-module-parameters: fix internal hyperlink
` [PATCH 24/26] docs: i2c: old-module-parameters: clarify this is for obsolete kernels
` [PATCH 25/26] docs: i2c: old-module-parameters: use monospace for filenames
` [PATCH 26/26] docs: i2c: rename sections so the overall picture is clearer

[PATCH v2] HID: mcp2221: add usb to i2c-smbus host bridge driver
 2020-01-22 13:18 UTC  (5+ messages)

[PATCH v4 0/6] Support running driver's probe for a device powered off
 2020-01-21 16:58 UTC  (12+ messages)
` [PATCH v4 1/6] i2c: Allow driver to manage the device's power state during probe
` [PATCH v4 2/6] ACPI: Add a convenience function to tell a device is in low power state
` [PATCH v4 3/6] ov5670: Support probe whilst the device is in a "
` [PATCH v4 4/6] media: i2c: imx319: Support probe while the device is off
` [PATCH v4 5/6] at24: Support probing while off
` [PATCH v4 6/6] Documentation: ACPI: Document probe-low-power _DSD property

[PATCH v3 0/5] Support running driver's probe for a device powered off
 2020-01-21 16:02 UTC  (5+ messages)
` [PATCH v3 2/5] ACPI: Add a convenience function to tell a device is suspended in probe

[RFC PATCH 3/5] i2c: core: add function to request an alias
 2020-01-21  9:22 UTC  (2+ messages)
  ` [RFC PATCH 4/5] i2c: core: add simple caching to the 'alias' scanning

[PATCH] i2c: i801: Add support for Intel Comet Lake PCH-V
 2020-01-21  9:05 UTC  (2+ messages)

[PATCH 01/12] i2c: pxa: use official address byte helper
 2020-01-20 19:13 UTC  (2+ messages)

[PATCH v1 0/1] HID: mcp2221: add usb to i2c-smbus host bridge driver
 2020-01-20 18:05 UTC  (4+ messages)
` [PATCH v1 1/1] "
  ` [RFC PATCH] HID: mcp2221: mcp_smbus_xfer() can be static

[PATCH] i2c: imx: implement master_xfer_atomic callback
 2020-01-20 10:39 UTC  (3+ messages)

[PULL REQUEST] i2c for 5.5
 2020-01-19 20:20 UTC  (2+ messages)

HELLO
 2020-01-19 18:44 UTC 

[PATCH] i2c: mv64xxx: Implement I2C_M_RECV_LEN and I2C_FUNC_SMBUS_READ_BLOCK_DATA
 2020-01-18 11:58 UTC 

[PATCH AUTOSEL 4.19 643/671] i2c: stm32f7: report dma error during probe
 2020-01-16 17:04 UTC 

[PATCH AUTOSEL 5.4 129/205] i2c: stm32f7: report dma error during probe
 2020-01-16 16:41 UTC 

[PATCH v5 0/8] NVIDIA Tegra I2C driver fixes and improvements
 2020-01-16 16:38 UTC  (8+ messages)
` [PATCH v5 1/8] i2c: tegra: Fix suspending in active runtime PM state
` [PATCH v5 2/8] i2c: tegra: Properly disable runtime PM on driver's probe error
` [PATCH v5 8/8] i2c: tegra: Check DMA completion status in addition to left time

[PATCH v2 1/3] i2c: xiic: Add timeout to the rx fifo wait loop
 2020-01-15 20:14 UTC  (3+ messages)
  ` [PATCH v2 2/3] i2c: xiic: defer the probe if clock is not found
  ` [PATCH v2 3/3] i2c: xiic: Fix the clocking across bind unbind

[PATCH v3 1/3] i2c: pmcmsp: Use proper printk format for resource_size_t
 2020-01-15 20:11 UTC  (6+ messages)
` [PATCH v3 2/3] i2c: pnx: "
` [PATCH v3 3/3] i2c: highlander: Use proper printk format for size_t

[PATCH 00/12] i2c: convert subsystem to use i2c_new_client_device()
 2020-01-15 19:57 UTC  (6+ messages)
` [PATCH 06/12] i2c: taos-evm: convert "

[PATCH v2 1/4] i2c: pmcmsp: Use proper printk format for resource_size_t
 2020-01-15 19:57 UTC  (9+ messages)
` [PATCH v2 2/4] i2c: pnx: "
` [PATCH v2 3/4] i2c: highlander: Use proper printk format for iomem pointer
` [PATCH v2 4/4] i2c: stu300: "

[PATCH] i2c: iop3xx: Fix memory leak in probe error path
 2020-01-15 19:33 UTC  (2+ messages)

[PATCH 0/3] i2c: for next API conversion, remove parport-light driver
 2020-01-15 17:26 UTC  (10+ messages)
` [PATCH 1/3] i2c: parport-light: remove driver
` [PATCH 2/3] i2c: parport: simplify Kconfig description
` [PATCH 3/3] i2c: parport: move include file into main source

[PATCH v3 0/6] i2c bus recovery for Microchip SoCs
 2020-01-15 11:54 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: i2c: at91: document optional bus recovery properties
` [PATCH v3 2/6] i2c: at91: implement i2c bus recovery
` [PATCH v3 3/6] i2c: at91: Send bus clear command if SDA is down
` [PATCH v3 4/6] ARM: at91/dt: sama5d3: add i2c gpio pinctrl
` [PATCH v3 5/6] ARM: at91/dt: sama5d4: "
  ` [PATCH v3 6/6] ARM: at91/dt: sama5d2: "

[PATCH 0/6] i2c-stm32f7: support suspend/resume & wakeup
 2020-01-15  9:13 UTC  (5+ messages)
` [PATCH 4/6] i2c: i2c-stm32f7: add PM_SLEEP suspend/resume support
` [PATCH 5/6] i2c: i2c-stm32f7: allow controller to be wakeup-source

KASAN: stack-out-of-bounds Read in i801_isr
 2020-01-15  6:49 UTC  (2+ messages)

[PATCH v4 0/5] at24: move write-protect pin handling to nvmem core
 2020-01-14 15:05 UTC  (6+ messages)
` [PATCH v4 4/5] dt-bindings: at25: add reference for the wp-gpios property

KASAN: vmalloc-out-of-bounds Write in i801_isr
 2020-01-14  7:34 UTC  (2+ messages)
` [PATCH] i2c: i801: Fix memory corruption in i801_isr_byte_done()

[PATCH v4 0/8] NVIDIA Tegra I2C driver fixes and improvements
 2020-01-14  5:57 UTC  (5+ messages)
` [PATCH v4 4/8] i2c: tegra: Support atomic transfers


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