linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-31 19:20:32 to 2018-08-10 08:05:04 UTC [more...]

[PATCH v2 00/29] at24: remove at24_platform_data
 2018-08-10  8:05 UTC  (8+ messages)
` [PATCH v2 01/29] nvmem: add support for cell lookups
` [PATCH v2 02/29] Documentation: nvmem: document lookup entries
` [PATCH v2 03/29] nvmem: add a notifier chain
` [PATCH v2 04/29] nvmem: provide nvmem_dev_name()
` [PATCH v2 05/29] nvmem: remove the name field from struct nvmem_device
` [PATCH v2 06/29] mtd: Add support for reading MTD devices via the nvmem API
` [PATCH v2 07/29] ARM: davinci: dm365-evm: use nvmem lookup for mac address

[PATCH v2 2/4] i2c: imx: Fix race condition in dma read
 2018-08-09 16:26 UTC  (7+ messages)
` [PATCH v2 3/4] i2c: imx: Simplify stopped state tracking

[PATCH v2] i2c: xlp9xx: Fix case where SSIF read transaction completes early
 2018-08-09 15:42 UTC  (3+ messages)

[PATCH v1 0/3] Add a driver for Qualcomm GENI I3C master IP
 2018-08-09 15:18 UTC  (6+ messages)
` [PATCH v1 1/3] i3c: master: "
` [PATCH v1 2/3] dt-bindings: i3c: Document Qualcomm GENI I3C master bindings
` [PATCH v1 3/3] MAINTAINERS: Add Qualcomm Generic Interface I3C driver maintainer

[PATCH v3 1/3] i2c: imx: Fix race condition in dma read
 2018-08-09 12:32 UTC  (3+ messages)
` [PATCH v3 2/3] i2c: imx: Simplify stopped state tracking
` [PATCH v3 3/3] arm: dts: ls1021a: Enable I2C DMA support

[PATCH v6 0/4] i2c-multi-instantiate pseudo driver
 2018-08-09 12:08 UTC  (7+ messages)
` [PATCH v6 1/4] ACPI / scan: Initialize status to ACPI_STA_DEFAULT
` [PATCH v6 2/4] ACPI / scan: Create platform device for fwnodes with multiple i2c devices
` [PATCH v6 3/4] ACPI / x86-utils: Remove status workaround from acpi_device_always_present()
` [PATCH v6 4/4] platform/x86: Add ACPI i2c-multi-instantiate pseudo driver

[PATCH v5 0/4] i2c-multi-instantiate pseudo driver
 2018-08-09 11:48 UTC  (19+ messages)
` [PATCH v5 1/4] ACPI / scan: Initialize status to ACPI_STA_DEFAULT
` [PATCH v5 2/4] ACPI / scan: Create platform device for fwnodes with multiple i2c devices
` [PATCH v5 3/4] ACPI / x86-utils: Remove status workaround from acpi_device_always_present()
` [PATCH v5 4/4] platform/x86: Add ACPI i2c-multi-instantiate pseudo driver

[PATCH 00/28] at24: remove at24_platform_data
 2018-08-09 11:35 UTC  (53+ messages)
` [PATCH 01/28] nvmem: add support for cell lookups
` [PATCH 02/28] Documentation: nvmem: document lookup entries
` [PATCH 03/28] nvmem: add a notifier chain
` [PATCH 04/28] nvmem: provide nvmem_device_name()
` [PATCH 05/28] nvmem: remove the name field from struct nvmem_device
` [PATCH 06/28] mtd: Add support for reading MTD devices via the nvmem API
` [PATCH 07/28] ARM: davinci: dm365-evm: use nvmem lookup for mac address
` [PATCH 08/28] ARM: davinci: dm644-evm: "
` [PATCH 09/28] ARM: davinci: dm646x-evm: "
` [PATCH 10/28] ARM: davinci: da830-evm: "
` [PATCH 11/28] ARM: davinci: mityomapl138: add nvmem cells lookup entries
` [PATCH 12/28] ARM: davinci: da850-evm: use nvmem lookup for mac address
` [PATCH 13/28] ARM: davinci: da850-evm: remove unnecessary include
` [PATCH 14/28] net: split eth_platform_get_mac_address() into subroutines
` [PATCH 15/28] net: add support for nvmem to eth_platform_get_mac_address()
` [PATCH 16/28] net: davinci_emac: use eth_platform_get_mac_address()
` [PATCH 17/28] ARM: davinci: da850-evm: remove dead MTD code
` [PATCH 18/28] ARM: davinci: mityomapl138: don't read the MAC address from machine code
` [PATCH 19/28] ARM: davinci: dm365-evm: use device properties for at24 eeprom
` [PATCH 20/28] ARM: davinci: da830-evm: "
` [PATCH 21/28] ARM: davinci: dm644x-evm: "
` [PATCH 22/28] ARM: davinci: dm646x-evm: "
` [PATCH 23/28] ARM: davinci: sffsdr: fix the at24 eeprom device name
` [PATCH 24/28] ARM: davinci: sffsdr: use device properties for at24 eeprom
` [PATCH 25/28] ARM: davinci: remove dead code related to MAC address reading
` [PATCH 26/28] ARM: davinci: mityomapl138: use nvmem notifiers
` [PATCH 27/28] ARM: davinci: mityomapl138: use device properties for at24 eeprom
` [PATCH 28/28] eeprom: at24: kill at24_platform_data

[PATCH v3 0/6] Add support for MSCC Ocelot i2c
 2018-08-09  9:29 UTC  (11+ messages)
` [PATCH v3 1/6] i2c: designware: use generic table matching
` [PATCH v3 2/6] i2c: designware: move #ifdef CONFIG_OF to the top
` [PATCH v3 3/6] i2c: designware: allow IP specific sda_hold_time
` [PATCH v3 4/6] i2c: designware: add MSCC Ocelot support
` [PATCH v3 5/6] MIPS: dts: mscc: Add i2c on ocelot
` [PATCH v3 6/6] MIPS: dts: mscc: enable i2c on ocelot_pcb123

[PATCH v2 0/3] Register i2c adapter driver earlier and use DMA safe buffers
 2018-08-09  9:23 UTC  (7+ messages)
` [PATCH v2 1/3] i2c: mediatek: Register i2c adapter driver earlier
` [PATCH v2 2/3] i2c: Add helper to ease DMA handling

[PATCH v4 0/4] i2c-multi-instantiate pseudo driver
 2018-08-09  9:15 UTC  (12+ messages)
` [PATCH v4 1/4] ACPI / scan: Initialize status to ACPI_STA_DEFAULT
` [PATCH v4 2/4] ACPI / scan: Create platform device for fwnodes with multiple i2c devices
` [PATCH v4 3/4] ACPI / x86-utils: Remove status workaround from acpi_device_always_present()
` [PATCH v4 4/4] i2c: Add multi-instantiate pseudo driver

[PATCH] i2c-amd8111: Mark expected switch fall-through
 2018-08-08 20:10 UTC  (2+ messages)

[PATCH v8 0/2] Introduce GENI SE Controller Driver
 2018-08-08 18:14 UTC  (4+ messages)
` [PATCH v8 1/2] i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller

[PATCH 0/3] Add driver for Synopsys DesignWare I3C master IP
 2018-08-08 17:28 UTC  (11+ messages)
` [PATCH 1/3] i3c: master: Add driver for Synopsys DesignWare IP
` [PATCH 2/3] dt-bindings: i3c: Document Synopsys DesignWare I3C master bindings

[PATCH v3 0/4] ACPI bugfix + i2c-multi-instantiate pseudo driver
 2018-08-08  8:08 UTC  (17+ messages)
` [PATCH v3 1/4] ACPI / scan: Fix acpi_is_indirect_io_slave() always returning false
` [PATCH v3 2/4] ACPI / scan: Create platform device for fwnodes with multiple i2c devices
` [PATCH v3 3/4] ACPI / x86-utils: Remove status workaround from acpi_device_always_present()
` [PATCH v3 4/4] i2c: Add multi-instantiate pseudo driver

[PATCH v2 0/2] i2c: npcm7xx: new driver for I2C controller
 2018-08-07 11:26 UTC  (4+ messages)
` [PATCH v2 1/2] dt-binding: i2c: npcm7xx: add binding for i2c controller
` [PATCH v2 2/2] i2c: npcm7xx: add i2c controller master mode only

[PATCH] eeprom: at24: Fix unexpected timeout under high load
 2018-08-06 11:39 UTC 

[PATCH] eeprom: at24: Fix unexpected timeout under high load
 2018-08-05 14:09 UTC  (2+ messages)

[PATCH v8 0/6] Add Actions Semiconductor Owl S900 I2C support
 2018-08-05  3:41 UTC  (12+ messages)
` [PATCH v8 1/6] dt-bindings: i2c: Add binding for Actions Semiconductor Owl I2C controller
` [PATCH v8 2/6] arm64: dts: actions: Add pinctrl definition for S900 "
` [PATCH v8 3/6] arm64: dts: actions: Add Actions Semiconductor S900 I2C controller nodes
` [PATCH v8 4/6] arm64: dts: actions: Enable I2C1 and I2C2 in Bubblegum-96 board
` [PATCH v8 5/6] i2c: Add Actions Semiconductor Owl family S900 I2C driver
` [PATCH v8 6/6] MAINTAINERS: Add entry for Actions Semiconductor Owl "

[PATCH 00/12] i2c: quirks: add zero length checks and update drivers
 2018-08-04 21:27 UTC  (21+ messages)
` [PATCH 01/12] i2c: quirks: add zero length checks
` [PATCH 02/12] i2c: designware-master: use core to detect 'no zero length' quirk
` [PATCH 03/12] i2c: mxs: "
` [PATCH 05/12] i2c: pmcmsp: "
` [PATCH 07/12] i2c: stu300: "
` [PATCH 10/12] i2c: rcar: "
` [PATCH 11/12] i2c: xlr: "
` [PATCH 12/12] i2c: sh_mobile: use core to detect 'no zero length read' quirk

[PATCH i2c-next v2] i2c: aspeed: Add an explicit type casting for *get_clk_reg_val
 2018-08-04 21:13 UTC  (4+ messages)

[PATCH] eeprom: at24: Fix unexpected timeout under high load
 2018-08-04 20:51 UTC  (2+ messages)

[PATCH v6 00/10] Add the I3C subsystem
 2018-08-04  5:33 UTC  (4+ messages)
` [PATCH v6 01/10] i3c: Add core I3C infrastructure

[PATCH] i2c: xlp9xx: Fix case where SSIF read transaction completes early
 2018-08-03  4:49 UTC  (3+ messages)
  `  "

[PATCH i2c-next v3] i2c: aspeed: Handle master/slave combined irq events properly
 2018-08-01 21:44 UTC 

[PATCH v2] i2c: aspeed: Handle master/slave combined irq events properly
 2018-08-01 18:08 UTC  (3+ messages)

[PATCH 0/2] i2c: enable buses to save their clock frequency in adapter
 2018-08-01 13:35 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] i2c: at91: Save the bus "

[PATCH v7 0/6] Add Actions Semiconductor Owl S900 I2C support
 2018-08-01  4:56 UTC  (4+ messages)
` [PATCH v7 5/6] i2c: Add Actions Semiconductor Owl family S900 I2C driver

[PATCH v2 0/6] Add support for MSCC Ocelot i2c
 2018-07-31 20:41 UTC  (5+ messages)
` [PATCH v2 1/6] i2c: designware: use generic table matching

[PATCH] i2c: i2c-qcom-geni: Fix suspend clock handling
 2018-07-31 19:20 UTC  (2+ 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).