public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-27 09:38:28 to 2017-03-11 18:24:57 UTC [more...]

[PATCH v3 00/10] i2c: meson: series with improvements
 2017-03-11 18:24 UTC  (11+ 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

[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

Linux irq subsys i2c interaction question
 2017-03-07 10:57 UTC  (3+ messages)

[i2c-tools PATCH v2] i2ctransfer: add new tool
 2017-03-06 19:50 UTC  (4+ messages)

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)

[PATCH] Documentation: devicetree: move trivial-devices out of I2C realm
 2017-03-06 14:38 UTC 

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

[PATCH] i2c: brcmstb: Fix START and STOP conditions
 2017-03-03  1:30 UTC  (4+ messages)

[PATCH v2] i2c: designwear: Fix clk warning on suspend/resume
 2017-03-02 23:39 UTC  (3+ messages)

[RESEND PATCH v6 0/6] i2c: designware: add I2C SLAVE support
 2017-03-02 22:36 UTC  (15+ messages)
` [RESEND PATCH v6 1/6] i2c: designware: Cleaning and comment style fixes
` [RESEND PATCH v6 2/6] i2c: designware: refactoring of the i2c-designware
` [RESEND PATCH v6 3/6] i2c: designware: MASTER mode as separated driver
` [RESEND PATCH v6 4/6] i2c: designware: introducing I2C_SLAVE definitions
  ` [RESEND PATCH v6 5/6] i2c: designware: add SLAVE mode functions
  ` [RESEND PATCH v6 6/6] i2c: designware: enable SLAVE in platform module

[PULL] topic/designware-baytrail for 4.12 [UPDATED]
 2017-03-02 15:56 UTC 

[PULL] topic/designware-baytrail for 4.12
 2017-03-02 15:19 UTC  (5+ messages)

[PATCH] i2c: thunderx: ACPI support for clock settings
 2017-03-02 10:34 UTC 

[PATCH v2] i2c: copy device properties when using i2c_register_board_info()
 2017-02-28 19:10 UTC 

[PATCH v6 0/6] i2c: designware: add I2C SLAVE support
 2017-02-28 15:07 UTC  (6+ messages)
` [PATCH v6 1/6] i2c: designware: Cleaning and comment style fixes
` [PATCH v6 4/6] i2c: designware: introducing I2C_SLAVE definitions

[PATCH RFC 0/3] ARM64: bcm2837-rpi: Fix random crashes caused by i2c
 2017-02-28 12:47 UTC  (12+ messages)
` [PATCH RFC 1/3] i2c: bcm2835: Avoid possible NULL ptr dereference
` [PATCH RFC 3/3] ARM64: bcm2837-rpi: Fix pwm and i2c pin control

[usb] bea5b158ff WARNING: CPU: 0 PID: 25 at drivers/usb/core/urb.c:338 usb_submit_urb
 2017-02-28  4:52 UTC  (6+ messages)
    ` [LKP] "

[PATCH] i2c: copy device properties when using i2c_register_board_info()
 2017-02-28  4:35 UTC 

[PATCH v2 0/2] Add i2c DT binding and device node for Mediatek MT2701 Soc
 2017-02-27 17:15 UTC  (4+ messages)
` [PATCH v2 1/2] Documentation: devicetree: Add i2c binding for mediatek MT2701 Soc Platform

[PATCH 0/2] i2c: designware: PM fixes for i2c-bus used by system PMIC
 2017-02-27 11:06 UTC  (7+ messages)
` [PATCH 1/2] i2c: designware: Never suspend i2c-busses used for accessing the "
` [PATCH 2/2] i2c: designware: Disable pm for PMIC i2c-bus even if there is no _SEM method

BENEFIT
 2017-02-27  8:32 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox