linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-11 11:12:49 to 2012-04-23 16:20:08 UTC [more...]

[PATCHv8 00/10] I2C fixes
 2012-04-23 16:20 UTC  (14+ messages)
` [PATCHv8 01/10] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
  ` [PATCHv8 02/10] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
  ` [PATCHv8 03/10] I2C: OMAP: Fix the interrupt clearing in OMAP4
  ` [PATCHv8 04/10] I2C: OMAP: Fix the error handling
  ` [PATCHv8 06/10] I2C: OMAP: Fix the crash in i2c remove
  ` [PATCHv8 07/10] I2C: OMAP: Handle error check for pm runtime
` [PATCHv8 05/10] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
` [PATCHv8 08/10] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153
` [PATCHv8 09/10] I2C: OMAP: Do not set the XUDF if the underflow is not reached
` [PATCHv8 10/10] I2C: OMAP: Rename the 1p153 to the erratum id i462

[PATCH 1/2] i2c: mux: add device tree support
 2012-04-23 16:13 UTC  (5+ messages)
  ` [PATCH 2/2] i2c: Add generic I2C multiplexer using pinctrl API

[PATCH V3 0/2] I2C: Add bus recovery infrastructure
 2012-04-23 13:55 UTC  (6+ messages)
` [PATCH V3 1/2] i2c/adapter: "

[PATCH] of/i2c: call i2c_verify_client from of_find_i2c_device_by_node
 2012-04-23 13:00 UTC  (3+ messages)

[PATCH v3 0/3] i2c-s3c2410: Updates for exynos4210 and DT-based systems
 2012-04-23 10:01 UTC  (14+ messages)
` [PATCH 1/3] i2c-s3c2410: Drop unused define
` [PATCH 2/3] i2c-s3c2410: Rework device type handling
` [PATCH 3/3] i2c-s3c2410: Add HDMIPHY quirk for S3C2440

[PATCH-RESEND] Add support for TCA6424
 2012-04-23  9:18 UTC 

[PATCH-RESEND] Add support for TCA6424
 2012-04-23  9:08 UTC 

[PATCH v9 0/4] AT91: replace broken TWI driver i2c-at91.c
 2012-04-23  6:24 UTC  (12+ messages)
` [PATCH v9 3/4] drivers/i2c/busses/i2c-at91.c: add new driver
            ` [PATCH] i2c-at91: fix data-loss issue

[PATCH 1/2] i2c-eg20t: add helper function for xfer check
 2012-04-23  4:25 UTC  (4+ messages)
` [PATCH 2/2] i2c-eg20t: Merge 2 functions

[PATCH] i2c: designware: Add clk_{un}prepare() support
 2012-04-22 18:38 UTC  (5+ messages)
  ` [PATCH V2] "

[PATCH 1/2] i2c/busses: Add PM support
 2012-04-22 18:24 UTC  (2+ messages)

[PATCH 3/5] i2c: remove ixp2000 driver
 2012-04-22 16:31 UTC  (2+ messages)

[PATCH v3 0/2] i2c/of: Populate multiplexed i2c busses from the device tree
 2012-04-22 16:20 UTC  (5+ messages)
` [PATCH v3 1/2] i2c: Add a struct device * parameter to i2c_add_mux_adapter()
` [PATCH v3 2/2] i2c/of: Automatically populate i2c mux busses from device tree data

[PATCH 06/13] i2c/i2c-pxa: Remove conditional compilation of clk code
 2012-04-21 11:47 UTC 

[PATCH] i2c: imx: don't use strcpy but strlcpy
 2012-04-20 20:47 UTC 

[PATCH 0/4] i2c: small fixes for eg20t
 2012-04-20 20:45 UTC  (5+ messages)
  ` [PATCH 1/4] i2c: eg20t: use NULL instead of 0
  ` [PATCH 2/4] i2c: eg20t: pass on return value in i2c_xfer
  ` [PATCH 3/4] i2c: eg20t: remove unused function
  ` [PATCH 4/4] i2c: eg20t: don't use strcpy but strlcpy

[PATCH 1/3] i2c-eg20t: Modify MODULE_AUTHOR's email address
 2012-04-20 20:37 UTC  (8+ messages)
` [PATCH 2/3] i2c-eg20t: Call init() when wait-event timeout occurs
` [PATCH 3/3] i2c-eg20t: change timeout value 50msec to 1000msec

[PATCH v6] i2c: Add device tree support to i2c-pnx.c
 2012-04-20 15:17 UTC  (2+ messages)

[PATCHv8 00/18] I2C Updates
 2012-04-20 14:17 UTC  (26+ messages)
  ` [PATCHv8 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
  ` [PATCHv8 03/18] I2C: OMAP: Recover from Bus Busy condition
  ` [PATCHv8 04/18] I2C: OMAP: I2C register restore only if context is lost
  ` [PATCHv8 08/18] I2C: OMAP: Fix the error handling
  ` [PATCHv8 09/18] I2C: OMAP: Correct I2C revision for OMAP3
  ` [PATCHv8 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
  ` [PATCHv8 12/18] I2C: OMAP: Fix the crash in i2c remove
  ` [PATCHv8 13/18] I2C: OMAP: Handle error check for pm runtime
  ` [PATCHv8 15/18] I2C: OMAP: make the read ready processing a separate function
  ` [PATCHv8 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached
  ` [PATCHv8 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462
` [PATCHv8 02/18] I2C: OMAP: Remove reset at init
` [PATCHv8 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4
` [PATCHv8 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
` [PATCHv8 07/18] I2C: OMAP: Optimise the remove code
` [PATCHv8 11/18] I2C: OMAP: use devm_* functions
` [PATCHv8 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS
` [PATCHv8 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153

[PATCH v5] i2c: Add device tree support to i2c-pnx.c
 2012-04-20 13:14 UTC  (3+ messages)

[PATCH v10 0/4] AT91: replace broken TWI driver i2c-at91.c
 2012-04-20 10:13 UTC 

[PATCH v4] i2c: Add device tree support to i2c-pnx.c
 2012-04-20  7:53 UTC  (7+ messages)

[PATCH RESEND] i2c/nomadik: runtime PM support
 2012-04-19 17:07 UTC  (8+ messages)

[PATCH] Add support for TCA6424. Pased on a patch by Michele Bevilacqua
 2012-04-19 14:49 UTC 

[PATCH v2] i2c-mpc: avoid I2C abnormal after resuming from deep sleep
 2012-04-19 11:07 UTC  (2+ messages)

[PATCH] i2c: i2c-sh_mobile device tree support
 2012-04-19  7:33 UTC  (7+ messages)

[PATCH] i2c: Add support SuperH SH7734 I2C bus controller
 2012-04-19  2:10 UTC  (9+ messages)

[PATCH] i2c-mpc: avoid I2C abnormal after resuming from deep sleep
 2012-04-18 21:49 UTC  (7+ messages)

[PATCH v2] i2c: tegra: Add delay before reset the controller
 2012-04-18 20:20 UTC  (6+ messages)

[PATCH v3 0/8] arm: lpc32xx: Device tree support
 2012-04-18 18:09 UTC  (9+ messages)
` [PATCH v3 5/8] i2c-pnx.c: Fix suspend
` [PATCH v3 6/8] i2c-pnx.c: Use resources in platforms
` [PATCH v3 7/8] i2c-pnx.c: Remove duplicated i2c.h
` [PATCH v3 8/8] i2c: Add device tree support to i2c-pnx.c

[PATCH 0/5] MIPS: OCTEON: Convert some device to use Device Tree
 2012-04-18 16:20 UTC  (6+ messages)
` [PATCH 1/5] i2c: Convert i2c-octeon.c to use device tree

[PATCH v3] i2c: designware: Add support for 16bit register access
 2012-04-18 14:09 UTC  (3+ messages)

[PATCH v2] i2c: designware: Add support for 16bit register access
 2012-04-18 12:58 UTC  (3+ messages)

[PATCH v2 0/2] i2c: Don't assume bus nr 0 if none was specified
 2012-04-18 10:55 UTC  (2+ messages)

decode-dimms: Module Configuration Type not reported for DDR2/3
 2012-04-18  8:30 UTC  (4+ messages)

[PATCH 1/2] ARM: dt: tegra: seaboard: instantiate pinctrl-based I2C bus mux
 2012-04-17 18:50 UTC  (2+ messages)
  ` [PATCH 2/2] ARM: dt: tegra: seaboard: add eeprom nodes to the "

[PATCH 1/2] i2c: implement i2c_verify_adapter
 2012-04-17 18:49 UTC  (3+ messages)
  ` [PATCH 2/2] of/i2c: implement of_find_i2c_adapter_by_node

[PATCH] i2c: designware: Add support for 16bit register access
 2012-04-17 18:33 UTC  (3+ messages)

About AT91: replace broken TWI driver i2c-at91.c
 2012-04-17  9:59 UTC  (2+ messages)

mc13xxx: add I2C support, V5
 2012-04-16 23:21 UTC  (2+ messages)

[PATCH] i2c-dev: Add support for I2C_M_RECV_LEN
 2012-04-16  7:40 UTC  (10+ messages)

[PATCH RESEND v3 0/8] arm: lpc32xx: Device tree support
 2012-04-13 22:49 UTC 

[PATCH RESEND v3 1/8] iio: Add device tree support to LPC32xx ADC
 2012-04-13 22:36 UTC  (8+ messages)
` [PATCH RESEND v3 2/8] rtc: Add device tree support for LPC32xx
  ` [PATCH RESEND v3 3/8] net: Add device tree support to LPC32xx
  ` [PATCH RESEND v3 4/8] wdt: Device tree support for pnx4008-wdt
` [PATCH RESEND v3 5/8] i2c-pnx.c: Fix suspend
` [PATCH RESEND v3 6/8] i2c-pnx.c: Use resources in platforms
` [PATCH RESEND v3 7/8] i2c-pnx.c: Remove duplicated i2c.h
` [PATCH RESEND v3 8/8] i2c: Add device tree support to i2c-pnx.c

omap3, sccb
 2012-04-12 15:44 UTC 

[PATCHv7 00/18] I2C updates
 2012-04-11 13:10 UTC  (20+ messages)
` [PATCHv7 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
` [PATCHv7 11/18] I2C: OMAP: use devm_* functions
` [PATCHv7 15/18] I2C: OMAP: make the read ready processing a separate function
  ` [PATCHv7 12/18] I2C: OMAP: Fix the crash in i2c remove
  ` [PATCHv7 13/18] I2C: OMAP: Handle error check for pm runtime
  ` [PATCHv7 14/18] I2C: OMAP: Use SET_RUNTIME_PM_OPS
  ` [PATCHv7 16/18] I2C: OMAP: fix missing handling of errata I2C_OMAP3_1P153
  ` [PATCHv7 17/18] I2C: OMAP: Do not set the XUDF if the underflow is not reached
  ` [PATCHv7 18/18] I2C: OMAP: Rename the 1p153 to the erratum id i462


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