linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-09-30 05:55:06 to 2009-10-14 04:19:59 UTC [more...]

[RFC] i2c-designware patches
 2009-10-14  4:19 UTC  (23+ messages)
` [PATCH 01/16] i2c-designware: Consolidate to use 32-bit word accesses
` [PATCH 02/16] i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
` [PATCH 03/16] i2c-designware: Use platform_get_irq helper
` [PATCH 04/16] i2c-designware: i2c_dw_read: Take "struct dw_i2c_dev" pointer
` [PATCH 05/16] i2c-designware: i2c_dw_xfer_msg: "
` [PATCH 06/16] i2c-designware: Remove an useless local variable "num"
` [PATCH 07/16] i2c-designware: Set a clock name to DesignWare I2C clock source
` [PATCH 08/16] i2c-designware: Improve _HCNT/_LCNT calculation
` [PATCH 09/16] i2c-designware: i2c_dw_xfer_msg: Fix an i2c_msg search bug
` [PATCH 10/16] i2c-designware: Do dw_i2c_pump_msg's jobs in the interrutp handler
` [PATCH 11/16] i2c-designware: Set Tx/Rx FIFO threshold levels
` [PATCH 12/16] i2c-designware: Divide i2c_dw_xfer_msg into two functions
` [PATCH 13/16] i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
` [PATCH 14/16] i2c-designware: Deferred FIFO-data-counting variables initialization
` [PATCH 15/16] i2c-designware: i2c_dw_xfer_msg: Mark as completed on an error
` [PATCH 16/16] i2c-designware: Add I2C_FUNC_SMBUS_* bits

[PATCH 1/2] i2c-bfin-twi: integrate timeout timer with completion interface
 2009-10-13 23:18 UTC  (11+ messages)
  ` [PATCH 2/2] i2c-bfin-twi: add debug output for error status
          ` [Uclinux-dist-devel] "
      ` [PATCH 1/2] i2c-bfin-twi: integrate timeout timer withcompletion interface
  ` [PATCH 1/2 v2] i2c-bfin-twi: integrate timeout timer with completion interface

Archive of list couple of weeks
 2009-10-13 23:00 UTC  (4+ messages)

[PATCH v3] i2c: Add support for Xilinx XPS IIC Bus Interface
 2009-10-13 22:59 UTC  (2+ messages)

[PATCH] i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR
 2009-10-13 22:50 UTC  (2+ messages)

FW: [PATCH 10/16] i2c-designware: Do dw_i2c_pump_msg's jobs in the interrutp handler
 2009-10-13 22:38 UTC  (2+ messages)

[PATCH RESEND] I2C: OMAP: Add missing wakeup events
 2009-10-13 22:12 UTC  (5+ messages)

FW: [PATCH 09/16] i2c-designware: i2c_dw_xfer_msg: Fix an i2c_msg search bug
 2009-10-13 22:06 UTC 

FW: [PATCH 12/16] i2c-designware: Divide i2c_dw_xfer_msg into two functions
 2009-10-13 22:06 UTC 

FW: [PATCH 15/16] i2c-designware: i2c_dw_xfer_msg: Mark as completed on an error
 2009-10-13 22:06 UTC 

FW: [PATCH 05/16] i2c-designware: i2c_dw_xfer_msg: Take "struct dw_i2c_dev" pointer
 2009-10-13 22:06 UTC 

FW: [PATCH] i2c-mpc: Do not generate STOP after read
 2009-10-13 22:06 UTC 

FW: [PATCH 06/16] i2c-designware: Remove an useless local variable "num"
 2009-10-13 22:06 UTC 

FW: [PATCH 08/16] i2c-designware: Improve _HCNT/_LCNT calculation
 2009-10-13 22:06 UTC 

FW: [PATCH 01/16] i2c-designware: Consolidate to use 32-bit word accesses
 2009-10-13 22:06 UTC 

FW: [PATCH 02/16] i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
 2009-10-13 22:06 UTC 

FW: [PATCH 16/16] i2c-designware: Add I2C_FUNC_SMBUS_* bits
 2009-10-13 22:06 UTC 

FW: [PATCH 11/16] i2c-designware: Set Tx/Rx FIFO threshold levels
 2009-10-13 22:06 UTC 

FW: [PATCH 14/16] i2c-designware: Deferred FIFO-data-counting variables initialization
 2009-10-13 22:06 UTC 

FW: [RFC] i2c-designware patches
 2009-10-13 22:06 UTC 

FW: [PATCH 04/16] i2c-designware: i2c_dw_read: Take "struct dw_i2c_dev" pointer
 2009-10-13 22:06 UTC 

FW: [PATCH 10/16] i2c-designware: Do dw_i2c_pump_msg's jobs in the interrutp handler
 2009-10-13 22:06 UTC 

FW: [PATCH 07/16] i2c-designware: Set a clock name to DesignWare I2C clock source
 2009-10-13 22:06 UTC 

FW: [PATCH 03/16] i2c-designware: Use platform_get_irq helper
 2009-10-13 22:06 UTC 

FW: [PATCH 13/16] i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
 2009-10-13 22:06 UTC 

FW: [PATCH 16/16] i2c-designware: Add I2C_FUNC_SMBUS_* bits
 2009-10-13 22:05 UTC 

FW: [PATCH 02/16] i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
 2009-10-13 22:05 UTC 

FW: [PATCH 11/16] i2c-designware: Set Tx/Rx FIFO threshold levels
 2009-10-13 22:05 UTC 

FW: [PATCH] i2c-mpc: Do not generate STOP after read
 2009-10-13 22:05 UTC 

FW: [RFC] i2c-designware patches
 2009-10-13 22:05 UTC 

FW: [PATCH 14/16] i2c-designware: Deferred FIFO-data-counting variables initialization
 2009-10-13 22:05 UTC 

FW: [PATCH 08/16] i2c-designware: Improve _HCNT/_LCNT calculation
 2009-10-13 22:05 UTC 

FW: [PATCH 15/16] i2c-designware: i2c_dw_xfer_msg: Mark as completed on an error
 2009-10-13 22:05 UTC 

FW: [PATCH 09/16] i2c-designware: i2c_dw_xfer_msg: Fix an i2c_msg search bug
 2009-10-13 22:05 UTC 

FW: [PATCH 03/16] i2c-designware: Use platform_get_irq helper
 2009-10-13 22:05 UTC 

FW: [PATCH 06/16] i2c-designware: Remove an useless local variable "num"
 2009-10-13 22:05 UTC 

FW: [PATCH 05/16] i2c-designware: i2c_dw_xfer_msg: Take "struct dw_i2c_dev" pointer
 2009-10-13 22:05 UTC 

FW: [PATCH 12/16] i2c-designware: Divide i2c_dw_xfer_msg into two functions
 2009-10-13 22:05 UTC 

FW: [PATCH 01/16] i2c-designware: Consolidate to use 32-bit word accesses
 2009-10-13 22:05 UTC 

FW: [PATCH 04/16] i2c-designware: i2c_dw_read: Take "struct dw_i2c_dev" pointer
 2009-10-13 22:05 UTC 

FW: [PATCH 13/16] i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
 2009-10-13 22:05 UTC 

FW: [PATCH 07/16] i2c-designware: Set a clock name to DesignWare I2C clock source
 2009-10-13 22:05 UTC 

FW: [PATCH] Modify code name SB900 to Hudson-2
 2009-10-13 21:27 UTC 

FW: [RFC] i2c-designware patches
 2009-10-13 21:27 UTC 

FW: [PATCH 01/16] i2c-designware: Consolidate to use 32-bit word accesses
 2009-10-13 21:27 UTC 

FW: [PATCH 03/16] i2c-designware: Use platform_get_irq helper
 2009-10-13 21:27 UTC 

FW: [PATCH 13/16] i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
 2009-10-13 21:27 UTC 

FW: [PATCH 06/16] i2c-designware: Remove an useless local variable "num"
 2009-10-13 21:27 UTC 

FW: [PATCH 10/16] i2c-designware: Do dw_i2c_pump_msg's jobs in the interrutp handler
 2009-10-13 21:27 UTC 

FW: [PATCH 08/16] i2c-designware: Improve _HCNT/_LCNT calculation
 2009-10-13 21:27 UTC 

FW: [PATCH 04/16] i2c-designware: i2c_dw_read: Take "struct dw_i2c_dev" pointer
 2009-10-13 21:27 UTC 

FW: [PATCH 15/16] i2c-designware: i2c_dw_xfer_msg: Mark as completed on an error
 2009-10-13 21:27 UTC 

FW: [PATCH 14/16] i2c-designware: Deferred FIFO-data-counting variables initialization
 2009-10-13 21:27 UTC 

FW: [PATCH 02/16] i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
 2009-10-13 21:27 UTC 

FW: [PATCH 09/16] i2c-designware: i2c_dw_xfer_msg: Fix an i2c_msg search bug
 2009-10-13 21:27 UTC 

FW: [PATCH 05/16] i2c-designware: i2c_dw_xfer_msg: Take "struct dw_i2c_dev" pointer
 2009-10-13 21:27 UTC 

FW: [PATCH 12/16] i2c-designware: Divide i2c_dw_xfer_msg into two functions
 2009-10-13 21:27 UTC 

FW: [PATCH 16/16] i2c-designware: Add I2C_FUNC_SMBUS_* bits
 2009-10-13 21:27 UTC 

FW: [PATCH 11/16] i2c-designware: Set Tx/Rx FIFO threshold levels
 2009-10-13 21:27 UTC 

FW: [PATCH 07/16] i2c-designware: Set a clock name to DesignWare I2C clock source
 2009-10-13 21:27 UTC 

FW: [PATCH] i2c-mpc: Do not generate STOP after read
 2009-10-13 21:27 UTC 

FW: [RFC] i2c-designware patches
 2009-10-13 21:27 UTC 

FW: [PATCH RESEND] I2C: OMAP: Add missing wakeup events
 2009-10-13 21:27 UTC 

FW: [PATCH 07/16] i2c-designware: Set a clock name to DesignWare I2C clock source
 2009-10-13 21:27 UTC 

A brand new large baby-maker!
 2009-10-13 14:47 UTC 

[PATCH] i2c-mpc: Do not generate STOP after read
 2009-10-13  8:12 UTC 

[PATCH] Modify code name SB900 to Hudson-2
 2009-10-13  2:22 UTC  (3+ messages)

[PATCH 6/6] haptic: ISA1200 haptic device support
 2009-10-12 18:56 UTC  (2+ messages)

[PATCH] ALS: TSL2550 driver move from i2c/chips
 2009-10-12 18:45 UTC  (11+ messages)

Looking for ICH SMBUS "Process call" support in i2c-i801 bus driver >
 2009-10-12  1:28 UTC 

[PATCH 1/2] i2c-powermac: Refactor i2c_powermac_smbus_xfer
 2009-10-10 23:05 UTC  (2+ messages)

[PATCH 2/2] i2c-powermac: Log errors
 2009-10-10 12:20 UTC 

Looking for ICH SMBUS "Process call" support in i2c-i801 bus driver
 2009-10-10  7:09 UTC  (4+ messages)

[RFC] misc/at24: add experimental OF support for the generic eeprom driver
 2009-10-09 16:20 UTC  (19+ messages)

New home for DS1682 driver
 2009-10-08  9:30 UTC  (14+ messages)
  ` [PATCH] i2c/chips: move ds1682 to drivers/misc

[PATCH] ltc4215/ltc4245: Discard obsolete detect methods
 2009-10-07 15:18 UTC  (2+ messages)

[PATCH 0/3] Drop generic i2c chip driver module parameters
 2009-10-06 23:05 UTC  (5+ messages)
  ` [PATCH 1/3] i2c: Drop probe, ignore and force "
  ` [PATCH 2/3] i2c: Simplify i2c_detect_address
  ` [PATCH 3/3] ics932s401: Clean up detect function

[GIT PULL] i2c fixes for 2.6.32
 2009-10-04 21:09 UTC 

[GIT PULL] More i2c updates for 2.6.32
 2009-10-04 19:49 UTC  (2+ messages)

[PATCH 1/4] i2c: imx: check busy bit when START/STOP
 2009-10-02 14:11 UTC  (24+ messages)
  ` [PATCH 2/4] i2c: imx: only imx1 needs disable delay
      ` [PATCH 3/4] i2c: imx: add macros and printk to make debug easy
          ` [PATCH 4/4] i2c: imx: disable clock when it's possible to save power

[PATCH] I2C: OMAP3: PM: (re)init for every transfer to support off-mode
 2009-09-30 22:06 UTC  (4+ messages)

[PATCH] i2c-powermac: Reject unsupported I2C transactions
 2009-09-30 20:14 UTC 

[2.6.31] ir-kbd-i2c oops
 2009-09-30  8:16 UTC  (4+ messages)

[PATCH 1/4] i2c: imx: check busy bit when START/STOP
 2009-09-30  5:55 UTC  (4+ messages)
` [PATCH 2/4] i2c: imx: only imx1 needs disable delay
  ` [PATCH 3/4] i2c: imx: add macros and printk to make debug easy
      ` [PATCH 4/4] i2c: imx: disable clock when it's possible to save power


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