linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-30 07:59:02 to 2018-04-23 17:38:14 UTC [more...]

[PATCH v4 00/10] Add the I3C subsystem
 2018-04-23 17:38 UTC  (10+ messages)
` [PATCH v4 04/10] dt-bindings: i3c: Document core bindings
` [PATCH v4 08/10] dt-bindings: i3c: Document Cadence I3C master bindings
` [PATCH v4 10/10] dt-bindings: gpio: Add bindings for Cadence I3C gpio expander

[PATCH i2c/slave-mqueue v5] i2c: slave-mqueue: add a slave backend to receive and queue messages
 2018-04-23 17:06 UTC 

[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
 2018-04-22 17:12 UTC  (25+ messages)
` [PATCH v3 01/20] ASoC: Remove depends on HAS_DMA in case of platform dependency
` [PATCH v3 03/20] crypto: "
` [PATCH v3 04/20] fbdev: "
` [PATCH v3 08/20] iio: adc: "
` [PATCH v3 09/20] iommu: "
` [PATCH v3 10/20] lightnvm: "
` [PATCH v3 11/20] mailbox: "
` [PATCH v3 15/20] net: "
  ` [PATCH v3 02/20] ata: "
  ` [PATCH v3 05/20] firewire: "
  ` [PATCH v3 06/20] fpga: "
  ` [PATCH v3 07/20] i2c: "
  ` [PATCH v3 12/20] media: "
  ` [PATCH v3 13/20] mmc: "
  ` [PATCH v3 14/20] mtd: "
  ` [PATCH v3 16/20] remoteproc: "
  ` [PATCH v3 17/20] serial: "
  ` [PATCH v3 18/20] spi: "
  ` [PATCH v3 19/20] staging: vc04_services: "
` [PATCH v3 20/20] usb: "

[PATCH 0/7] i2c: clean up include/linux/i2c-*
 2018-04-20 19:23 UTC  (16+ messages)
` [PATCH 1/7] i2c: i2c-gpio: move header to platform_data
` [PATCH 2/7] i2c: i2c-mux-gpio: "
` [PATCH 3/7] i2c: i2c-ocores: "
` [PATCH 4/7] i2c: i2c-omap: "
` [PATCH 5/7] i2c: i2c-pca-platform: "
` [PATCH 6/7] i2c: i2c-xiic: "
` [PATCH 7/7] i2c: pnx: move header into the driver

[PATCH v2 0/3] eeprom: at24: last bits of the big refactoring
 2018-04-20 12:30 UTC  (6+ messages)
` [PATCH v2 1/3] eeprom: at24: use devm_nvmem_register()
` [PATCH v2 2/3] eeprom: at24: provide and use a helper for releasing dummy i2c clients
` [PATCH v2 3/3] eeprom: at24: provide a separate routine for creating "

[v2 1/1] i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
 2018-04-20  5:58 UTC  (4+ messages)

[PATCH] Documentation/i2c: direct users to i2c-tools regarding i2c/smbus.h
 2018-04-19 22:23 UTC 

[PATCH v3 1/3] Documentation/i2c: whitespace cleanup
 2018-04-18 18:17 UTC  (8+ messages)
` [PATCH v3 2/3] Documentation/i2c: sync docs with current state of i2c-tools
` [PATCH v3 3/3] Documentation/i2c: adopt kernel commenting style in examples

[PATCH 1/1] i2c: dev: check i2c_msg len before memdup_user() to prevent ZERO_SIZE_PTR deref
 2018-04-18 13:00 UTC  (5+ messages)

[PATCH] i2c: at91: Read all available bytes at once
 2018-04-18 12:40 UTC 

[PATCH v2] i2c: i801: Register optional lis3lv02d i2c device on Dell machines
 2018-04-18 11:46 UTC  (11+ messages)

[PATCH 0/4] i2c: mux: switch to using .probe_new
 2018-04-18  9:26 UTC  (6+ messages)
` [PATCH 1/4] i2c: mux: ltc4306: "
` [PATCH 2/4] i2c: mux: mlxcpld: "
` [PATCH 3/4] i2c: mux: pca9541: "
` [PATCH 4/4] i2c: mux: pca954x: "

[RFC PATCH 1/2] i2c: add bus_freq_hz in i2c_adapter
 2018-04-18  7:59 UTC  (4+ messages)
` [RFC PATCH 2/2] i2c: at91: provide bus_freq_hz

[PATCH] Documentation/i2c: sync docs with current state of i2c-tools
 2018-04-17 19:17 UTC  (15+ messages)
      ` [PATCH v2 1/3] Documentation/i2c: whitespace cleanup
        ` [PATCH v2 2/3] Documentation/i2c: sync docs with current state of i2c-tools
        ` [PATCH v2 3/3] Documentation/i2c: adopt kernel commenting style in examples

[PATCH v2 00/21] Allow compile-testing NO_DMA (drivers)
 2018-04-17 17:48 UTC  (3+ messages)

[SIL2review] [PATCH] i2c: img-scb: fix PM device usage count
 2018-04-17  8:03 UTC  (2+ messages)

[PATCH linux dev-4.16 v2] i2c: muxes: pca9641: new driver
 2018-04-16  7:37 UTC  (6+ messages)

[PATCH] i2c: mediatek: use of_device_get_match_data()
 2018-04-16  2:32 UTC 

(unknown),
 2018-04-16  1:22 UTC  (2+ messages)
` [PATCH] Further cadence i2c buffer overrun fixes

[PULL REQUEST] i2c for 4.17
 2018-04-13 19:26 UTC 

[PATCH v2 1/2] MAINTAINERS: remove me as maintainer for I2C host drivers
 2018-04-11 21:13 UTC  (8+ messages)
` [PATCH v2 2/2] MAINTAINERS: add maintainer for Renesas I2C related drivers

[PATCH v3 0/6] Add different features for I2C
 2018-04-11 13:24 UTC  (7+ messages)
` [PATCH v3 1/6] i2c: i2c-stm32f7: Add 10-bit address support
` [PATCH v3 2/6] i2c: i2c-stm32f7: Add slave support
` [PATCH v3 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [PATCH v3 4/6] i2c: i2c-stm32: Add generic DMA API
` [PATCH v3 5/6] i2c: i2c-stm32f7: Add DMA support
` [PATCH v3 6/6] i2c: i2c-stm32f7: Implement I2C release mechanism

[PATCH 0/4] eeprom: at24: last bits of the big refactoring
 2018-04-11 11:44 UTC  (9+ messages)
` [PATCH 1/4] eeprom: at24: don't assign the i2c ID table to at24_driver
` [PATCH 2/4] eeprom: at24: use devm_nvmem_register()
` [PATCH 3/4] eeprom: at24: provide and use a helper for releasing dummy i2c clients
` [PATCH 4/4] eeprom: at24: provide a separate routine for creating "

[PATCH] MAINTAINERS: I'll maintain Renesas R-Car I2C host drivers
 2018-04-11  8:08 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove me as maintainer for I2C host drivers
 2018-04-10 16:42 UTC  (8+ messages)

[PATCH] i2c: i801: blacklist Host Notify on HP EliteBook G3 850
 2018-04-10  9:10 UTC  (10+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 1/2] i2c: sprd: Prevent i2c accesses after suspend is called
 2018-04-10  8:08 UTC  (4+ messages)
` [PATCH 2/2] i2c: sprd: Fix the i2c count issue

[RFC PATCH 1/2] i2c: Add i2c_verify_device_id() to verify device id
 2018-04-09 18:29 UTC  (5+ messages)

[PULL REQUEST] i2c for 4.17
 2018-04-07 15:10 UTC 

[PATCH v7 0/4] add support for Socionext SynQuacer I2C controller
 2018-04-04 21:01 UTC  (10+ messages)
` [PATCH v7 1/4] dt-bindings: i2c: add binding for Socionext SynQuacer I2C
` [PATCH v7 2/4] i2c: add support for Socionext SynQuacer I2C controller
` [PATCH v7 3/4] i2c: add param sanity check to i2c_transfer()
` [PATCH v7 4/4] MAINTAINERS: add Ard as Socionext SynQuacer I2C driver maintainer

[PATCH v6 0/3] add support for Socionext SynQuacer I2C controller
 2018-04-04 18:35 UTC  (18+ messages)
` [PATCH v6 1/3] dt-bindings: i2c: add binding for Socionext SynQuacer I2C
` [PATCH v6 2/3] i2c: add support for Socionext SynQuacer I2C controller
` [PATCH v6 3/3] i2c: add param sanity check to i2c_transfer()

[PATCH v2 0/6] Add different features for I2C
 2018-04-04 11:07 UTC  (16+ messages)
` [PATCH v2 2/6] i2c: i2c-stm32f7: Add slave support
` [PATCH v2 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [PATCH v2 5/6] i2c: i2c-stm32f7: Add DMA support

i2c-cadence.c receive buffer overrun bug fix patches
 2018-04-04  8:58 UTC  (2+ messages)

[PATCH 1/6] drivers/i2c: Update i2c_trace_msg static key to modern api
 2018-04-03 14:49 UTC  (4+ messages)

[PATCH i2c/slave-mqueue v4] i2c: slave-mqueue: add a slave backend to receive and queue messages
 2018-04-03  1:29 UTC 

[PULL REQUEST] i2c for 4.16
 2018-03-30 17:07 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).