linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-09 15:45:27 to 2020-01-23 13:51:26 UTC [more...]

[PATCH v2 00/28] docs: i2c: rework I2C documentation, part I
 2020-01-23 13:50 UTC  (10+ messages)
` [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 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 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 v2 1/2] i2c: Enable compile testing for some of drivers
 2020-01-23 12:46 UTC  (10+ messages)
` [PATCH v2 2/2] i2c: exynos: Update Kconfig documentation

[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 2/4] dt-binding: i2c: add bus-supply property
  ` [PATCH v10 4/4] i2c: core: support bus regulator controlling in adapter
` [PATCH v10 3/4] misc: eeprom: at24: support pm_runtime control

[PATCH] i2c: tegra: Restore pinmux on system resume
 2020-01-23 11:19 UTC 

[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  (11+ messages)
` [PATCH v3 2/5] ACPI: Add a convenience function to tell a device is suspended in probe
` [PATCH v3 3/5] ov5670: Support probe whilst the device is in a low power state
` [PATCH v3 4/5] media: i2c: imx319: Support probe while the device is off
` [PATCH v3 5/5] at24: Support probing while off

[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  (13+ messages)
` [PATCH v5 2/8] i2c: tegra: Properly disable runtime PM on driver's probe error
` [PATCH v5 3/8] i2c: tegra: Prevent interrupt triggering after transfer timeout
` [PATCH v5 4/8] i2c: tegra: Support atomic transfers
  ` [PATCH v5 1/8] i2c: tegra: Fix suspending in active runtime PM state
  ` [PATCH v5 5/8] i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
  ` [PATCH v5 6/8] i2c: tegra: Use relaxed versions of readl/writel
  ` [PATCH v5 7/8] i2c: tegra: Always terminate DMA transfer
` [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  (8+ messages)
` [PATCH 01/12] i2c: cht-wc: convert "
` [PATCH 06/12] i2c: taos-evm: "

[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  (15+ messages)
` [PATCH v4 2/8] i2c: tegra: Properly disable runtime PM on driver's probe error
` [PATCH v4 3/8] i2c: tegra: Prevent interrupt triggering after transfer timeout
` [PATCH v4 4/8] i2c: tegra: Support atomic transfers
` [PATCH v4 6/8] i2c: tegra: Use relaxed versions of readl/writel
` [PATCH v4 7/8] i2c: tegra: Always terminate DMA transfer
  ` [PATCH v4 1/8] i2c: tegra: Fix suspending in active runtime PM state
  ` [PATCH v4 5/8] i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
  ` [PATCH v4 8/8] i2c: tegra: Check DMA completion status in addition to left time

[PATCH] i2c: meson: implement the master_xfer_atomic callback
 2020-01-13 22:15 UTC  (2+ messages)

I wait for your swift response,
 2020-01-13  5:52 UTC 

[PULL REQUEST] i2c for 5.5
 2020-01-11 23:50 UTC  (2+ messages)

[PATCH] i2c: fix bus recovery stop mode timing
 2020-01-10  8:01 UTC 

[PATCH v2] docs: i2c: Fix return value of i2c_smbus_xxx functions
 2020-01-09 22:15 UTC  (6+ 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).