linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-13 08:01:28 to 2009-11-11 00:21:45 UTC [more...]

i2c-pnx driver issues
 2009-11-11  0:21 UTC 

Welcome to linux-i2c
 2009-11-10 23:38 UTC 

[PATCH V1 1/3] i2c: imx: check busy bit when START/STOP
 2009-11-10  2:55 UTC  (8+ messages)
  ` [PATCH V1 2/3] i2c: imx: only imx1 needs disable delay
      ` [PATCH V1 3/3] i2c: imx: disable clock when it's possible to save power

[PATCH] TSL2550: extended mode bugfix
 2009-11-09 16:33 UTC  (3+ messages)

at24 driver - a possible problem
 2009-11-09 12:24 UTC  (11+ messages)
          ` [PATCH] at24: use timeout also for read

[PATCH 1/2] [ARM] i2c/pxa: remove unused macro
 2009-11-09  8:58 UTC  (12+ messages)
  ` [PATCH 2/2] [ARM] i2c/pxa: only define 'blue_murder'-function if DEBUG is #defined
  ` [PATCH 1/2 RESENT] [ARM] i2c/pxa: remove unused macro
      ` [PATCH 2/2 RESENT] [ARM] i2c/pxa: only define 'blue_murder'-function if DEBUG is #defined

[PATCH v3] i2c: Add support for Xilinx XPS IIC Bus Interface
 2009-11-09  7:35 UTC  (3+ messages)

yield() in i2c non-happy paths hits BUG under -rt patch
 2009-11-08 18:57 UTC  (3+ messages)

[GIT PULL] i2c fixes for 2.6.32
 2009-11-07 13:34 UTC 

i2c: Refactor for_each callbacks
 2009-11-07  9:32 UTC 

[PATCH v2] i2c-designware updates
 2009-11-06 22:25 UTC  (24+ messages)
  ` [PATCH v2 01/22] i2c-designware: Consolidate to use 32-bit word accesses
  ` [PATCH v2 02/22] i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
  ` [PATCH v2 03/22] i2c-designware: Use platform_get_irq helper
  ` [PATCH v2 04/22] i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer
  ` [PATCH v2 05/22] i2c-designware: i2c_dw_xfer_msg: "
  ` [PATCH v2 06/22] i2c-designware: Remove an useless local variable "num"
  ` [PATCH v2 07/22] i2c-designware: Improved _HCNT/_LCNT calculation
  ` [PATCH v2 08/22] i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
  ` [PATCH v2 09/22] i2c-designware: Process i2c_msg messages in the interrupt handler
  ` [PATCH v2 10/22] i2c-designware: Set Tx/Rx FIFO threshold levels
  ` [PATCH v2 11/22] i2c-designware: Enable RX_FULL interrupt
  ` [PATCH v2 12/22] i2c-designware: Divide i2c_dw_xfer_msg into two functions
  ` [PATCH v2 13/22] i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
  ` [PATCH v2 14/22] i2c-designware: Initialize byte count variables just prior to being used
  ` [PATCH v2 15/22] i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits
  ` [PATCH v2 16/22] i2c-designware: i2c_dw_read: Remove redundant target address checker
  ` [PATCH v2 17/22] i2c-designware: Process all i2c_msg messages in the interrupt handler
  ` [PATCH v2 18/22] i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed
  ` [PATCH v2 19/22] i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures
  ` [PATCH v2 20/22] i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors
  ` [PATCH v2 21/22] i2c-designware: Tx abort cleanups
  ` [PATCH v2 22/22] i2c-designware: Cosmetic cleanups

^^^^^^Final Notification^^^^^^
 2009-11-06 13:20 UTC 

Shared i2c adapter locking (Was: linux-next: manual merge of the net tree with the i2c tree)
 2009-11-05 14:07 UTC  (5+ messages)
    ` Shared i2c adapter locking

[PATCH 2/3] i2c-powermac: Simplify pmac_i2c_adapter_to_bus
 2009-11-05  9:53 UTC  (5+ messages)

[PATCH 1/3] i2c-powermac: Include the i2c_adpater in struct pmac_i2c_bus
 2009-11-04 23:27 UTC  (4+ messages)

[PATCH] i2c-i801: Retry on lost arbitration
 2009-11-01 12:25 UTC 

[PATCH] i2c-scmi: Quirk to work on IBM machines with broken BIOSes
 2009-10-27 17:36 UTC  (20+ messages)
              ` [PATCH 1/2] i2c-scmi: support IBM SMBus CMI devices
              ` [PATCH 2/2] acpi: "
                  ` [PATCH v2 1/2] "
                  ` [PATCH v2 2/2] i2c-scmi: "

i2c/janitoral: drop NO_IRQ from the subsystem
 2009-10-22 21:11 UTC  (4+ messages)
  ` [PATCH 1/3] i2c/mpc: drop NO_IRQ
      ` [PATCH 2/3] i2c/cpm: "
          ` [PATCH 3/3] i2c/ibm-iic: "

[PATCH 1/2] i2c-powermac: Refactor i2c_powermac_smbus_xfer
 2009-10-22 13:25 UTC  (3+ messages)

[RFC] i2c-designware patches
 2009-10-19  1:23 UTC  (18+ messages)
` [PATCH 07/16] i2c-designware: Set a clock name to DesignWare I2C clock source
` [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 V2] ALS: TSL2550 driver move from i2c/chips
 2009-10-17 17:17 UTC  (3+ messages)

Looking for ICH SMBUS "Process call" support in i2c-i801 bus driver
 2009-10-16 20:36 UTC  (5+ messages)

[PATCH] ALS: TSL2550 driver move from i2c/chips
 2009-10-16  1:42 UTC  (7+ messages)

[PATCH 3/3] i2c-powermac: Drop temporary name buffer
 2009-10-14 14:59 UTC 

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

[PATCH] i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDR
 2009-10-14  8:35 UTC  (3+ messages)

[PATCH] i2c-powermac: Reject unsupported I2C transactions
 2009-10-14  5:39 UTC  (2+ messages)

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

Archive of list couple of weeks
 2009-10-13 23:00 UTC  (4+ 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)

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

FW: [RFC] i2c-designware patches
 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 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 07/16] i2c-designware: Set a clock name to DesignWare I2C clock source
 2009-10-13 22:06 UTC 

FW: [PATCH] i2c-mpc: Do not generate STOP after read
 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 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 09/16] i2c-designware: i2c_dw_xfer_msg: Fix an i2c_msg search bug
 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 08/16] i2c-designware: Improve _HCNT/_LCNT calculation
 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 11/16] i2c-designware: Set Tx/Rx FIFO threshold levels
 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 02/16] i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
 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: [PATCH 06/16] i2c-designware: Remove an useless local variable "num"
 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 09/16] i2c-designware: i2c_dw_xfer_msg: Fix an i2c_msg search bug
 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 05/16] i2c-designware: i2c_dw_xfer_msg: 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 04/16] i2c-designware: i2c_dw_read: Take "struct dw_i2c_dev" pointer
 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 02/16] i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
 2009-10-13 22:05 UTC 

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

FW: [PATCH] i2c-mpc: Do not generate STOP after read
 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: [RFC] i2c-designware patches
 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 08/16] i2c-designware: Improve _HCNT/_LCNT calculation
 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] 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 15/16] i2c-designware: i2c_dw_xfer_msg: Mark as completed on an error
 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 05/16] i2c-designware: i2c_dw_xfer_msg: Take "struct dw_i2c_dev" pointer
 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 02/16] i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
 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 07/16] i2c-designware: Set a clock name to DesignWare I2C clock source
 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 16/16] i2c-designware: Add I2C_FUNC_SMBUS_* bits
 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 06/16] i2c-designware: Remove an useless local variable "num"
 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 03/16] i2c-designware: Use platform_get_irq helper
 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 08/16] i2c-designware: Improve _HCNT/_LCNT calculation
 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: [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] i2c-mpc: Do not generate STOP after read
 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 


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