linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-05 22:50:04 to 2020-01-15 20:03:18 UTC [more...]

[PATCH v3 1/3] i2c: pmcmsp: Use proper printk format for resource_size_t
 2020-01-15 20:02 UTC  (3+ 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  (25+ messages)
` [PATCH 01/12] i2c: cht-wc: convert "
` [PATCH 02/12] i2c: i801: "
` [PATCH 03/12] i2c: nvidia-gpu: "
` [PATCH 04/12] i2c: ocores: "
` [PATCH 05/12] i2c: powermac: "
` [PATCH 06/12] i2c: taos-evm: "
` [PATCH 07/12] i2c: xiic: "
` [PATCH 08/12] i2c: i2c-core-acpi: "
` [PATCH 09/12] i2c: i2c-core-base: "
` [PATCH 10/12] i2c: i2c-core-of: "
` [PATCH 11/12] docs: i2c: use the new API in 'instantiating-devices.rst'
` [PATCH 12/12] docs: i2c: use the new API in 'writing-clients'

[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 v5 0/8] NVIDIA Tegra I2C driver fixes and improvements
 2020-01-15 17:35 UTC  (12+ 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 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  (9+ messages)
` [PATCH 1/6] ARM: dts: stm32: add i2c4 sleep pinctrl on stm32mp15xx-dkx
` [PATCH 2/6] ARM: dts: stm32: add i2c2/i2c5 sleep pinctrl on stm32mp157c-ev1
` [PATCH 3/6] ARM: dts: stm32: add i2c4 sleep pinctrl on stm32mp157c-ed1
` [PATCH 4/6] i2c: i2c-stm32f7: add PM_SLEEP suspend/resume support
` [PATCH 5/6] i2c: i2c-stm32f7: allow controller to be wakeup-source
` [PATCH 6/6] ARM: dts: stm32: add wakeup-source in all I2C nodes of stm32mp157c

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  (14+ messages)
` [PATCH v4 1/5] dt-bindings: nvmem: new optional property wp-gpios
` [PATCH v4 2/5] nvmem: add support for the write-protect pin
` [PATCH v4 3/5] dt-bindings: at24: make wp-gpios a reference to the property defined by nvmem
` [PATCH v4 4/5] dt-bindings: at25: add reference for the wp-gpios property
` [PATCH v4 5/5] eeprom: at24: remove the write-protect pin support

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  (3+ messages)

[PATCH v3 0/5] Support running driver's probe for a device powered off
 2020-01-13 10:41 UTC  (10+ messages)
` [PATCH v3 1/5] i2c: Allow driver to manage the device's power state during probe
` [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

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)

[PATCH v2 0/6] i2c bus recovery for Microchip SoCs
 2020-01-09 13:29 UTC  (15+ messages)
` [PATCH v2 1/6] dt-bindings: i2c: at91: document optional bus recovery properties
` [PATCH v2 3/6] i2c: at91: Send bus clear command if SCL is down
` [PATCH v2 2/6] i2c: at91: implement i2c bus recovery
` [PATCH v2 4/6] ARM: at91/dt: sama5d3: add i2c gpio pinctrl

[PATCH v4] arm64: dts: meson-a1: add I2C nodes
 2020-01-09  3:17 UTC 

[PATCH v3] arm64: dts: meson-a1: add I2C nodes
 2020-01-09  2:43 UTC  (3+ messages)

[PATCH] treewide: remove redundent IS_ERR() before error code check
 2020-01-08 20:17 UTC  (8+ messages)

[PATCH] i2c: s3c24xx: allow compile-testing
 2020-01-08  6:59 UTC  (2+ messages)

[PATCH 00/10] mfd: Add support for Analog Devices A2B transceiver
 2020-01-08  3:45 UTC  (3+ messages)
` [PATCH 02/10] dt-bindings: i2c: Add documentation for ad242x i2c controllers

[PATCH v3 0/9] NVIDIA Tegra I2C driver fixes and improvements
 2020-01-07 16:39 UTC  (21+ messages)
` [PATCH v3 1/9] i2c: tegra: Fix suspending in active runtime PM state
` [PATCH v3 2/9] i2c: tegra: Properly disable runtime PM on driver's probe error
` [PATCH v3 3/9] i2c: tegra: Prevent interrupt triggering after transfer timeout
` [PATCH v3 4/9] i2c: tegra: Support atomic transfers
` [PATCH v3 5/9] i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LEN
` [PATCH v3 6/9] i2c: tegra: Use relaxed versions of readl/writel
` [PATCH v3 7/9] clk: tegra: Fix double-free in tegra_clk_init()
` [PATCH v3 8/9] i2c: tegra: Always terminate DMA transfer
` [PATCH v3 9/9] i2c: tegra: Check DMA completion status in addition to left time

[PATCH 1/5] i2c: pmcmsp: Use proper printk format for resource_size_t
 2020-01-07 15:08 UTC  (5+ messages)
` [PATCH 3/5] i2c: highlander: Use proper printk format for iomem pointer
` [PATCH 4/5] i2c: stu300: "

[PATCH 00/26] docs: i2c: rework I2C documentation, part I
 2020-01-07 10:36 UTC  (19+ messages)
` [PATCH 01/26] docs: i2c: sort index logically
  ` [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 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 1/2] i2c: Enable compile testing for some of drivers
 2020-01-07  8:12 UTC  (2+ messages)
` [PATCH v2 2/2] i2c: exynos: Update Kconfig documentation

[PATCH] i2c: bcm2835: Store pointer to bus clock
 2020-01-06 14:52 UTC  (2+ messages)

Add I2C support for the Ingenic X1000 SoC v3
 2020-01-06 14:47 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: I2C: Add X1000 bindings
` [PATCH v3 2/2] I2C: JZ4780: Add support for the X1000

[PATCH] i2c: tiny-usb: Correct I2C fault codes
 2020-01-06 14:42 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: i2c: at91: cosmetic formatting of compatible list
 2020-01-06 14:35 UTC  (9+ messages)
` [PATCH v3 2/4] i2c: at91: fix clk_offset for sam9x60
` [PATCH v3 3/4] i2c: at91: remote default value initialization
` [PATCH v3 4/4] dt-bindings: i2c: at91: fix i2c-sda-hold-time-ns documentation for sam9x60

[PATCH v2] i2c: cadence: Added slave support
 2020-01-06 10:43 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).