public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-01 06:41:36 to 2012-04-12 13:06:25 UTC [more...]

[PATCHv8 00/18] I2C Updates
 2012-04-12 13:06 UTC  (9+ messages)
` [PATCHv8 02/18] I2C: OMAP: Remove reset at init
  ` [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 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

[PATCH] i2c: Add support SuperH SH7734 I2C bus controller
 2012-04-12  8:18 UTC  (3+ messages)

[PATCHv7 00/18] I2C updates
 2012-04-11 13:10 UTC  (29+ messages)
` [PATCHv7 01/18] I2C: OMAP: make omap_i2c_unidle/idle functions depend on CONFIG_PM_RUNTIME
` [PATCHv7 02/18] I2C: OMAP: Remove reset at init
` [PATCHv7 03/18] I2C: OMAP: Recover from Bus Busy condition
` [PATCHv7 05/18] I2C: OMAP: Fix the interrupt clearing in OMAP4
` [PATCHv7 08/18] I2C: OMAP: Fix the error handling
` [PATCHv7 10/18] I2C: OMAP: Don't check if wait_for_completion_timeout() returns less than zero
` [PATCHv7 11/18] I2C: OMAP: use devm_* functions
` [PATCHv7 15/18] I2C: OMAP: make the read ready processing a separate function
  ` [PATCHv7 04/18] I2C: OMAP: I2C register restore only if context is lost
  ` [PATCHv7 06/18] I2C: OMAP: Fix the mismatch of pm_runtime enable and disable
  ` [PATCHv7 07/18] I2C: OMAP: Optimise the remove code
  ` [PATCHv7 09/18] I2C: OMAP: Correct I2C revision for OMAP3
  ` [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

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

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

[PATCH RESEND] i2c/nomadik: runtime PM support
 2012-04-10 11:03 UTC  (3+ messages)

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

[PATCH] i2c: i2c-mxs: Fix build warning
 2012-04-05 20:36 UTC  (3+ messages)

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

i2c-tools: Discussion points about future library
 2012-04-05 11:50 UTC  (9+ messages)

HONG LEONG BANK (Malaysia)
 2012-04-04 16:44 UTC 

[PATCH v3 0/8] arm: lpc32xx: Device tree support
 2012-04-04  8:39 UTC  (10+ messages)
` [PATCH v3 1/8] iio: Add device tree support to LPC32xx ADC
` [PATCH v3 2/8] rtc: Add device tree support for LPC32xx
` [PATCH v3 3/8] net: Add device tree support to LPC32xx
` [PATCH v3 4/8] wdt: Device tree support for pnx4008-wdt
` [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 3/5] i2c: remove ixp2000 driver
 2012-04-04  1:34 UTC 

[PATCH] I2C: SiByte: Convert the driver to make use of interrupts
 2012-04-03 12:26 UTC  (8+ messages)

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

[PATCH v2] i2c: tegra: Add delay before reset the controller
 2012-04-02 19:58 UTC  (5+ messages)

[PATCH v2 0/8]: arm: lpc32xx: Device tree support
 2012-04-02 19:39 UTC  (11+ messages)
` [PATCH v2 1/8] iio: Add device tree support to LPC32xx ADC
` [PATCH v2 2/8] rtc: Add device tree support for LPC32xx
` [PATCH v2 3/8] net: Add device tree support to LPC32xx
` [PATCH v2 4/8] wdt: Device tree support for pnx4008-wdt
` [PATCH v2 5/8] i2c-pnx.c: Fix suspend
` [PATCH v2 6/8] i2c-pnx.c: Use resources in platforms
` [PATCH v2 7/8] i2c-pnx.c: Remove duplicated i2c.h
` [PATCH v2 8/8] i2c: Add device tree support to i2c-pnx.c

mc13xxx: add I2C support, V5
 2012-04-02 16:00 UTC  (10+ messages)
  ` [PATCH v5 1/4] mfd: mc13xxx-core: Prepare for separate spi and i2c backends
  ` [PATCH v5 2/4] mfd: mc13xxx-core: use regmap for register access
  ` [PATCH v5 3/4] mfd: mc13xxx-core: Move spi specific code into separate module
  ` [PATCH v5 4/4] mfd: mc13xxx: Add i2c driver

[PATCH 0/7]: arm: lpc32xx: Device tree support
 2012-04-02 14:02 UTC  (12+ messages)
` [PATCH 1/7] iio: Add device tree support to LPC32xx ADC
` [PATCH 2/7] rtc: Add device tree support for LPC32xx
` [PATCH 3/7] net: Add device tree support to LPC32xx
` [PATCH 4/7] arm: mach-pnx4008: Adjust i2c.c to updated i2c-pnx.c
` [PATCH 5/7] i2c: Add device tree support to i2c-pnx.c
` [PATCH 6/7] i2c-pnx.c: Fix suspend
` [PATCH 7/7] wdt: Device tree support for pnx4008-wdt


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