linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-03 02:05:12 to 2017-03-15 15:58:36 UTC [more...]

[PATCH v3] i2c-tools: add new tool 'i2ctransfer'
 2017-03-15 15:58 UTC  (4+ messages)

[PATCH] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter
 2017-03-15 12:20 UTC 

[PATCH 0/4] misc: Add OF device table to I2C drivers that are missing it
 2017-03-15 11:39 UTC  (8+ messages)
` [PATCH 4/4] eeprom: at24: Add OF device ID table

[PATCH v2 02/14] i2c: mv64xxx: simplify optional reset handling
 2017-03-15 11:31 UTC 

[PATCH v1 0/7] initialize dtsi file and dts file for RK3328 SoCs
 2017-03-15 11:11 UTC  (6+ messages)
  ` [PATCH v1 1/7] include: dt-bindings: Add pin function index definition for rockchip pinctrl
  ` [PATCH v1 2/7] dt-bindings: iio: rockchip-saradc: add support for rk3328
  ` [PATCH v1 3/7] dt-bindings: i2c: rk3x: "
  ` [PATCH v1 4/7] dt-bindings: soc: rockchip: grf: "

Linux irq subsys i2c interaction question
 2017-03-15 10:03 UTC  (4+ messages)

[PATCH v4 00/10] i2c: meson: series with improvements
 2017-03-14 21:53 UTC  (11+ messages)
` [PATCH v4 01/10] i2c: meson: use min instead of min_t where min_t isn't needed
` [PATCH v4 02/10] i2c: meson: remove member irq from struct meson_i2c
` [PATCH v4 04/10] i2c: meson: use i2c core for DT clock-frequency parsing
` [PATCH v4 05/10] i2c: meson: use full 12 bits for clock divider
` [PATCH v4 06/10] i2c: meson: remove variable count from meson_i2c_xfer
` [PATCH v4 07/10] i2c: meson: improve interrupt handler and detect spurious interrupts
` [PATCH v4 08/10] i2c: meson: don't create separate token chain just for the stop command
` [PATCH v4 09/10] i2c: meson: remove meson_i2c_write_tokens
` [PATCH v4 10/10] i2c: meson: improve and simplify interrupt handler
` [PATCH v4 03/10] i2c: meson: set clock divider in probe instead of setting it for each transfer

[PATCH v3 00/10] i2c: meson: series with improvements
 2017-03-14 11:16 UTC  (14+ messages)
` [PATCH v3 01/10] i2c: meson: use min instead of min_t where min_t isn't needed
` [PATCH v3 02/10] i2c: meson: remove member irq from struct meson_i2c
` [PATCH v3 03/10] i2c: meson: set clock divider in probe instead of setting it for each transfer
` [PATCH v3 04/10] i2c: meson: use i2c core for DT clock-frequency parsing
` [PATCH v3 05/10] i2c: meson: use full 12 bits for clock divider
` [PATCH v3 06/10] i2c: meson: remove variable count from meson_i2c_xfer
` [PATCH v3 07/10] i2c: meson: improve interrupt handler and detect spurious interrupts
` [PATCH v3 08/10] i2c: meson: don't create separate token chain just for the stop command
` [PATCH v3 09/10] i2c: meson: remove meson_i2c_write_tokens
` [PATCH v3 10/10] i2c: meson: improve and simplify interrupt handler

i2c-mux adapter names not unique
 2017-03-14  6:46 UTC  (7+ messages)

[PATCH v3 1/2] i2c: designware: Never suspend i2c-busses used for accessing the system PMIC
 2017-03-13 22:25 UTC  (2+ messages)
` [PATCH v3 2/2] i2c: designware: Disable pm for PMIC i2c-bus even if there is no _SEM method

[i2c-tools PATCH v2] i2ctransfer: add new tool
 2017-03-13 12:28 UTC  (7+ messages)

[PULL] topic/designware-baytrail for 4.12 [UPDATED]
 2017-03-13  8:25 UTC  (2+ messages)

[PATCH] Documentation: devicetree: move trivial-devices out of I2C realm
 2017-03-13  7:54 UTC  (2+ messages)

[PATCH v3] hwmon: ads7828 optional parameters from the device tree
 2017-03-12 17:57 UTC  (2+ messages)

[PATCH] i2c: xlp9xx: update for ARCH_THUNDER2
 2017-03-12 10:54 UTC 

[PATCH v2] Adding the ability for the ads7828 and ads7830 to use the device tree to get thier optional parameters, instead of using platform devices. This allows people using custom boards to also use the ads7828 in a non-default manner
 2017-03-12  5:43 UTC  (2+ messages)

[PATCH] Adding the ability for the ads7828 and ads7830 to use the device tree to get thier optional parameters, instead of using platform devices. This allows people using custom boards to also use the ads7828 in a non-default manner
 2017-03-12  3:22 UTC 

[PULL REQUEST] i2c for 4.11
 2017-03-11 15:59 UTC  (3+ messages)

[PATCH v2 1/3] i2c: core: Allow getting acpi info by index
 2017-03-10 23:57 UTC  (3+ messages)
` [PATCH v2 2/3] i2c: core: Add new i2c_acpi_new_device helper function
` [PATCH v2 3/3] i2c: core: Allow drivers to specify index for irq to get from of / acpi

[PATCH v2 00/10] i2c: meson: series with improvements
 2017-03-10 23:36 UTC  (15+ messages)
` [PATCH v2 01/10] i2c: meson: i2c: meson: use min instead of min_t where min_t isn't needed
` [PATCH v2 02/10] i2c: meson: remove member irq from struct meson_i2c
` [PATCH v2 03/10] i2c: meson: use i2c core for DT clock-frequency parsing
` [PATCH v2 04/10] i2c: meson: use full 12 bits for clock divider
` [PATCH v2 05/10] i2c: meson: set clock divider in probe instead of setting it for each transfer
` [PATCH v2 06/10] i2c: meson: remove variable count from meson_i2c_xfer
` [PATCH v2 07/10] i2c: meson: improve interrupt handler and detect spurious interrupts
` [PATCH v2 08/10] i2c: meson: don't create separate token chain just for the stop command
` [PATCH v2 09/10] i2c: meson: remove meson_i2c_write_tokens
` [PATCH v2 10/10] i2c: meson: improve and simplify interrupt handler

[PATCH 1/3] i2c: core: Allow getting acpi info by index
 2017-03-10 21:16 UTC  (3+ messages)
` [PATCH 2/3] i2c: core: Add new i2c_acpi_new_device helper function
` [PATCH 3/3] i2c: core: Allow drivers to specify index for irq to get from of / acpi

[PATCH v2 0/2] i2c: designware: Never suspend i2c-busses used for system PMICs
 2017-03-10 20:46 UTC  (12+ messages)
` [PATCH v2 1/2] i2c: designware: Never suspend i2c-busses used for accessing the system PMIC
` [PATCH v2 2/2] i2c: designware: Disable pm for PMIC i2c-bus even if there is no _SEM method

[PATCH] i2c: i2c-scmi: add a MS HID
 2017-03-10 13:58 UTC 

[PATCH v10 00/11] mux controller abstraction and iio/i2c muxes
 2017-03-10 11:10 UTC  (12+ messages)
` [PATCH v10 02/11] dt-bindings: document devicetree bindings for mux-controllers and gpio-mux
` [PATCH v10 03/11] mux: minimal mux subsystem and gpio-based mux controller
` [PATCH v10 04/11] iio: inkern: api for manipulating ext_info of iio channels
` [PATCH v10 05/11] dt-bindings: iio: io-channel-mux: document io-channel-mux bindings
` [PATCH v10 06/11] iio: multiplexer: new iio category and iio-mux driver
` [PATCH v10 07/11] dt-bindings: i2c: i2c-mux: document general purpose i2c-mux bindings
` [PATCH v10 08/11] i2c: i2c-mux-gpmux: new driver
  ` [PATCH v10 01/11] devres: trivial whitespace fix
  ` [PATCH v10 09/11] dt-bindings: mux-adg792a: document devicetree bindings for ADG792A/G mux
` [PATCH v10 10/11] mux: adg792a: add mux controller driver for ADG792A/G
` [PATCH v10 11/11] iio: multiplexer: fix unsigned check with less than zero

[PATCH 1/2] i2c: do not leave semaphore armed when copying properties fails
 2017-03-09 23:16 UTC  (5+ messages)
` [PATCH 2/2] i2c: allow attaching IRQ resources to i2c_board_info

[PATCH 00/12] i2c: meson: series with improvements
 2017-03-09 20:16 UTC  (24+ messages)
` [PATCH 01/12] i2c: meson: use min instead of min_t where min_t isn't needed
` [PATCH 02/12] i2c: meson: remove member irq from struct meson_i2c
` [PATCH 03/12] i2c: meson: use i2c core for DT clock-frequency parsing
` [PATCH 04/12] i2c: meson: use full 12 bits for clock divider
` [PATCH 05/12] i2c: meson: set clock divider in probe instead of setting it for each transfer
` [PATCH 06/12] i2c: meson: remove variable count from meson_i2c_xfer
` [PATCH 07/12] i2c: meson: improve interrupt handler and detect spurious interrupts
` [PATCH 08/12] i2c: meson: explicitly ignore messages with length zero
` [PATCH 09/12] i2c: meson: don't create separate token chain just for the stop command
` [PATCH 10/12] i2c: meson: remove meson_i2c_write_tokens
` [PATCH 11/12] i2c: meson: improve and simplify interrupt handler
` [PATCH 12/12] i2c: meson: use state in meson_i2c_prepare_xfer

[PATCH 12/19] i2c: mux: pca954x: make use of raw_spinlock variants
 2017-03-09 16:21 UTC 

[PATCH] i2c: add missing of_node_put in i2c_mux_del_adapters
 2017-03-09 15:38 UTC  (4+ messages)

[PATCH] i2c: exynos5: Avoid transaction timeouts due TRANSFER_DONE_AUTO not set
 2017-03-09 15:37 UTC  (2+ messages)

[PATCH] i2c: m65xx: drop superfluous quirk structure
 2017-03-09 14:41 UTC  (4+ messages)

[PATCH v3 resend] i2c: designware: add reset interface
 2017-03-09 14:43 UTC  (4+ messages)

[PATCH] i2c: meson: fix wrong variable usage in meson_i2c_put_data
 2017-03-09 14:41 UTC  (3+ messages)

[v2] i2c: brcmstb: Fix START and STOP conditions
 2017-03-09 14:40 UTC  (3+ messages)

[PATCH] i2c: riic: fix restart condition
 2017-03-09 14:40 UTC  (3+ messages)

[PATCH v2] i2c: exynos5: fix arbitration lost handling
 2017-03-09 14:23 UTC  (9+ messages)

[RESEND PATCH v3 0/2] Add i2c dt-binding and device node for Mediatek MT2701 Soc
 2017-03-09  3:13 UTC  (3+ messages)
  ` [RESEND PATCH v3 1/2] dt-bindings: i2c: Add Mediatek MT2701 i2c binding
` [RESEND PATCH v3 2/2] arm: dts: Add Mediatek MT2701 i2c device node

lis3lv02d i2c access on shutdown
 2017-03-06 16:54 UTC  (4+ messages)

[PATCH] i2c: exynos5: use core helper to get driver data
 2017-03-06 15:32 UTC  (2+ messages)

Possible Regression caused by "[PATCH] i2c: riic: correctly finish transfers"
 2017-03-06 13:34 UTC  (2+ messages)

[PATCH v2] Set sda-hold-time based on ACPI *CNT value
 2017-03-06 12:30 UTC  (4+ messages)
` [PATCH] i2c: designware: Get selected speed mode sda-hold-time via ACPI

[PATCH v9 00/10] mux controller abstraction and iio/i2c muxes
 2017-03-03 19:30 UTC  (8+ messages)

Bug#853122: [Regression] Changes to i2c-piix4.c initialisation prevent loading of sp5100_tco watchdog driver on AMD SB800 chipset
 2017-03-03 10:17 UTC  (2+ messages)
  `  "

[PATCH v3 0/2] Add i2c dt-binding and device node for Mediatek MT2701 Soc
 2017-03-03  2:05 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: Add Mediatek MT2701 i2c binding
` [PATCH v3 2/2] arm: dts: Add Mediatek MT2701 i2c device node


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