linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-20 14:50:41 to 2019-06-02 19:58:27 UTC [more...]

[net-next,v4 0/2] Enable SFP on ACPI based systems
 2019-06-02 19:58 UTC  (18+ messages)
` [net-next,v4 1/2] i2c: acpi: export i2c_acpi_find_adapter_by_handle
` [net-next,v4 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems

[PULL REQUEST] i2c for 5.2
 2019-06-02 17:25 UTC  (2+ messages)

[PATCH v2] i2c: i801: Register optional lis3lv02d i2c device on Dell machines
 2019-06-02 13:20 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3] i2c: bcm2835: Model Divider in CCF
 2019-06-02  7:40 UTC  (2+ messages)

[PATCH 0/8] arm: add I2C DT binding docs to various platforms
 2019-06-01 11:40 UTC  (18+ messages)
` [PATCH 1/8] MAINTAINERS: add I2C DT bindings to Zynq platform
` [PATCH 2/8] MAINTAINERS: add I2C DT bindings to DaVinci platform
` [PATCH 3/8] MAINTAINERS: add I2C DT bindings to LPC platforms
` [PATCH 4/8] MAINTAINERS: add I2C DT bindings to Nomadik/U300 platforms
` [PATCH 5/8] MAINTAINERS: add I2C DT bindings to Rockchip platform
` [PATCH 6/8] MAINTAINERS: add I2C DT bindings to STI architecture
` [PATCH 7/8] MAINTAINERS: add I2C DT bindings to Versatile platform
` [PATCH 8/8] MAINTAINERS: add I2C DT bindings to vt8500 architecture

[PATCH REPOST v8 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-06-01  6:11 UTC  (4+ messages)
` [PATCH REPOST v8 1/3] dt-bindings: i2c: extend existing opencore bindings
` [PATCH REPOST v8 2/3] i2c-ocores: sifive: add support for i2c device on FU540-c000 SoC
` [PATCH REPOST v8 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH REPOST v8 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-05-31 18:52 UTC  (5+ messages)
` [PATCH REPOST v8 1/3] dt-bindings: i2c: extend existing opencore bindings
` [PATCH REPOST v8 2/3] i2c-ocores: sifive: add support for i2c device on FU540-c000 SoC
` [PATCH REPOST v8 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH V2] drivers: i2c: tegra: fix checkpatch defects
 2019-05-31 12:45 UTC  (5+ messages)

[PATCH V1] i2c: busses: tegra: Add suspend-resume support
 2019-05-31 12:43 UTC  (4+ messages)

[PATCH -next] eeprom: at24: Remove set but not used variable 'addr'
 2019-05-31  7:10 UTC  (2+ messages)

[PATCH] eeprom: at24: use struct_size() in devm_kzalloc()
 2019-05-31  7:10 UTC  (2+ messages)

[PATCH 0/3] introduce i2c-slave-mqueue
 2019-05-31  4:33 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: i2c: document bindings for i2c-slave-mqueue
` [PATCH 2/3] i2c: slave-mqueue: add a slave backend to receive and queue messages
` [PATCH 3/3] Documentation: ABI: Add i2c-slave-mqueue sysfs documentation

[PATCH 00/22] Some documentation fixes
 2019-05-30 22:49 UTC  (5+ messages)
` [PATCH 22/22] docs: fix broken documentation links

[PATCH i2c/slave-mqueue v5] i2c: slave-mqueue: add a slave backend to receive and queue messages
 2019-05-30 17:11 UTC  (11+ messages)

[PATCH v8 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-05-30  3:57 UTC  (7+ messages)
` [PATCH v8 1/3] dt-bindings: i2c: extend existing opencore bindings
` [PATCH v8 2/3] i2c-ocores: sifive: add support for i2c device on FU540-c000 SoC
` [PATCH v8 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH] i2c: mux: Use struct_size() in devm_kzalloc()
 2019-05-29 16:20 UTC 

[PATCH v3 1/6] i2c: core: Allow whole core to use i2c_dev_irq_from_resources
 2019-05-29  7:44 UTC  (12+ messages)
` [PATCH v3 2/6] i2c: acpi: Use available IRQ helper functions
` [PATCH v3 3/6] i2c: acpi: Factor out getting the IRQ from ACPI
` [PATCH v3 4/6] i2c: core: Move ACPI IRQ handling to probe time
` [PATCH v3 5/6] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
` [PATCH v3 6/6] i2c: core: Tidy up handling of init_irq

[PATCH v2] i2c: bcm2835: Model Divider in CCF
 2019-05-29  4:32 UTC  (11+ messages)

[PATCH v8 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC
 2019-05-29  4:26 UTC 

[PATCH v2 0/2] at24: use devm_i2c_new_dummy_device()
 2019-05-28 15:57 UTC  (4+ messages)
` [PATCH v2 1/2] eeprom: "

[PATCH v2 1/6] i2c: core: Allow whole core to use i2c_dev_irq_from_resources
 2019-05-28 11:13 UTC  (10+ messages)
` [PATCH v2 2/6] i2c: acpi: Use available IRQ helper functions
` [PATCH v2 3/6] i2c: acpi: Factor out getting the IRQ from ACPI
` [PATCH v2 4/6] i2c: core: Move ACPI IRQ handling to probe time
` [PATCH v2 5/6] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
` [PATCH v2 6/6] i2c: core: Tidy up handling of init_irq

[net-next,v3 0/2] Enable SFP on ACPI based systems
 2019-05-28 10:53 UTC  (6+ messages)
` [net-next,v3 1/2] i2c: acpi: export i2c_acpi_find_adapter_by_handle
` [net-next,v3 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems

[PATCH v2] i2c: i801: Register optional lis3lv02d i2c device on Dell machines
 2019-05-28 10:00 UTC  (16+ messages)

[PATCH] hwmon: pmbus: protect read-modify-write with lock
 2019-05-28  9:08 UTC 

[PATCH] net: phy: sfp: enable i2c-bus detection on ACPI based systems
 2019-05-28  2:26 UTC  (6+ messages)
` [PATCH net-next v2 1/2] i2c: acpi: export i2c_acpi_find_adapter_by_handle

[PATCH] MAINTAINERS: Karthikeyan Ramasubramanian is MIA
 2019-05-27 19:45 UTC 

[PATCH] i2c: jz4780: Drop dependency on MACH_JZ4780
 2019-05-27 19:39 UTC  (2+ messages)

[PATCH] i2c: i2c-meson: update with SPDX Licence identifier
 2019-05-27 19:27 UTC  (2+ messages)

[PATCH] i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTB
 2019-05-27 19:21 UTC  (2+ messages)

[PATCH 1/1] i2c: iproc: Add multi byte read-write support for slave mode
 2019-05-27 19:21 UTC  (6+ messages)

[PATCH] i2c: imx: Use __maybe_unused instead of #if CONFIG_PM
 2019-05-27 19:06 UTC  (2+ messages)

[PATCH] i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwr
 2019-05-27 18:59 UTC  (2+ messages)

[PATCH v7 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-05-27 13:25 UTC  (11+ messages)
` [PATCH v7 1/3] dt-bindings: i2c: extend existing opencore bindings
` [PATCH v7 2/3] i2c-ocores: sifive: add support for i2c device on FU540-c000 SoC
` [PATCH v7 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH 10/10] docs: fix broken documentation links
 2019-05-27  8:43 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: i2c: sun6i-p2wi: Add YAML schemas
 2019-05-25 14:18 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: i2c: mv64xxx: "

[PATCH RFC v2 net-next 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems
 2019-05-24 20:23 UTC  (5+ messages)

[PATCH] i2c: layerscape: use PIO when fail to request dma channel
 2019-05-24 20:01 UTC  (2+ messages)

[PATCH 0/5] I2C IRQ Probe Improvements
 2019-05-22  8:19 UTC  (10+ messages)
` [PATCH 1/5] i2c: acpi: Factor out getting the IRQ from ACPI
` [PATCH 2/5] i2c: acpi: Use available IRQ helper functions
` [PATCH 3/5] i2c: core: Move ACPI IRQ handling to probe time
` [PATCH 4/5] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
` [PATCH 5/5] i2c: core: Tidy up handling of init_irq

[RFC 0/4] TI camera serdes - I2C address translation draft
 2019-05-22  7:38 UTC  (3+ messages)

[PATCH v6 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-05-22  4:58 UTC  (8+ messages)
` [PATCH v6 1/3] dt-bindings: i2c: extend existing opencore bindings
` [PATCH v6 2/3] i2c-ocores: sifive: add support for i2c device on FU540-c000 SoC
` [PATCH v6 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH 0/5] I2C IRQ Probe Improvements
 2019-05-21 13:20 UTC  (10+ messages)
` [PATCH 1/5] i2c: acpi: Factor out getting the IRQ from ACPI
` [PATCH 3/5] i2c: core: Move ACPI IRQ handling to probe time
` [PATCH 4/5] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq

[PATCH v5 0/3] Extend dt bindings to support I2C on sifive devices and a fix broken IRQ in polling mode
 2019-05-21  8:57 UTC  (9+ messages)
` [PATCH v5 1/3] dt-bindings: i2c: extend existing opencore bindings
` [PATCH v5 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH v9 0/1] Add support for IPMB driver
 2019-05-20 14:50 UTC  (4+ messages)
` [PATCH v9 1/1] "


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