linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-30 13:27:41 to 2015-12-10 17:00:05 UTC [more...]

[PATCH v3 0/2] ACPI: Add irq_type to gpio interrupt
 2015-12-10 17:00 UTC  (11+ messages)
` [PATCH v3 1/2] acpi: Rename acpi_gsi_get_irq_type to acpi_get_irq_type and export symbol
` [PATCH v3 2/2] ACPI / gpio: Add irq_type when a gpio is used as an interrupt

[PATCH 00/28] MIPS Boston board support
 2015-12-10 16:26 UTC  (7+ messages)
` [PATCH 14/28] i2c: eg20t: allow build on MIPS platforms
` [PATCH 15/28] i2c: eg20t: set i2c_adapter->dev.of_node

[PATCH] i2c: allow building emev2 without slave mode again
 2015-12-10 15:17 UTC  (6+ messages)

[PATCH 1/2] i2c: designware: Keep pm_runtime_enable/_disable calls in sync
 2015-12-10 13:56 UTC  (4+ messages)
` [PATCH 2/2] i2c: designware: Allow build Baytrail semaphore support when IOSF_MBI=m

[PATCH] i2c: rk3x: Add two new features for rk3399
 2015-12-10 11:03 UTC  (2+ messages)

[PATCH 0/2] i2c:dw: Add APM X-Gene ACPI I2C device support
 2015-12-10  7:19 UTC  (9+ messages)
` [PATCH 1/2] acpi:apd: "
` [PATCH 2/2] i2c:dw: "

[PATCH v2 0/9] i2c: add generic support for timing parameters in DT
 2015-12-10  5:00 UTC  (20+ messages)
` [PATCH v2 1/9] i2c: document generic DT bindings for timing parameters
` [PATCH v2 2/9] i2c: add generic routine to parse DT for timing information
` [PATCH v2 3/9] i2c: rcar: refactor probe function a little
` [PATCH v2 4/9] i2c: rcar: switch to i2c generic dt parsing
` [PATCH v2 5/9] i2c: rcar: honor additional i2c timings from DT
` [PATCH v2 6/9] ARM: shmobile: r8a7790: dtsi: add internal delay for i2c IPs
` [PATCH v2 7/9] ARM: shmobile: r8a7791: "
` [PATCH v2 8/9] ARM: shmobile: r8a7794: "
` [PATCH v2 9/9] arm64: renesas: r8a7795: "

[Patch V1] i2c: imx: init bus recovery info before adding i2c adapter
 2015-12-09 10:18 UTC  (4+ messages)

[Patch V2] i2c: imx: init bus recovery info before adding i2c adapter
 2015-12-09 10:16 UTC  (3+ messages)

[PATCH v2 1/1] x86/platform/iosf_mbi: Remove duplicate definitions
 2015-12-07 22:56 UTC  (6+ messages)

Question on device tree bindings for I2C
 2015-12-07 17:04 UTC  (3+ messages)

[PATCH 0/9] i2c: add generic support for timing parameters in DT
 2015-12-07  6:39 UTC  (14+ messages)
  ` [PATCH 1/9] i2c: document generic DT bindings for timing parameters
` [PATCH 2/9] i2c: add generic routine to parse DT for timing information
` [PATCH 3/9] i2c: rcar: refactor probe function a little
` [PATCH 4/9] i2c: rcar: switch to i2c generic dt parsing
` [PATCH 5/9] i2c: rcar: honor additional i2c timings from DT
` [PATCH 6/9] ARM: shmobile: r8a7790: dtsi: add internal delay for i2c IPs
` [PATCH 7/9] ARM: shmobile: r8a7791: "
` [PATCH 8/9] ARM: shmobile: r8a7794: "
` [PATCH 9/9] arm64: renesas: r8a7795: "

[PATCH v2 00/16] intel-lpss: support non-ACPI platforms
 2015-12-07  1:44 UTC  (25+ messages)
` [PATCH v2 01/16] device property: always check for fwnode type
` [PATCH v2 02/16] device property: rename helper functions
` [PATCH v2 03/16] device property: refactor built-in properties support
` [PATCH v2 04/16] device property: keep single value inplace
` [PATCH v2 05/16] device property: helper macros for property entry creation
` [PATCH v2 06/16] device property: improve readability of macros
` [PATCH v2 07/16] device property: return -EINVAL when property isn't found in ACPI
` [PATCH v2 08/16] device property: Fallback to secondary fwnode if primary misses the property
` [PATCH v2 09/16] device property: Take a copy of the property set
` [PATCH v2 10/16] driver core: platform: Add support for built-in device properties
` [PATCH v2 11/16] driver core: Do not overwrite secondary fwnode with NULL if it is set
` [PATCH v2 12/16] mfd: core: propagate device properties to sub devices drivers
` [PATCH v2 13/16] mfd: intel-lpss: Add support for passing device properties
` [PATCH v2 14/16] mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
` [PATCH v2 15/16] mfd: intel-lpss: Pass HSUART configuration via properties
` [PATCH v2 16/16] i2c: designware: Convert to use unified device property API

[PATCH 1/4] i2c: added i2c quirk flag for unsupported clock stretching
 2015-12-05 19:01 UTC  (16+ messages)
` [PATCH v2 1/5] i2c: add "
  ` [PATCH v2 2/5] i2c: add I2C_AQ_NO_CLK_STRETCH to i2c-algo-bit.c
  ` [PATCH v2 3/5] i2c: add I2C_AQ_NO_CLK_STRETCH to i2c-bcm2835.c
  ` [PATCH 4/5] i2c: add i2c_check_quirks helper function
  ` [PATCH v5 5/5] iio: humidity: si7020: add No Hold read mode

[PATCH v2] emev2: add slave support
 2015-12-05 18:59 UTC  (4+ messages)
` [PATCH v2] i2c: "

[PATCH RESEND] i2c: Remove setting for 1 second timeout from adapter drivers
 2015-12-04  8:01 UTC  (3+ messages)

[PATCH] i2c: emev2: add slave support
 2015-12-03 21:03 UTC  (4+ messages)

[PATCH v2 0/4] i2c: at91: add support for SDA HOLD
 2015-12-03 20:45 UTC  (12+ messages)
  ` [PATCH v2 1/4] i2c: at91: add support for the HOLD field
` [PATCH v2 1/4] i2c: at91: add upport "
` [PATCH v2 2/4] i2c: at91: update bindings documention
` [PATCH v2 3/4] ARM: at91/dt: sama5d4: update i2c compatible string
` [PATCH v2 4/4] ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time

[PATCH] i2c: piix4: remove unneeded assignments
 2015-12-03 20:37 UTC  (3+ messages)

[RFC 0/9] i2c: add generic support for timing parameters
 2015-12-03 10:59 UTC  (4+ messages)
` [RFC 5/9] i2c: rcar: honor additional i2c timings from DT

[PATCH V3] Intel Lewisburg device IDs for SMBus
 2015-12-02 21:44 UTC  (3+ messages)

[PATCH 1/4] i2c: at91: add upport for the HOLD field
 2015-12-02 14:28 UTC  (9+ messages)
` [PATCH 2/4] i2c: at91: update bindings documention
` [PATCH 3/4] ARM: at91/dt: sama5d4: update i2c compatible string
  ` [PATCH 4/4] ARM: at91/dt: sama5d2 Xplained: pmic needs a specific sda hold time

Handling clocks on external busses
 2015-12-02 13:30 UTC  (3+ messages)

[PATCH v4] arm64: dts: add all hi6220 i2c nodes
 2015-12-02 12:57 UTC  (2+ messages)

[RESEND PATCH v2 0/9] eeprom: at24: at24cs series serial number read
 2015-12-02 10:25 UTC  (10+ messages)
` [RESEND PATCH v2 1/9] eeprom: at24: platform_data: use BIT() macro
` [RESEND PATCH v2 2/9] eeprom: at24: new flag in platform_data
` [RESEND PATCH v2 3/9] eeprom: at24: tie up an additional address for at24cs series
` [RESEND PATCH v2 4/9] eeprom: at24: support reading of the serial number
` [RESEND PATCH v2 5/9] eeprom: at24: export the serial number through sysfs
` [RESEND PATCH v2 6/9] eeprom: at24: improve the device_id table readability
` [RESEND PATCH v2 7/9] eeprom: at24: add the at24cs series to the list of supported devices
` [RESEND PATCH v2 8/9] eeprom: at24: remove a reduntant if
` [RESEND PATCH v2 9/9] eeprom: at24: readability tweaks

[Patch V1] imx: i2c: fix i2c resource leak with dma transfer
 2015-12-02  9:52 UTC 

[PATCH v3] arm64: dts: add all hi6220 i2c nodes
 2015-12-02  9:06 UTC  (3+ messages)

[PATCH v2 0/2] Mediatek I2C Fixup
 2015-12-02  2:51 UTC  (8+ messages)
` [PATCH v2 1/2] i2c: mediatek: add i2c first write then read optimization
` [PATCH v2 2/2] i2c: mediatek: fix i2c multi transfer issue in high speed mode

[PATCH v2] arm64: dts: add all hi6220 i2c nodes
 2015-12-02  2:40 UTC  (3+ messages)

Issues with touchpad / touchscreen on yoga 900
 2015-12-01  7:57 UTC  (10+ messages)

[PATCH 1/1] I2C: designware: fix IO timeout issue for AMD controller
 2015-12-01  0:43 UTC  (6+ messages)

[PATCH v2 1/1] i2c: core: fix a code to suppress a warning
 2015-12-01  0:28 UTC  (3+ messages)

[PATCHv3 1/2] i2c: cadence: Move to sensible power management
 2015-11-30 20:10 UTC  (4+ messages)
` [PATCHv3 2/2] i2c: cadence: Remove the suspended flag

[PATCH 1/3] i2c: at91: add setting HOLD field of TWIHS_CWGR via DT
 2015-11-30 15:57 UTC  (3+ messages)

[PATCH 0/9] i2c: brcmstb: add support for BMIPS_GENERIC
 2015-11-30 15:41 UTC  (8+ messages)
` [PATCH 3/9] i2c: brcmstb: add missing parenthesis
` [PATCH 4/9] i2c: brcmstb: enable ACK condition
` [PATCH 5/9] i2c: brcmstb: fix start and stop conditions

[PATCH] i2c: davinci: Increase module clock frequency
 2015-11-30 15:02 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH] i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCs
 2015-11-30 14:54 UTC  (3+ messages)

[PATCH v4] i2c: taos-evm: replace simple_strtoul by kstrto
 2015-11-30 13:58 UTC  (3+ messages)
` [PATCH v4] i2c: taos-evm: replace simple_strtoul by kstrtou8

[PATCH v5 0/3] Support multiplexed main SMBus interface on SB800
 2015-11-30 13:37 UTC  (2+ messages)

[PATCH] i2c: rk3x: populate correct variable for sda_falling_time
 2015-11-30 13:27 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).